Index: build/config/android/aura_config.gni |
diff --git a/build/config/android/aura_config.gni b/build/config/android/aura_config.gni |
new file mode 100644 |
index 0000000000000000000000000000000000000000..34912570961d6f0360a79c1734ea2766c4d8cdb4 |
--- /dev/null |
+++ b/build/config/android/aura_config.gni |
@@ -0,0 +1,19 @@ |
+# Copyright 2015 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+# This file contains the common overrides for building Aura on Android. |
+# To enable Aura on Android, import this file from your gn args: |
+# |
+# import("//build/config/android/aura_config.gni") |
+ |
+target_os = "android" |
+is_component_build = true |
mfomitchev
2015/11/24 02:53:21
I don't think this should be here. Whether to make
Hadi
2015/11/24 15:28:47
Makes sense. Done.
|
+ |
+# features.gni overrides |
+enable_extensions = true |
+enable_plugins = true |
+ |
+# ui.gni overrides |
+use_aura = true |
+toolkit_views = true |