Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(341)

Side by Side Diff: build/config/android/aura_config.gni

Issue 1470863005: Aura on Android: Common GN build overrides. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # This file contains the common overrides for building Aura on Android.
6 # To enable Aura on Android, import this file from your gn args:
7 #
8 # import("//build/config/android/aura_config.gni")
9
10 target_os = "android"
11 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.
12
13 # features.gni overrides
14 enable_extensions = true
15 enable_plugins = true
16
17 # ui.gni overrides
18 use_aura = true
19 toolkit_views = true
OLDNEW
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698