| Index: build/all_android.gyp
|
| diff --git a/build/all_android.gyp b/build/all_android.gyp
|
| index d0e9ebc24e4345aa16fe217274297d488ef36b70..7341d9bd7f84a164566f8370ba987d93e1b1c14a 100644
|
| --- a/build/all_android.gyp
|
| +++ b/build/all_android.gyp
|
| @@ -74,15 +74,13 @@
|
| }]
|
| ],
|
| },
|
| - {
|
| + {
|
| # Experimental / in-progress targets that are expected to fail
|
| # but we still try to compile them on bots (turning the stage
|
| # orange, not red).
|
| 'target_name': 'android_experimental',
|
| 'type': 'none',
|
| - 'dependencies': [
|
| - '../chrome/chrome.gyp:unit_tests',
|
| - ],
|
| + 'dependencies': [],
|
| },
|
| {
|
| # In-progress targets that are expected to fail and are NOT run
|
|
|