Chromium Code Reviews| Index: testing/test.gni |
| diff --git a/testing/test.gni b/testing/test.gni |
| index f87449feeff29a7689a3189df2c766536def9594..bfebe5ffecee18a153fe9708b86fd53e91947ef7 100644 |
| --- a/testing/test.gni |
| +++ b/testing/test.gni |
| @@ -63,6 +63,7 @@ template("_gen_isolate") { |
| # set. |
| # Variable: |
| # use_raw_android_executable: Use executable() rather than android_apk(). |
| +# use_native_activity: Test implements ANativeActivity_onCreate(). |
|
jbudorick
2016/05/26 20:59:10
nit: ANativeActivity -> NativeActivity?
ynovikov
2016/05/26 21:43:16
No, it's actually ANativeActivity.
https://develop
|
| template("test") { |
| if (is_android) { |
| import("//build/config/android/config.gni") |
| @@ -162,6 +163,7 @@ template("test") { |
| "proguard_enabled", |
| "use_default_launcher", |
| "write_asset_list", |
| + "use_native_activity", |
| ] |
| shared_library(_library_target) { |
| # Configs will always be defined since we set_defaults in BUILDCONFIG.gn. |