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

Unified Diff: build/toolchain.gypi

Issue 392033005: Move android_webview_build variable to toolchain.gypi to fix arm builders. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 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 | « build/android.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain.gypi
diff --git a/build/toolchain.gypi b/build/toolchain.gypi
index 8c6df83549d8e4544cc5e73ec2671bcda18eb391..f2847c5627b90e8cb80b6bd6b06f0b6ff8068463 100644
--- a/build/toolchain.gypi
+++ b/build/toolchain.gypi
@@ -82,6 +82,12 @@
# Allow to suppress the array bounds warning (default is no suppression).
'wno_array_bounds%': '',
+
+ 'variables': {
+ # This is set when building the Android WebView inside the Android build
+ # system, using the 'android' gyp backend.
+ 'android_webview_build%': 0,
+ }
},
'conditions': [
['host_arch=="ia32" or host_arch=="x64" or clang==1', {
« no previous file with comments | « build/android.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698