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 715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
726 '../breakpad/breakpad.gyp:symupload#host', | 726 '../breakpad/breakpad.gyp:symupload#host', |
727 '../breakpad/breakpad.gyp:minidump_dump#host', | 727 '../breakpad/breakpad.gyp:minidump_dump#host', |
728 '../breakpad/breakpad.gyp:minidump_stackwalk#host', | 728 '../breakpad/breakpad.gyp:minidump_stackwalk#host', |
729 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu
ltiple_proguards_test_apk', | 729 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu
ltiple_proguards_test_apk', |
730 '../cc/cc_tests.gyp:cc_perftests_apk', | 730 '../cc/cc_tests.gyp:cc_perftests_apk', |
731 '../cc/cc_tests.gyp:cc_unittests', | 731 '../cc/cc_tests.gyp:cc_unittests', |
732 '../chrome/chrome.gyp:unit_tests', | 732 '../chrome/chrome.gyp:unit_tests', |
733 '../components/components_tests.gyp:components_unittests', | 733 '../components/components_tests.gyp:components_unittests', |
734 '../content/content_shell_and_tests.gyp:content_browsertests', | 734 '../content/content_shell_and_tests.gyp:content_browsertests', |
735 '../content/content_shell_and_tests.gyp:content_gl_tests', | 735 '../content/content_shell_and_tests.gyp:content_gl_tests', |
736 '../content/content_shell_and_tests.gyp:content_linker_test_apk', | 736 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', |
737 '../content/content_shell_and_tests.gyp:content_shell_test_apk', | 737 '../content/content_shell_and_tests.gyp:content_shell_test_apk', |
738 '../content/content_shell_and_tests.gyp:content_unittests', | 738 '../content/content_shell_and_tests.gyp:content_unittests', |
739 '../gpu/gpu.gyp:gl_tests', | 739 '../gpu/gpu.gyp:gl_tests', |
740 '../gpu/gpu.gyp:gpu_unittests', | 740 '../gpu/gpu.gyp:gpu_unittests', |
741 '../ipc/ipc.gyp:ipc_tests', | 741 '../ipc/ipc.gyp:ipc_tests', |
742 '../media/media.gyp:media_perftests_apk', | 742 '../media/media.gyp:media_perftests_apk', |
743 '../media/media.gyp:media_unittests', | 743 '../media/media.gyp:media_unittests', |
744 '../net/net.gyp:net_unittests', | 744 '../net/net.gyp:net_unittests', |
745 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 745 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
746 '../sql/sql.gyp:sql_unittests', | 746 '../sql/sql.gyp:sql_unittests', |
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1231 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1231 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1232 '../chrome/chrome.gyp:sync_integration_tests_run', | 1232 '../chrome/chrome.gyp:sync_integration_tests_run', |
1233 '../chrome/chrome.gyp:unit_tests_run', | 1233 '../chrome/chrome.gyp:unit_tests_run', |
1234 '../net/net.gyp:net_unittests_run', | 1234 '../net/net.gyp:net_unittests_run', |
1235 ], | 1235 ], |
1236 }, # target_name: chromium_swarm_tests | 1236 }, # target_name: chromium_swarm_tests |
1237 ], | 1237 ], |
1238 }], | 1238 }], |
1239 ], # conditions | 1239 ], # conditions |
1240 } | 1240 } |
OLD | NEW |