| 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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 719 '../breakpad/breakpad.gyp:symupload#host', | 719 '../breakpad/breakpad.gyp:symupload#host', |
| 720 '../breakpad/breakpad.gyp:minidump_dump#host', | 720 '../breakpad/breakpad.gyp:minidump_dump#host', |
| 721 '../breakpad/breakpad.gyp:minidump_stackwalk#host', | 721 '../breakpad/breakpad.gyp:minidump_stackwalk#host', |
| 722 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu
ltiple_proguards_test_apk', | 722 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu
ltiple_proguards_test_apk', |
| 723 '../cc/cc_tests.gyp:cc_perftests_apk', | 723 '../cc/cc_tests.gyp:cc_perftests_apk', |
| 724 '../cc/cc_tests.gyp:cc_unittests', | 724 '../cc/cc_tests.gyp:cc_unittests', |
| 725 '../chrome/chrome.gyp:unit_tests', | 725 '../chrome/chrome.gyp:unit_tests', |
| 726 '../components/components_tests.gyp:components_unittests', | 726 '../components/components_tests.gyp:components_unittests', |
| 727 '../content/content_shell_and_tests.gyp:content_browsertests', | 727 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 728 '../content/content_shell_and_tests.gyp:content_gl_tests', | 728 '../content/content_shell_and_tests.gyp:content_gl_tests', |
| 729 '../content/content_shell_and_tests.gyp:content_linker_test_apk', | 729 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', |
| 730 '../content/content_shell_and_tests.gyp:content_shell_test_apk', | 730 '../content/content_shell_and_tests.gyp:content_shell_test_apk', |
| 731 '../content/content_shell_and_tests.gyp:content_unittests', | 731 '../content/content_shell_and_tests.gyp:content_unittests', |
| 732 '../gpu/gpu.gyp:gl_tests', | 732 '../gpu/gpu.gyp:gl_tests', |
| 733 '../gpu/gpu.gyp:gpu_unittests', | 733 '../gpu/gpu.gyp:gpu_unittests', |
| 734 '../ipc/ipc.gyp:ipc_tests', | 734 '../ipc/ipc.gyp:ipc_tests', |
| 735 '../media/media.gyp:media_perftests_apk', | 735 '../media/media.gyp:media_perftests_apk', |
| 736 '../media/media.gyp:media_unittests', | 736 '../media/media.gyp:media_unittests', |
| 737 '../net/net.gyp:net_unittests', | 737 '../net/net.gyp:net_unittests', |
| 738 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 738 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
| 739 '../sql/sql.gyp:sql_unittests', | 739 '../sql/sql.gyp:sql_unittests', |
| (...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1207 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1207 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 1208 '../chrome/chrome.gyp:sync_integration_tests_run', | 1208 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 1209 '../chrome/chrome.gyp:unit_tests_run', | 1209 '../chrome/chrome.gyp:unit_tests_run', |
| 1210 '../net/net.gyp:net_unittests_run', | 1210 '../net/net.gyp:net_unittests_run', |
| 1211 ], | 1211 ], |
| 1212 }, # target_name: chromium_swarm_tests | 1212 }, # target_name: chromium_swarm_tests |
| 1213 ], | 1213 ], |
| 1214 }], | 1214 }], |
| 1215 ], # conditions | 1215 ], # conditions |
| 1216 } | 1216 } |
| OLD | NEW |