mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Add the use_blink feature flag declared by the Chromium buildroot (#683)
The latest head of the Chromium ICU repository depends on this flag.
This commit is contained in:
parent
8776149aa5
commit
0180f88340
@ -17,3 +17,7 @@
|
||||
if (is_android) {
|
||||
import("//build/config/android/config.gni")
|
||||
}
|
||||
|
||||
declare_args() {
|
||||
use_blink = false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user