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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 '../third_party/ots/ots.gyp:*', | 102 '../third_party/ots/ots.gyp:*', |
103 '../third_party/qcms/qcms.gyp:*', | 103 '../third_party/qcms/qcms.gyp:*', |
104 '../tools/gn/gn.gyp:*', | 104 '../tools/gn/gn.gyp:*', |
105 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 105 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
106 '../tools/telemetry/telemetry.gyp:*', | 106 '../tools/telemetry/telemetry.gyp:*', |
107 '../v8/tools/gyp/v8.gyp:*', | 107 '../v8/tools/gyp/v8.gyp:*', |
108 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:*', | 108 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:*', |
109 '<(libjpeg_gyp_path):*', | 109 '<(libjpeg_gyp_path):*', |
110 ], | 110 ], |
111 }], | 111 }], |
112 ['OS!="android" and OS!="ios"', { | |
113 'dependencies': [ | |
114 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', | |
115 ], | |
116 }], | |
117 ['OS=="mac" or OS=="ios" or OS=="win"', { | 112 ['OS=="mac" or OS=="ios" or OS=="win"', { |
118 'dependencies': [ | 113 'dependencies': [ |
119 '../third_party/nss/nss.gyp:*', | 114 '../third_party/nss/nss.gyp:*', |
120 ], | 115 ], |
121 }], | 116 }], |
122 ['OS=="win" or OS=="ios" or OS=="linux"', { | 117 ['OS=="win" or OS=="ios" or OS=="linux"', { |
123 'dependencies': [ | 118 'dependencies': [ |
124 '../breakpad/breakpad.gyp:*', | 119 '../breakpad/breakpad.gyp:*', |
125 ], | 120 ], |
126 }], | 121 }], |
(...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1240 # http://crbug.com/157234 | 1235 # http://crbug.com/157234 |
1241 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1236 #'../chrome/chrome.gyp:sync_integration_tests_run', |
1242 '../chrome/chrome.gyp:unit_tests_run', | 1237 '../chrome/chrome.gyp:unit_tests_run', |
1243 '../net/net.gyp:net_unittests_run', | 1238 '../net/net.gyp:net_unittests_run', |
1244 ], | 1239 ], |
1245 }, # target_name: chromium_swarm_tests | 1240 }, # target_name: chromium_swarm_tests |
1246 ], | 1241 ], |
1247 }], | 1242 }], |
1248 ], # conditions | 1243 ], # conditions |
1249 } | 1244 } |
OLD | NEW |