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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 '../third_party/nss/nss.gyp:*', | 118 '../third_party/nss/nss.gyp:*', |
119 ], | 119 ], |
120 }], | 120 }], |
121 ['OS=="win" or OS=="ios" or OS=="linux"', { | 121 ['OS=="win" or OS=="ios" or OS=="linux"', { |
122 'dependencies': [ | 122 'dependencies': [ |
123 '../breakpad/breakpad.gyp:*', | 123 '../breakpad/breakpad.gyp:*', |
124 ], | 124 ], |
125 }], | 125 }], |
126 ['OS=="mac"', { | 126 ['OS=="mac"', { |
127 'dependencies': [ | 127 'dependencies': [ |
| 128 '../sandbox/sandbox.gyp:*', |
128 '../third_party/ocmock/ocmock.gyp:*', | 129 '../third_party/ocmock/ocmock.gyp:*', |
129 ], | 130 ], |
130 }], | 131 }], |
131 ['OS=="linux"', { | 132 ['OS=="linux"', { |
132 'dependencies': [ | 133 'dependencies': [ |
133 '../courgette/courgette.gyp:*', | 134 '../courgette/courgette.gyp:*', |
134 '../dbus/dbus.gyp:*', | 135 '../dbus/dbus.gyp:*', |
135 '../sandbox/sandbox.gyp:*', | 136 '../sandbox/sandbox.gyp:*', |
136 ], | 137 ], |
137 'conditions': [ | 138 'conditions': [ |
(...skipping 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1236 # http://crbug.com/157234 | 1237 # http://crbug.com/157234 |
1237 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1238 #'../chrome/chrome.gyp:sync_integration_tests_run', |
1238 '../chrome/chrome.gyp:unit_tests_run', | 1239 '../chrome/chrome.gyp:unit_tests_run', |
1239 '../net/net.gyp:net_unittests_run', | 1240 '../net/net.gyp:net_unittests_run', |
1240 ], | 1241 ], |
1241 }, # target_name: chromium_swarm_tests | 1242 }, # target_name: chromium_swarm_tests |
1242 ], | 1243 ], |
1243 }], | 1244 }], |
1244 ], # conditions | 1245 ], # conditions |
1245 } | 1246 } |
OLD | NEW |