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:
Jason Simmons 2023-02-08 16:48:42 -08:00 committed by GitHub
parent 8776149aa5
commit 0180f88340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,3 +17,7 @@
if (is_android) {
import("//build/config/android/config.gni")
}
declare_args() {
use_blink = false
}