Revision: 22473
Author:   [email protected]
Date:     Fri Jul 18 11:36:40 2014 UTC
Log: Really fix the arm builder bots by copying android_webview_build out one scope in toolchain.gypi

Move android_webview_build variable to toolchain.gypi to fix arm builders.

[email protected]

Review URL: https://codereview.chromium.org/398643006
http://code.google.com/p/v8/source/detail?r=22473

Modified:
 /branches/bleeding_edge/build/android.gypi
 /branches/bleeding_edge/build/toolchain.gypi

=======================================
--- /branches/bleeding_edge/build/android.gypi  Fri Jul 18 10:54:33 2014 UTC
+++ /branches/bleeding_edge/build/android.gypi  Fri Jul 18 11:36:40 2014 UTC
@@ -61,8 +61,6 @@
     # link the NDK one?
     'use_system_stlport%': '<(android_webview_build)',
     'android_stlport_library': 'stlport_static',
-    # Copy it out one scope.
-    'android_webview_build%': '<(android_webview_build)',
   },  # variables
   'target_defaults': {
     'defines': [
=======================================
--- /branches/bleeding_edge/build/toolchain.gypi Fri Jul 18 10:54:33 2014 UTC +++ /branches/bleeding_edge/build/toolchain.gypi Fri Jul 18 11:36:40 2014 UTC
@@ -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%': '<(android_webview_build)',
   },
   'conditions': [
     ['host_arch=="ia32" or host_arch=="x64" or clang==1', {

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to