Commit 60b802c2 authored by torne@chromium.org's avatar torne@chromium.org

Android WebView: re-enable mac builds again.

The outstanding issues with mac are fixed. Re-enable generation of mac
host makefiles by reverting r188715.

BUG=
NOTRY=true

Review URL: https://codereview.chromium.org/13878016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194921 0039d316-1c4b-4281-b951-d872f2087c98
parent bc54529e
...@@ -17,7 +17,7 @@ export PYTHONDONTWRITEBYTECODE=1 ...@@ -17,7 +17,7 @@ export PYTHONDONTWRITEBYTECODE=1
android_gyp --suffix .linux-arm ) android_gyp --suffix .linux-arm )
( . build/android/envsetup.sh --target-arch=x86 --host-os=linux && \ ( . build/android/envsetup.sh --target-arch=x86 --host-os=linux && \
android_gyp --suffix .linux-x86 ) android_gyp --suffix .linux-x86 )
#( . build/android/envsetup.sh --target-arch=arm --host-os=mac && \ ( . build/android/envsetup.sh --target-arch=arm --host-os=mac && \
# android_gyp --suffix .darwin-arm ) android_gyp --suffix .darwin-arm )
#( . build/android/envsetup.sh --target-arch=x86 --host-os=mac && \ ( . build/android/envsetup.sh --target-arch=x86 --host-os=mac && \
# android_gyp --suffix .darwin-x86 ) android_gyp --suffix .darwin-x86 )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment