Skip to content

Commit 0180f88

Browse files
Add the use_blink feature flag declared by the Chromium buildroot (flutter#683)
The latest head of the Chromium ICU repository depends on this flag.
1 parent 8776149 commit 0180f88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/config/features.gni

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@
1717
if (is_android) {
1818
import("//build/config/android/config.gni")
1919
}
20+
21+
declare_args() {
22+
use_blink = false
23+
}

0 commit comments

Comments
 (0)