OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
8 # compilation targets to 'All'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
10 }, | 10 }, |
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
840 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', | 840 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', |
841 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', | 841 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', |
842 '../ui/base/ui_base_tests.gyp:ui_unittests_apk', | 842 '../ui/base/ui_base_tests.gyp:ui_unittests_apk', |
843 '../ui/events/events.gyp:events_unittests_apk', | 843 '../ui/events/events.gyp:events_unittests_apk', |
844 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 844 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
845 ], | 845 ], |
846 'conditions': [ | 846 'conditions': [ |
847 ['"<(libpeer_target_type)"=="static_library"', { | 847 ['"<(libpeer_target_type)"=="static_library"', { |
848 'dependencies': [ | 848 'dependencies': [ |
849 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', | 849 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', |
| 850 '../components/devtools_bridge.gyp:devtools_bridge_tests2_apk', |
850 ], | 851 ], |
851 }], | 852 }], |
852 ], | 853 ], |
853 }, | 854 }, |
854 { | 855 { |
855 # WebRTC Chromium tests to run on Android. | 856 # WebRTC Chromium tests to run on Android. |
856 'target_name': 'android_builder_chromium_webrtc', | 857 'target_name': 'android_builder_chromium_webrtc', |
857 'type': 'none', | 858 'type': 'none', |
858 'dependencies': [ | 859 'dependencies': [ |
859 '../build/android/pylib/device/commands/commands.gyp:chromium_comman
ds', | 860 '../build/android/pylib/device/commands/commands.gyp:chromium_comman
ds', |
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1361 'dependencies': [ | 1362 'dependencies': [ |
1362 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1363 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1363 '../ui/views/views.gyp:views', | 1364 '../ui/views/views.gyp:views', |
1364 '../ui/views/views.gyp:views_unittests', | 1365 '../ui/views/views.gyp:views_unittests', |
1365 ], | 1366 ], |
1366 }, # target_name: macviews_builder | 1367 }, # target_name: macviews_builder |
1367 ], # targets | 1368 ], # targets |
1368 }], # os=='mac' and toolkit_views==1 | 1369 }], # os=='mac' and toolkit_views==1 |
1369 ], # conditions | 1370 ], # conditions |
1370 } | 1371 } |
OLD | NEW |