| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index da71d492ca0594ac4147563958ef7aa5a503d94c..f562537cd815ee63a23a124f8219f04bbcb22e51 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -766,6 +766,7 @@
|
| '../breakpad/breakpad.gyp:minidump_dump#host',
|
| '../breakpad/breakpad.gyp:minidump_stackwalk#host',
|
| '../build/android/tests/multiple_proguards/multiple_proguards.gyp:multiple_proguards_test_apk',
|
| + '../build/android/pylib/device/commands/commands.gyp:chromium_commands',
|
| '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
|
| '../cc/cc_tests.gyp:cc_perftests_apk',
|
| '../cc/cc_tests.gyp:cc_unittests',
|
| @@ -830,6 +831,7 @@
|
| 'target_name': 'android_builder_chromium_webrtc',
|
| 'type': 'none',
|
| 'dependencies': [
|
| + '../build/android/pylib/device/commands/commands.gyp:chromium_commands',
|
| '../content/content_shell_and_tests.gyp:content_browsertests',
|
| '../tools/android/android_tools.gyp:android_tools',
|
| '../tools/android/android_tools.gyp:memconsumer',
|
|
|