Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(901)

Side by Side Diff: build/all.gyp

Issue 3036019: Build sync integration tests on our builders in preparation of running... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 # These targets are here so the build bots can use them to build 151 # These targets are here so the build bots can use them to build
152 # subsets of a full tree for faster cycle times. 152 # subsets of a full tree for faster cycle times.
153 { 153 {
154 'target_name': 'chromium_builder_dbg', 154 'target_name': 'chromium_builder_dbg',
155 'type': 'none', 155 'type': 'none',
156 'dependencies': [ 156 'dependencies': [
157 '../app/app.gyp:app_unittests', 157 '../app/app.gyp:app_unittests',
158 '../chrome/chrome.gyp:browser_tests', 158 '../chrome/chrome.gyp:browser_tests',
159 '../chrome/chrome.gyp:nacl_ui_tests', 159 '../chrome/chrome.gyp:nacl_ui_tests',
160 '../chrome/chrome.gyp:nacl_sandbox_tests', 160 '../chrome/chrome.gyp:nacl_sandbox_tests',
161 '../chrome/chrome.gyp:sync_integration_tests',
161 '../chrome/chrome.gyp:sync_unit_tests', 162 '../chrome/chrome.gyp:sync_unit_tests',
162 '../chrome/chrome.gyp:ui_tests', 163 '../chrome/chrome.gyp:ui_tests',
163 '../chrome/chrome.gyp:unit_tests', 164 '../chrome/chrome.gyp:unit_tests',
164 '../gfx/gfx.gyp:gfx_unittests', 165 '../gfx/gfx.gyp:gfx_unittests',
165 '../gpu/gpu.gyp:gpu_unittests', 166 '../gpu/gpu.gyp:gpu_unittests',
166 '../ipc/ipc.gyp:ipc_tests', 167 '../ipc/ipc.gyp:ipc_tests',
167 '../jingle/jingle.gyp:notifier_unit_tests', 168 '../jingle/jingle.gyp:notifier_unit_tests',
168 '../media/media.gyp:media_unittests', 169 '../media/media.gyp:media_unittests',
169 '../printing/printing.gyp:printing_unittests', 170 '../printing/printing.gyp:printing_unittests',
170 '../remoting/remoting.gyp:remoting_unittests', 171 '../remoting/remoting.gyp:remoting_unittests',
171 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 172 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
172 'temp_gyp/googleurl.gyp:googleurl_unittests', 173 'temp_gyp/googleurl.gyp:googleurl_unittests',
173 ], 174 ],
174 }, 175 },
175 { 176 {
176 'target_name': 'chromium_builder_rel', 177 'target_name': 'chromium_builder_rel',
177 'type': 'none', 178 'type': 'none',
178 'dependencies': [ 179 'dependencies': [
179 '../app/app.gyp:app_unittests', 180 '../app/app.gyp:app_unittests',
180 '../chrome/chrome.gyp:browser_tests', 181 '../chrome/chrome.gyp:browser_tests',
181 '../chrome/chrome.gyp:memory_test', 182 '../chrome/chrome.gyp:memory_test',
182 '../chrome/chrome.gyp:nacl_ui_tests', 183 '../chrome/chrome.gyp:nacl_ui_tests',
183 '../chrome/chrome.gyp:nacl_sandbox_tests', 184 '../chrome/chrome.gyp:nacl_sandbox_tests',
184 '../chrome/chrome.gyp:page_cycler_tests', 185 '../chrome/chrome.gyp:page_cycler_tests',
185 '../chrome/chrome.gyp:plugin_tests', 186 '../chrome/chrome.gyp:plugin_tests',
186 '../chrome/chrome.gyp:startup_tests', 187 '../chrome/chrome.gyp:startup_tests',
188 '../chrome/chrome.gyp:sync_integration_tests',
187 '../chrome/chrome.gyp:sync_unit_tests', 189 '../chrome/chrome.gyp:sync_unit_tests',
188 '../chrome/chrome.gyp:tab_switching_test', 190 '../chrome/chrome.gyp:tab_switching_test',
189 '../chrome/chrome.gyp:ui_tests', 191 '../chrome/chrome.gyp:ui_tests',
190 '../chrome/chrome.gyp:unit_tests', 192 '../chrome/chrome.gyp:unit_tests',
191 '../chrome/chrome.gyp:url_fetch_test', 193 '../chrome/chrome.gyp:url_fetch_test',
192 '../gfx/gfx.gyp:gfx_unittests', 194 '../gfx/gfx.gyp:gfx_unittests',
193 '../gpu/gpu.gyp:gpu_unittests', 195 '../gpu/gpu.gyp:gpu_unittests',
194 '../ipc/ipc.gyp:ipc_tests', 196 '../ipc/ipc.gyp:ipc_tests',
195 '../jingle/jingle.gyp:notifier_unit_tests', 197 '../jingle/jingle.gyp:notifier_unit_tests',
196 '../media/media.gyp:media_unittests', 198 '../media/media.gyp:media_unittests',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 '../chrome/chrome.gyp:installer_util_unittests', 232 '../chrome/chrome.gyp:installer_util_unittests',
231 '../chrome/chrome.gyp:interactive_ui_tests', 233 '../chrome/chrome.gyp:interactive_ui_tests',
232 '../chrome/chrome.gyp:memory_test', 234 '../chrome/chrome.gyp:memory_test',
233 '../chrome/chrome.gyp:mini_installer_test', 235 '../chrome/chrome.gyp:mini_installer_test',
234 '../chrome/chrome.gyp:nacl_ui_tests', 236 '../chrome/chrome.gyp:nacl_ui_tests',
235 '../chrome/chrome.gyp:nacl_sandbox_tests', 237 '../chrome/chrome.gyp:nacl_sandbox_tests',
236 '../chrome/chrome.gyp:page_cycler_tests', 238 '../chrome/chrome.gyp:page_cycler_tests',
237 '../chrome/chrome.gyp:plugin_tests', 239 '../chrome/chrome.gyp:plugin_tests',
238 '../chrome/chrome.gyp:selenium_tests', 240 '../chrome/chrome.gyp:selenium_tests',
239 '../chrome/chrome.gyp:startup_tests', 241 '../chrome/chrome.gyp:startup_tests',
242 '../chrome/chrome.gyp:sync_integration_tests',
240 '../chrome/chrome.gyp:sync_unit_tests', 243 '../chrome/chrome.gyp:sync_unit_tests',
241 '../chrome/chrome.gyp:tab_switching_test', 244 '../chrome/chrome.gyp:tab_switching_test',
242 '../chrome/chrome.gyp:ui_tests', 245 '../chrome/chrome.gyp:ui_tests',
243 '../chrome/chrome.gyp:unit_tests', 246 '../chrome/chrome.gyp:unit_tests',
244 '../chrome/chrome.gyp:url_fetch_test', 247 '../chrome/chrome.gyp:url_fetch_test',
245 # mini_installer_tests depends on mini_installer. This should be 248 # mini_installer_tests depends on mini_installer. This should be
246 # defined in installer.gyp. 249 # defined in installer.gyp.
247 '../chrome/installer/mini_installer.gyp:mini_installer', 250 '../chrome/installer/mini_installer.gyp:mini_installer',
248 '../courgette/courgette.gyp:courgette_unittests', 251 '../courgette/courgette.gyp:courgette_unittests',
249 '../gfx/gfx.gyp:gfx_unittests', 252 '../gfx/gfx.gyp:gfx_unittests',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 ], # targets 337 ], # targets
335 }], # "chromeos==1" 338 }], # "chromeos==1"
336 ], # conditions 339 ], # conditions
337 } 340 }
338 341
339 # Local Variables: 342 # Local Variables:
340 # tab-width:2 343 # tab-width:2
341 # indent-tabs-mode:nil 344 # indent-tabs-mode:nil
342 # End: 345 # End:
343 # vim: set expandtab tabstop=2 shiftwidth=2: 346 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698