| 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 96 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
| 97 '../third_party/mesa/mesa.gyp:*', | 97 '../third_party/mesa/mesa.gyp:*', |
| 98 '../third_party/modp_b64/modp_b64.gyp:*', | 98 '../third_party/modp_b64/modp_b64.gyp:*', |
| 99 '../third_party/npapi/npapi.gyp:*', | 99 '../third_party/npapi/npapi.gyp:*', |
| 100 '../third_party/ots/ots.gyp:*', | 100 '../third_party/ots/ots.gyp:*', |
| 101 '../third_party/qcms/qcms.gyp:*', | 101 '../third_party/qcms/qcms.gyp:*', |
| 102 '../tools/gn/gn.gyp:*', | 102 '../tools/gn/gn.gyp:*', |
| 103 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 103 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 104 '../tools/telemetry/telemetry.gyp:*', | 104 '../tools/telemetry/telemetry.gyp:*', |
| 105 '../v8/tools/gyp/v8.gyp:*', | 105 '../v8/tools/gyp/v8.gyp:*', |
| 106 '../webkit/glue/webkit_glue.gyp:*', | |
| 107 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:*', | 106 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:*', |
| 108 '<(libjpeg_gyp_path):*', | 107 '<(libjpeg_gyp_path):*', |
| 109 ], | 108 ], |
| 110 }], | 109 }], |
| 111 ['OS!="android" and OS!="ios"', { | 110 ['OS!="android" and OS!="ios"', { |
| 112 'dependencies': [ | 111 'dependencies': [ |
| 113 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', | 112 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', |
| 114 ], | 113 ], |
| 115 }], | 114 }], |
| 116 ['os_posix==1 and OS!="android" and OS!="ios"', { | 115 ['os_posix==1 and OS!="android" and OS!="ios"', { |
| (...skipping 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1211 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1210 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 1212 '../chrome/chrome.gyp:sync_integration_tests_run', | 1211 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 1213 '../chrome/chrome.gyp:unit_tests_run', | 1212 '../chrome/chrome.gyp:unit_tests_run', |
| 1214 '../net/net.gyp:net_unittests_run', | 1213 '../net/net.gyp:net_unittests_run', |
| 1215 ], | 1214 ], |
| 1216 }, # target_name: chromium_swarm_tests | 1215 }, # target_name: chromium_swarm_tests |
| 1217 ], | 1216 ], |
| 1218 }], | 1217 }], |
| 1219 ], # conditions | 1218 ], # conditions |
| 1220 } | 1219 } |
| OLD | NEW |