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

Unified Diff: build/args/aura_android.gni

Issue 1636143002: Removing aura_android.gni (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/args/aura_android.gni
diff --git a/build/args/aura_android.gni b/build/args/aura_android.gni
deleted file mode 100644
index fc67e649bacba465be9e3b6715d8506051c2d211..0000000000000000000000000000000000000000
--- a/build/args/aura_android.gni
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698