diff options
| author | mfomitchev <mfomitchev@chromium.org> | 2016-01-27 14:07:34 -0800 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2016-01-27 22:08:34 +0000 |
| commit | d6621e42c3c3ffcc89d5c73ee1e41c42a64361b1 (patch) | |
| tree | 6547654db346c1a855a93dcc01169c502a019c17 /build | |
| parent | 25ca7ee7912d06a77bf1a2c183f2d9cf6b46fbbf (diff) | |
| download | chromium_src-d6621e42c3c3ffcc89d5c73ee1e41c42a64361b1.zip chromium_src-d6621e42c3c3ffcc89d5c73ee1e41c42a64361b1.tar.gz chromium_src-d6621e42c3c3ffcc89d5c73ee1e41c42a64361b1.tar.bz2 | |
Removing aura_android.gni
aura_android.gni no longer needed as Android Aura project has been cancelled.
BUG=NONE
Review URL: https://codereview.chromium.org/1636143002
Cr-Commit-Position: refs/heads/master@{#371885}
Diffstat (limited to 'build')
| -rw-r--r-- | build/args/aura_android.gni | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/build/args/aura_android.gni b/build/args/aura_android.gni deleted file mode 100644 index fc67e649..0000000 --- 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 |
