Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 if (is_android) { | |
|
brettw
2014/12/04 18:36:42
Need copyright.
| |
| 2 import("//build/config/android/config.gni") | |
| 3 } | |
| 4 | |
| 5 # TODO(baixo) enable this once this lands: | |
| 6 # https://codereview.chromium.org/749213004 | |
| 7 # v8_use_external_startup_data = is_android && !is_android_webview_build | |
| 8 v8_use_external_startup_data = false | |
| OLD | NEW |