Skip to content

Commit d489e03

Browse files
authored
Add chromium_{ios,mac}-arm64 to cobalt/build/gn.py (#7094)
Bug: 443745131 Start to mirror `chromium_android-*` platforms and provide base chromium platforms for Apple platforms. Rebase is still WIP, but upstream chromium tvOS mirrors iOS the closest. mac build will help set up CI.
1 parent 0722c0a commit d489e03

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
target_os = "ios"
2+
target_cpu = "arm64"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
target_os = "mac"
2+
target_cpu = "arm64"

cobalt/build/gn.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
'chromium_android-arm',
5353
'chromium_android-arm64',
5454
'chromium_android-x86',
55+
'chromium_ios-arm64',
56+
'chromium_mac-arm64',
5557
]
5658
_COBALT_STARBOARD_PLATFORMS = [
5759
'evergreen-arm-hardfp-raspi',

0 commit comments

Comments
 (0)