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 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
795 '../ipc/ipc.gyp:ipc_tests_apk', | 795 '../ipc/ipc.gyp:ipc_tests_apk', |
796 '../media/media.gyp:media_unittests_apk', | 796 '../media/media.gyp:media_unittests_apk', |
797 '../net/net.gyp:net_unittests_apk', | 797 '../net/net.gyp:net_unittests_apk', |
798 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', | 798 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
799 '../sql/sql.gyp:sql_unittests_apk', | 799 '../sql/sql.gyp:sql_unittests_apk', |
800 '../sync/sync.gyp:sync_unit_tests_apk', | 800 '../sync/sync.gyp:sync_unit_tests_apk', |
801 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', | 801 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', |
802 '../ui/base/ui_base_tests.gyp:ui_unittests_apk', | 802 '../ui/base/ui_base_tests.gyp:ui_unittests_apk', |
803 '../ui/events/events.gyp:events_unittests_apk', | 803 '../ui/events/events.gyp:events_unittests_apk', |
804 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 804 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
| 805 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', |
805 ], | 806 ], |
806 }, | 807 }, |
807 { | 808 { |
808 # WebRTC Chromium tests to run on Android. | 809 # WebRTC Chromium tests to run on Android. |
809 'target_name': 'android_builder_chromium_webrtc', | 810 'target_name': 'android_builder_chromium_webrtc', |
810 'type': 'none', | 811 'type': 'none', |
811 'dependencies': [ | 812 'dependencies': [ |
812 '../content/content_shell_and_tests.gyp:content_browsertests', | 813 '../content/content_shell_and_tests.gyp:content_browsertests', |
813 '../tools/android/android_tools.gyp:android_tools', | 814 '../tools/android/android_tools.gyp:android_tools', |
814 '../tools/android/android_tools.gyp:memconsumer', | 815 '../tools/android/android_tools.gyp:memconsumer', |
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1293 'dependencies': [ | 1294 'dependencies': [ |
1294 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1295 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1295 '../ui/views/views.gyp:views', | 1296 '../ui/views/views.gyp:views', |
1296 '../ui/views/views.gyp:views_unittests', | 1297 '../ui/views/views.gyp:views_unittests', |
1297 ], | 1298 ], |
1298 }, # target_name: macviews_builder | 1299 }, # target_name: macviews_builder |
1299 ], # targets | 1300 ], # targets |
1300 }], # os=='mac' and toolkit_views==1 | 1301 }], # os=='mac' and toolkit_views==1 |
1301 ], # conditions | 1302 ], # conditions |
1302 } | 1303 } |
OLD | NEW |