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

Side by Side Diff: build/all.gyp

Issue 7331032: Remove references to app_unittests in all.gyp and chrome_tests.gypi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | chrome/chrome_tests.gypi » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'dependencies': [ 137 'dependencies': [
138 '../net/third_party/nss/ssl.gyp:*', 138 '../net/third_party/nss/ssl.gyp:*',
139 ], 139 ],
140 }], 140 }],
141 ], 141 ],
142 }, # target_name: All 142 }, # target_name: All
143 { 143 {
144 'target_name': 'chromium_builder_tests', 144 'target_name': 'chromium_builder_tests',
145 'type': 'none', 145 'type': 'none',
146 'dependencies': [ 146 'dependencies': [
147 '../app/app.gyp:app_unittests',
148 '../base/base.gyp:base_unittests', 147 '../base/base.gyp:base_unittests',
149 '../chrome/chrome.gyp:browser_tests', 148 '../chrome/chrome.gyp:browser_tests',
150 '../chrome/chrome.gyp:interactive_ui_tests', 149 '../chrome/chrome.gyp:interactive_ui_tests',
151 '../chrome/chrome.gyp:nacl_ui_tests', 150 '../chrome/chrome.gyp:nacl_ui_tests',
152 '../chrome/chrome.gyp:nacl_sandbox_tests', 151 '../chrome/chrome.gyp:nacl_sandbox_tests',
153 '../chrome/chrome.gyp:safe_browsing_tests', 152 '../chrome/chrome.gyp:safe_browsing_tests',
154 '../chrome/chrome.gyp:sync_integration_tests', 153 '../chrome/chrome.gyp:sync_integration_tests',
155 '../chrome/chrome.gyp:sync_unit_tests', 154 '../chrome/chrome.gyp:sync_unit_tests',
156 '../chrome/chrome.gyp:ui_tests', 155 '../chrome/chrome.gyp:ui_tests',
157 '../chrome/chrome.gyp:unit_tests', 156 '../chrome/chrome.gyp:unit_tests',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 '../webkit/webkit.gyp:test_shell_common', 196 '../webkit/webkit.gyp:test_shell_common',
198 ], 197 ],
199 }], 198 }],
200 ], 199 ],
201 }, # target_name: chromium_builder_tests 200 }, # target_name: chromium_builder_tests
202 { 201 {
203 'target_name': 'chromium_2010_builder_tests', 202 'target_name': 'chromium_2010_builder_tests',
204 'type': 'none', 203 'type': 'none',
205 'dependencies': [ 204 'dependencies': [
206 '../chrome/chrome.gyp:chrome', 205 '../chrome/chrome.gyp:chrome',
207 '../app/app.gyp:app_unittests',
208 '../base/base.gyp:base_unittests', 206 '../base/base.gyp:base_unittests',
209 '../chrome/chrome.gyp:browser_tests', 207 '../chrome/chrome.gyp:browser_tests',
210 '../chrome/chrome.gyp:interactive_ui_tests', 208 '../chrome/chrome.gyp:interactive_ui_tests',
211 # TODO(bradnelson): fix and enable. 209 # TODO(bradnelson): fix and enable.
212 #'../chrome/chrome.gyp:nacl_ui_tests', 210 #'../chrome/chrome.gyp:nacl_ui_tests',
213 #'../chrome/chrome.gyp:nacl_sandbox_tests', 211 #'../chrome/chrome.gyp:nacl_sandbox_tests',
214 '../chrome/chrome.gyp:safe_browsing_tests', 212 '../chrome/chrome.gyp:safe_browsing_tests',
215 '../chrome/chrome.gyp:sync_integration_tests', 213 '../chrome/chrome.gyp:sync_integration_tests',
216 '../chrome/chrome.gyp:sync_unit_tests', 214 '../chrome/chrome.gyp:sync_unit_tests',
217 '../chrome/chrome.gyp:ui_tests', 215 '../chrome/chrome.gyp:ui_tests',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'All', 308 'All',
311 '../chrome/chrome.gyp:build_app_dmg', 309 '../chrome/chrome.gyp:build_app_dmg',
312 ], 310 ],
313 }, 311 },
314 # These targets are here so the build bots can use them to build 312 # These targets are here so the build bots can use them to build
315 # subsets of a full tree for faster cycle times. 313 # subsets of a full tree for faster cycle times.
316 { 314 {
317 'target_name': 'chromium_builder_dbg', 315 'target_name': 'chromium_builder_dbg',
318 'type': 'none', 316 'type': 'none',
319 'dependencies': [ 317 'dependencies': [
320 '../app/app.gyp:app_unittests',
321 '../chrome/chrome.gyp:browser_tests', 318 '../chrome/chrome.gyp:browser_tests',
322 '../chrome/chrome.gyp:interactive_ui_tests', 319 '../chrome/chrome.gyp:interactive_ui_tests',
323 '../chrome/chrome.gyp:nacl_ui_tests', 320 '../chrome/chrome.gyp:nacl_ui_tests',
324 '../chrome/chrome.gyp:nacl_sandbox_tests', 321 '../chrome/chrome.gyp:nacl_sandbox_tests',
325 '../chrome/chrome.gyp:safe_browsing_tests', 322 '../chrome/chrome.gyp:safe_browsing_tests',
326 '../chrome/chrome.gyp:sync_integration_tests', 323 '../chrome/chrome.gyp:sync_integration_tests',
327 '../chrome/chrome.gyp:sync_unit_tests', 324 '../chrome/chrome.gyp:sync_unit_tests',
328 '../chrome/chrome.gyp:ui_tests', 325 '../chrome/chrome.gyp:ui_tests',
329 '../chrome/chrome.gyp:unit_tests', 326 '../chrome/chrome.gyp:unit_tests',
330 '../ui/ui.gyp:gfx_unittests', 327 '../ui/ui.gyp:gfx_unittests',
331 '../gpu/gpu.gyp:gpu_unittests', 328 '../gpu/gpu.gyp:gpu_unittests',
332 '../ipc/ipc.gyp:ipc_tests', 329 '../ipc/ipc.gyp:ipc_tests',
333 '../jingle/jingle.gyp:jingle_unittests', 330 '../jingle/jingle.gyp:jingle_unittests',
334 '../media/media.gyp:media_unittests', 331 '../media/media.gyp:media_unittests',
335 '../printing/printing.gyp:printing_unittests', 332 '../printing/printing.gyp:printing_unittests',
336 '../remoting/remoting.gyp:remoting_unittests', 333 '../remoting/remoting.gyp:remoting_unittests',
337 '../sql/sql.gyp:sql_unittests', 334 '../sql/sql.gyp:sql_unittests',
338 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 335 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
339 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 336 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
340 'temp_gyp/googleurl.gyp:googleurl_unittests', 337 'temp_gyp/googleurl.gyp:googleurl_unittests',
341 ], 338 ],
342 }, 339 },
343 { 340 {
344 'target_name': 'chromium_builder_rel', 341 'target_name': 'chromium_builder_rel',
345 'type': 'none', 342 'type': 'none',
346 'dependencies': [ 343 'dependencies': [
347 '../app/app.gyp:app_unittests',
348 '../chrome/chrome.gyp:browser_tests', 344 '../chrome/chrome.gyp:browser_tests',
349 '../chrome/chrome.gyp:memory_test', 345 '../chrome/chrome.gyp:memory_test',
350 '../chrome/chrome.gyp:nacl_ui_tests', 346 '../chrome/chrome.gyp:nacl_ui_tests',
351 '../chrome/chrome.gyp:nacl_sandbox_tests', 347 '../chrome/chrome.gyp:nacl_sandbox_tests',
352 '../chrome/chrome.gyp:page_cycler_tests', 348 '../chrome/chrome.gyp:page_cycler_tests',
353 '../chrome/chrome.gyp:plugin_tests', 349 '../chrome/chrome.gyp:plugin_tests',
354 '../chrome/chrome.gyp:safe_browsing_tests', 350 '../chrome/chrome.gyp:safe_browsing_tests',
355 '../chrome/chrome.gyp:startup_tests', 351 '../chrome/chrome.gyp:startup_tests',
356 '../chrome/chrome.gyp:sync_integration_tests', 352 '../chrome/chrome.gyp:sync_integration_tests',
357 '../chrome/chrome.gyp:sync_unit_tests', 353 '../chrome/chrome.gyp:sync_unit_tests',
(...skipping 28 matching lines...) Expand all
386 '../printing/printing.gyp:printing_unittests', 382 '../printing/printing.gyp:printing_unittests',
387 '../remoting/remoting.gyp:remoting_unittests', 383 '../remoting/remoting.gyp:remoting_unittests',
388 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 384 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
389 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 385 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
390 ], 386 ],
391 }, 387 },
392 { 388 {
393 'target_name': 'chromium_builder_dbg_valgrind_mac', 389 'target_name': 'chromium_builder_dbg_valgrind_mac',
394 'type': 'none', 390 'type': 'none',
395 'dependencies': [ 391 'dependencies': [
396 '../app/app.gyp:app_unittests',
397 '../base/base.gyp:base_unittests', 392 '../base/base.gyp:base_unittests',
398 '../crypto/crypto.gyp:crypto_unittests', 393 '../crypto/crypto.gyp:crypto_unittests',
399 'temp_gyp/googleurl.gyp:googleurl_unittests',
400 '../ipc/ipc.gyp:ipc_tests', 394 '../ipc/ipc.gyp:ipc_tests',
401 '../media/media.gyp:media_unittests', 395 '../media/media.gyp:media_unittests',
402 '../net/net.gyp:net_unittests', 396 '../net/net.gyp:net_unittests',
403 '../printing/printing.gyp:printing_unittests', 397 '../printing/printing.gyp:printing_unittests',
404 '../remoting/remoting.gyp:remoting_unittests', 398 '../remoting/remoting.gyp:remoting_unittests',
405 '../chrome/chrome.gyp:safe_browsing_tests', 399 '../chrome/chrome.gyp:safe_browsing_tests',
406 '../chrome/chrome.gyp:sync_unit_tests', 400 '../chrome/chrome.gyp:sync_unit_tests',
407 '../chrome/chrome.gyp:unit_tests', 401 '../chrome/chrome.gyp:unit_tests',
408 '../chrome/chrome.gyp:ui_tests', 402 '../chrome/chrome.gyp:ui_tests',
409 '../ui/ui.gyp:gfx_unittests', 403 '../ui/ui.gyp:gfx_unittests',
410 '../jingle/jingle.gyp:jingle_unittests', 404 '../jingle/jingle.gyp:jingle_unittests',
411 '../sql/sql.gyp:sql_unittests', 405 '../sql/sql.gyp:sql_unittests',
412 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 406 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
413 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 407 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
408 'temp_gyp/googleurl.gyp:googleurl_unittests',
414 ], 409 ],
415 }, 410 },
416 ], # targets 411 ], # targets
417 }], # OS="mac" 412 }], # OS="mac"
418 ['OS=="win"', { 413 ['OS=="win"', {
419 'targets': [ 414 'targets': [
420 # These targets are here so the build bots can use them to build 415 # These targets are here so the build bots can use them to build
421 # subsets of a full tree for faster cycle times. 416 # subsets of a full tree for faster cycle times.
422 { 417 {
423 'target_name': 'chromium_builder', 418 'target_name': 'chromium_builder',
424 'type': 'none', 419 'type': 'none',
425 'dependencies': [ 420 'dependencies': [
426 '../app/app.gyp:app_unittests',
427 '../chrome/chrome.gyp:browser_tests', 421 '../chrome/chrome.gyp:browser_tests',
428 '../chrome/chrome.gyp:installer_util_unittests', 422 '../chrome/chrome.gyp:installer_util_unittests',
429 '../chrome/chrome.gyp:interactive_ui_tests', 423 '../chrome/chrome.gyp:interactive_ui_tests',
430 '../chrome/chrome.gyp:memory_test', 424 '../chrome/chrome.gyp:memory_test',
431 '../chrome/chrome.gyp:mini_installer_test', 425 '../chrome/chrome.gyp:mini_installer_test',
432 '../chrome/chrome.gyp:nacl_ui_tests', 426 '../chrome/chrome.gyp:nacl_ui_tests',
433 '../chrome/chrome.gyp:nacl_sandbox_tests', 427 '../chrome/chrome.gyp:nacl_sandbox_tests',
434 '../chrome/chrome.gyp:page_cycler_tests', 428 '../chrome/chrome.gyp:page_cycler_tests',
435 '../chrome/chrome.gyp:performance_ui_tests', 429 '../chrome/chrome.gyp:performance_ui_tests',
436 '../chrome/chrome.gyp:plugin_tests', 430 '../chrome/chrome.gyp:plugin_tests',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 # 1) not be the case. OR. 464 # 1) not be the case. OR.
471 # 2) be expressed in the ui tests dependencies. 465 # 2) be expressed in the ui tests dependencies.
472 '../webkit/webkit.gyp:test_shell_common', 466 '../webkit/webkit.gyp:test_shell_common',
473 'temp_gyp/googleurl.gyp:googleurl_unittests', 467 'temp_gyp/googleurl.gyp:googleurl_unittests',
474 ], 468 ],
475 }, 469 },
476 { 470 {
477 'target_name': 'chromium_builder_dbg_tsan_win', 471 'target_name': 'chromium_builder_dbg_tsan_win',
478 'type': 'none', 472 'type': 'none',
479 'dependencies': [ 473 'dependencies': [
480 '../app/app.gyp:app_unittests',
481 '../base/base.gyp:base_unittests', 474 '../base/base.gyp:base_unittests',
482 '../chrome/chrome.gyp:sync_unit_tests', 475 '../chrome/chrome.gyp:sync_unit_tests',
483 '../crypto/crypto.gyp:crypto_unittests', 476 '../crypto/crypto.gyp:crypto_unittests',
484 '../ipc/ipc.gyp:ipc_tests', 477 '../ipc/ipc.gyp:ipc_tests',
485 '../jingle/jingle.gyp:jingle_unittests', 478 '../jingle/jingle.gyp:jingle_unittests',
486 '../media/media.gyp:media_unittests', 479 '../media/media.gyp:media_unittests',
487 '../net/net.gyp:net_unittests', 480 '../net/net.gyp:net_unittests',
488 '../printing/printing.gyp:printing_unittests', 481 '../printing/printing.gyp:printing_unittests',
489 '../remoting/remoting.gyp:remoting_unittests', 482 '../remoting/remoting.gyp:remoting_unittests',
490 '../sql/sql.gyp:sql_unittests', 483 '../sql/sql.gyp:sql_unittests',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 'targets': [ 523 'targets': [
531 { 524 {
532 'target_name': 'chromeos_builder', 525 'target_name': 'chromeos_builder',
533 'type': 'none', 526 'type': 'none',
534 'sources': [ 527 'sources': [
535 # TODO(bradnelson): This is here to work around gyp issue 137. 528 # TODO(bradnelson): This is here to work around gyp issue 137.
536 # Remove this sources list when that issue has been fixed. 529 # Remove this sources list when that issue has been fixed.
537 'all.gyp', 530 'all.gyp',
538 ], 531 ],
539 'dependencies': [ 532 'dependencies': [
540 '../app/app.gyp:app_unittests',
541 '../base/base.gyp:base_unittests', 533 '../base/base.gyp:base_unittests',
542 '../chrome/chrome.gyp:browser_tests', 534 '../chrome/chrome.gyp:browser_tests',
543 '../chrome/chrome.gyp:chrome', 535 '../chrome/chrome.gyp:chrome',
544 '../chrome/chrome.gyp:interactive_ui_tests', 536 '../chrome/chrome.gyp:interactive_ui_tests',
545 '../chrome/chrome.gyp:memory_test', 537 '../chrome/chrome.gyp:memory_test',
546 '../chrome/chrome.gyp:page_cycler_tests', 538 '../chrome/chrome.gyp:page_cycler_tests',
547 '../chrome/chrome.gyp:safe_browsing_tests', 539 '../chrome/chrome.gyp:safe_browsing_tests',
548 '../chrome/chrome.gyp:startup_tests', 540 '../chrome/chrome.gyp:startup_tests',
549 '../chrome/chrome.gyp:sync_unit_tests', 541 '../chrome/chrome.gyp:sync_unit_tests',
550 '../chrome/chrome.gyp:sync_integration_tests', 542 '../chrome/chrome.gyp:sync_integration_tests',
(...skipping 20 matching lines...) Expand all
571 ], # targets 563 ], # targets
572 }], # "chromeos==1" 564 }], # "chromeos==1"
573 ], # conditions 565 ], # conditions
574 } 566 }
575 567
576 # Local Variables: 568 # Local Variables:
577 # tab-width:2 569 # tab-width:2
578 # indent-tabs-mode:nil 570 # indent-tabs-mode:nil
579 # End: 571 # End:
580 # vim: set expandtab tabstop=2 shiftwidth=2: 572 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698