| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 48370974cad76d9588387b868a893b315dff95e9..04ba3f889c9e20c25c12a56bf93bbf778a70912e 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -884,11 +884,6 @@
|
| '../chrome/chrome.gyp:unit_tests_apk',
|
| ],
|
| }],
|
| - ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"', {
|
| - 'dependencies': [
|
| - '../components/devtools_bridge.gyp:devtools_bridge_tests_apk',
|
| - ],
|
| - }],
|
| ],
|
| },
|
| {
|
| @@ -900,8 +895,6 @@
|
| '../content/content_shell_and_tests.gyp:content_browsertests',
|
| '../tools/android/android_tools.gyp:android_tools',
|
| '../tools/android/android_tools.gyp:memconsumer',
|
| - # Unit test bundles packaged as an apk.
|
| - '../components/devtools_bridge.gyp:devtools_bridge_tests_apk',
|
| '../content/content_shell_and_tests.gyp:content_browsertests_apk',
|
| ],
|
| }, # target_name: android_builder_chromium_webrtc
|
|
|