summaryrefslogtreecommitdiffstats
path: root/build/args/aura_android.gni
blob: fc67e649bacba465be9e3b6715d8506051c2d211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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/args/aura_android.gni")

target_os = "android"

# features.gni overrides
enable_extensions = true
enable_plugins = true

# ui.gni overrides
use_aura = true
android_java_ui = false
toolkit_views = true