Index: build/all_android.gyp |
diff --git a/build/all_android.gyp b/build/all_android.gyp |
index d0e9ebc24e4345aa16fe217274297d488ef36b70..f83bbc05e7c22adf12028fab45e997a5d7627536 100644 |
--- a/build/all_android.gyp |
+++ b/build/all_android.gyp |
@@ -82,6 +82,7 @@ |
'type': 'none', |
'dependencies': [ |
'../chrome/chrome.gyp:unit_tests', |
+ '../android_webview/lib/android_webview.gyp:libwebview', |
Peter Beverloo
2012/08/15 12:26:45
It looks like the FYI builder doesn't build the ex
|
], |
}, |
{ |
@@ -90,7 +91,6 @@ |
'target_name': 'android_in_progress', |
'type': 'none', |
'dependencies': [ |
- '../android_webview/lib/android_webview.gyp:libwebview', |
'../content/content.gyp:content_browsertests', |
], |
}, |