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