Index: trunk/src/android_webview/tools/gyp_webview |
=================================================================== |
--- trunk/src/android_webview/tools/gyp_webview (revision 194909) |
+++ trunk/src/android_webview/tools/gyp_webview (working copy) |
@@ -17,7 +17,7 @@ |
android_gyp --suffix .linux-arm ) |
( . build/android/envsetup.sh --target-arch=x86 --host-os=linux && \ |
android_gyp --suffix .linux-x86 ) |
-#( . build/android/envsetup.sh --target-arch=arm --host-os=mac && \ |
-# android_gyp --suffix .darwin-arm ) |
-#( . build/android/envsetup.sh --target-arch=x86 --host-os=mac && \ |
-# android_gyp --suffix .darwin-x86 ) |
+( . build/android/envsetup.sh --target-arch=arm --host-os=mac && \ |
+ android_gyp --suffix .darwin-arm ) |
+( . build/android/envsetup.sh --target-arch=x86 --host-os=mac && \ |
+ android_gyp --suffix .darwin-x86 ) |