| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 54fd6d11409fc116f5d2abb3e69c950dcbda271e..5a7811592c2acce4bd9ea8b51c27b597e985d712 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -861,7 +861,6 @@
|
| ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"', {
|
| 'dependencies': [
|
| '../components/devtools_bridge.gyp:devtools_bridge_tests_apk',
|
| - '../components/devtools_bridge.gyp:libdevtools_bridge_browsertests',
|
| ],
|
| }],
|
| ],
|
| @@ -877,7 +876,6 @@
|
| '../tools/android/android_tools.gyp:memconsumer',
|
| # Unit test bundles packaged as an apk.
|
| '../components/devtools_bridge.gyp:devtools_bridge_tests_apk',
|
| - '../components/devtools_bridge.gyp:libdevtools_bridge_browsertests',
|
| '../content/content_shell_and_tests.gyp:content_browsertests_apk',
|
| ],
|
| }, # target_name: android_builder_chromium_webrtc
|
|
|