Commit a24ce1d2 authored by torne@chromium.org's avatar torne@chromium.org

Android: start building libwebview on FYI waterfall.

Move the libwebview target to android_experimental so it gets compiled
and linked on the FYI waterfall (but not the main waterfall or trybots
yet). This will help us see when it's been broken by other changes.

Review URL: https://chromiumcodereview.appspot.com/10829333

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151877 0039d316-1c4b-4281-b951-d872f2087c98
parent 3d00fbd7
...@@ -80,7 +80,9 @@ ...@@ -80,7 +80,9 @@
# orange, not red). # orange, not red).
'target_name': 'android_experimental', 'target_name': 'android_experimental',
'type': 'none', 'type': 'none',
'dependencies': [], 'dependencies': [
'../android_webview/lib/android_webview.gyp:libwebview',
],
}, },
{ {
# In-progress targets that are expected to fail and are NOT run # In-progress targets that are expected to fail and are NOT run
...@@ -88,7 +90,6 @@ ...@@ -88,7 +90,6 @@
'target_name': 'android_in_progress', 'target_name': 'android_in_progress',
'type': 'none', 'type': 'none',
'dependencies': [ 'dependencies': [
'../android_webview/lib/android_webview.gyp:libwebview',
'../content/content.gyp:content_browsertests', '../content/content.gyp:content_browsertests',
], ],
}, },
......
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