diff options
author | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-18 11:21:53 +0000 |
---|---|---|
committer | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-18 11:21:53 +0000 |
commit | 5b5597258a7f4b04ef7ea0823be76d066d794b72 (patch) | |
tree | 6a845de16ee56b9b43d9664a86a3e384f175b0ba /android_webview/tools/gyp_webview | |
parent | e4bfe0a1bd69eba1e4f1888c4676fdb2513d42b2 (diff) | |
download | chromium_src-5b5597258a7f4b04ef7ea0823be76d066d794b72.zip chromium_src-5b5597258a7f4b04ef7ea0823be76d066d794b72.tar.gz chromium_src-5b5597258a7f4b04ef7ea0823be76d066d794b72.tar.bz2 |
Android WebView: disable mac builds again.
Mac builds are still causing problems downstream; turn them off again
temporarily.
BUG=
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/12780009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188715 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/tools/gyp_webview')
-rwxr-xr-x | android_webview/tools/gyp_webview | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/android_webview/tools/gyp_webview b/android_webview/tools/gyp_webview index f9da60f..84c8731 100755 --- a/android_webview/tools/gyp_webview +++ b/android_webview/tools/gyp_webview @@ -17,7 +17,7 @@ export PYTHONDONTWRITEBYTECODE=1 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 ) |