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

Unified Diff: trunk/src/android_webview/tools/gyp_webview

Issue 13878016: Android WebView: re-enable mac builds again. (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 )
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698