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

Unified Diff: build/toolchain.gypi

Issue 398643006: Really fix the arm builder bots by copying android_webview_build out one scope in toolchain.gypi (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 f2847c5627b90e8cb80b6bd6b06f0b6ff8068463..8846dc5c007149297f68a098bd5405f99d26425a 100644
--- a/build/toolchain.gypi
+++ b/build/toolchain.gypi
@@ -87,7 +87,9 @@
# This is set when building the Android WebView inside the Android build
# system, using the 'android' gyp backend.
'android_webview_build%': 0,
- }
+ },
+ # Copy it out one scope.
+ 'android_webview_build%': '1',#<(android_webview_build)',
Jakob Kummerow 2014/07/18 11:26:32 s/'1',#// maybe?
rmcilroy 2014/07/18 11:36:10 Oops, thanks!
},
'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