Revision: 22470
Author:   [email protected]
Date:     Fri Jul 18 10:54:33 2014 UTC
Log: Move android_webview_build variable to toolchain.gypi to fix arm builders.

[email protected]

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

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

=======================================
--- /branches/bleeding_edge/build/android.gypi  Thu Jul 17 09:56:58 2014 UTC
+++ /branches/bleeding_edge/build/android.gypi  Fri Jul 18 10:54:33 2014 UTC
@@ -35,9 +35,6 @@
     'variables': {
       'android_ndk_root%': '<!(/bin/echo -n $ANDROID_NDK_ROOT)',
       'android_toolchain%': '<!(/bin/echo -n $ANDROID_TOOLCHAIN)',
- # This is set when building the Android WebView inside the Android build
-      # system, using the 'android' gyp backend.
-      'android_webview_build%': 0,
     },
     'conditions': [
       ['android_ndk_root==""', {
=======================================
--- /branches/bleeding_edge/build/toolchain.gypi Fri Jul 18 10:17:01 2014 UTC +++ /branches/bleeding_edge/build/toolchain.gypi Fri Jul 18 10:54:33 2014 UTC
@@ -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', {

--
--
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