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 799 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
810 '../ipc/ipc.gyp:ipc_tests_apk', | 810 '../ipc/ipc.gyp:ipc_tests_apk', |
811 '../media/media.gyp:media_unittests_apk', | 811 '../media/media.gyp:media_unittests_apk', |
812 '../net/net.gyp:net_unittests_apk', | 812 '../net/net.gyp:net_unittests_apk', |
813 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', | 813 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
814 '../sql/sql.gyp:sql_unittests_apk', | 814 '../sql/sql.gyp:sql_unittests_apk', |
815 '../sync/sync.gyp:sync_unit_tests_apk', | 815 '../sync/sync.gyp:sync_unit_tests_apk', |
816 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', | 816 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', |
817 '../ui/base/ui_base_tests.gyp:ui_unittests_apk', | 817 '../ui/base/ui_base_tests.gyp:ui_unittests_apk', |
818 '../ui/events/events.gyp:events_unittests_apk', | 818 '../ui/events/events.gyp:events_unittests_apk', |
819 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 819 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
| 820 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', |
820 ], | 821 ], |
821 }, | 822 }, |
822 { | 823 { |
823 # WebRTC Chromium tests to run on Android. | 824 # WebRTC Chromium tests to run on Android. |
824 'target_name': 'android_builder_chromium_webrtc', | 825 'target_name': 'android_builder_chromium_webrtc', |
825 'type': 'none', | 826 'type': 'none', |
826 'dependencies': [ | 827 'dependencies': [ |
827 '../content/content_shell_and_tests.gyp:content_browsertests', | 828 '../content/content_shell_and_tests.gyp:content_browsertests', |
828 '../tools/android/android_tools.gyp:android_tools', | 829 '../tools/android/android_tools.gyp:android_tools', |
829 '../tools/android/android_tools.gyp:memconsumer', | 830 '../tools/android/android_tools.gyp:memconsumer', |
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1308 'dependencies': [ | 1309 'dependencies': [ |
1309 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1310 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1310 '../ui/views/views.gyp:views', | 1311 '../ui/views/views.gyp:views', |
1311 '../ui/views/views.gyp:views_unittests', | 1312 '../ui/views/views.gyp:views_unittests', |
1312 ], | 1313 ], |
1313 }, # target_name: macviews_builder | 1314 }, # target_name: macviews_builder |
1314 ], # targets | 1315 ], # targets |
1315 }], # os=='mac' and toolkit_views==1 | 1316 }], # os=='mac' and toolkit_views==1 |
1316 ], # conditions | 1317 ], # conditions |
1317 } | 1318 } |
OLD | NEW |