summaryrefslogtreecommitdiffstats
path: root/third_party/libaddressinput/BUILD.gn
diff options
context:
space:
mode:
authormfomitchev <mfomitchev@chromium.org>2015-10-14 09:56:48 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-14 16:57:32 +0000
commite7766a065da54d7eb3fad5431e997e367b11c76c (patch)
treed400cb523ae41aaf5eaf44d23668a1476abc41b7 /third_party/libaddressinput/BUILD.gn
parent61dcc027ad677ac9f917fca4b931498df853f924 (diff)
downloadchromium_src-e7766a065da54d7eb3fad5431e997e367b11c76c.zip
chromium_src-e7766a065da54d7eb3fad5431e997e367b11c76c.tar.gz
chromium_src-e7766a065da54d7eb3fad5431e997e367b11c76c.tar.bz2
Aura on Android: Making it possible to generate GN build configuration
Making it so that we can pass the "gn args" step with android/use_aura/toolkit_views. BUG=507792 Review URL: https://codereview.chromium.org/1400243002 Cr-Commit-Position: refs/heads/master@{#354043}
Diffstat (limited to 'third_party/libaddressinput/BUILD.gn')
-rw-r--r--third_party/libaddressinput/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libaddressinput/BUILD.gn b/third_party/libaddressinput/BUILD.gn
index 1307c71..0191886 100644
--- a/third_party/libaddressinput/BUILD.gn
+++ b/third_party/libaddressinput/BUILD.gn
@@ -135,7 +135,7 @@ static_library("util") {
]
}
-if (!is_android) {
+if (!is_android || use_aura) {
# The list of files in libaddressinput.gypi.
gypi_values = exec_script("//build/gypi_to_gn.py",
[ rebase_path("src/cpp/libaddressinput.gypi") ],