| Index: build/all_android.gyp
|
| diff --git a/build/all_android.gyp b/build/all_android.gyp
|
| index 7341d9bd7f84a164566f8370ba987d93e1b1c14a..49714c9087cc2e282ccda82fd7a219ce4096d646 100644
|
| --- a/build/all_android.gyp
|
| +++ b/build/all_android.gyp
|
| @@ -80,7 +80,9 @@
|
| # orange, not red).
|
| 'target_name': 'android_experimental',
|
| 'type': 'none',
|
| - 'dependencies': [],
|
| + 'dependencies': [
|
| + '../android_webview/lib/android_webview.gyp:libwebview',
|
| + ],
|
| },
|
| {
|
| # In-progress targets that are expected to fail and are NOT run
|
| @@ -88,7 +90,6 @@
|
| 'target_name': 'android_in_progress',
|
| 'type': 'none',
|
| 'dependencies': [
|
| - '../android_webview/lib/android_webview.gyp:libwebview',
|
| '../content/content.gyp:content_browsertests',
|
| ],
|
| },
|
|
|