Skip to content

Commit 3a5ec25

Browse files
authored
cobalt/build: Build chromium_ios-arm64 with Blink (#7106)
Just setting `target_os="ios"` enables a WebKit-based build, which is very different from most other Chromium ports and does not help with the idea of getting more coverage for something similar to a tvOS build. Bug: 443745131
1 parent 1aed23c commit 3a5ec25

File tree

1 file changed

+1
-0
lines changed
  • cobalt/build/configs/chromium_ios-arm64

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
target_os = "ios"
22
target_cpu = "arm64"
3+
use_blink = true

0 commit comments

Comments
 (0)