| Index: build/args/aura_android.gni
|
| diff --git a/build/args/aura_android.gni b/build/args/aura_android.gni
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..725c41be9e3c7ffc5644b988a27a679ed80566ce
|
| --- /dev/null
|
| +++ b/build/args/aura_android.gni
|
| @@ -0,0 +1,18 @@
|
| +# 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/args/aura_android.gni")
|
| +
|
| +target_os = "android"
|
| +
|
| +# features.gni overrides
|
| +enable_extensions = true
|
| +enable_plugins = true
|
| +
|
| +# ui.gni overrides
|
| +use_aura = true
|
| +toolkit_views = true
|
|
|