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

Side by Side Diff: trunk/src/build/all.gyp

Issue 18547009: Revert 209420 "Factor out content shell and tests into a standal..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 | « trunk/src/ash/ash.gyp ('k') | trunk/src/build/all_android.gyp » ('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) 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 '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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 ['OS!="ios"', { 217 ['OS!="ios"', {
218 'dependencies': [ 218 'dependencies': [
219 '../cc/cc_tests.gyp:cc_unittests', 219 '../cc/cc_tests.gyp:cc_unittests',
220 '../chrome/chrome.gyp:browser_tests', 220 '../chrome/chrome.gyp:browser_tests',
221 '../chrome/chrome.gyp:chromedriver2_tests', 221 '../chrome/chrome.gyp:chromedriver2_tests',
222 '../chrome/chrome.gyp:chromedriver2_unittests', 222 '../chrome/chrome.gyp:chromedriver2_unittests',
223 '../chrome/chrome.gyp:interactive_ui_tests', 223 '../chrome/chrome.gyp:interactive_ui_tests',
224 '../chrome/chrome.gyp:sync_integration_tests', 224 '../chrome/chrome.gyp:sync_integration_tests',
225 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 225 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
226 '../components/components.gyp:components_unittests', 226 '../components/components.gyp:components_unittests',
227 '../content/content_shell_and_tests.gyp:content_browsertests', 227 '../content/content.gyp:content_browsertests',
228 '../content/content_shell_and_tests.gyp:content_unittests', 228 '../content/content.gyp:content_shell',
229 '../content/content_shell_and_tests.gyp:content_shell', 229 '../content/content.gyp:content_unittests',
230 '../device/device.gyp:device_unittests', 230 '../device/device.gyp:device_unittests',
231 '../gpu/gpu.gyp:gpu_unittests', 231 '../gpu/gpu.gyp:gpu_unittests',
232 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 232 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
233 '../ipc/ipc.gyp:ipc_tests', 233 '../ipc/ipc.gyp:ipc_tests',
234 '../jingle/jingle.gyp:jingle_unittests', 234 '../jingle/jingle.gyp:jingle_unittests',
235 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 235 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
236 '../printing/printing.gyp:printing_unittests', 236 '../printing/printing.gyp:printing_unittests',
237 '../remoting/remoting.gyp:remoting_unittests', 237 '../remoting/remoting.gyp:remoting_unittests',
238 '../sync/sync.gyp:sync_unit_tests', 238 '../sync/sync.gyp:sync_unit_tests',
239 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 239 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 }, # target_name: chromium_2010_builder_tests 315 }, # target_name: chromium_2010_builder_tests
316 ], 316 ],
317 'conditions': [ 317 'conditions': [
318 ['OS!="ios"', { 318 ['OS!="ios"', {
319 'targets': [ 319 'targets': [
320 { 320 {
321 'target_name': 'all_webkit', 321 'target_name': 'all_webkit',
322 'type': 'none', 322 'type': 'none',
323 'dependencies': [ 323 'dependencies': [
324 '../third_party/WebKit/public/all.gyp:all_blink', 324 '../third_party/WebKit/public/all.gyp:all_blink',
325 '../content/content_shell_and_tests.gyp:content_shell', 325 '../content/content.gyp:content_shell',
326 ], 326 ],
327 }, # target_name: all_webkit 327 }, # target_name: all_webkit
328 { 328 {
329 'target_name': 'chromium_builder_nacl_win_integration', 329 'target_name': 'chromium_builder_nacl_win_integration',
330 'type': 'none', 330 'type': 'none',
331 'dependencies': [ 331 'dependencies': [
332 'chromium_builder_qa', # needed for pyauto 332 'chromium_builder_qa', # needed for pyauto
333 'chromium_builder_tests', 333 'chromium_builder_tests',
334 ], 334 ],
335 }, # target_name: chromium_builder_nacl_win_integration 335 }, # target_name: chromium_builder_nacl_win_integration
336 { 336 {
337 'target_name': 'chromium_builder_perf', 337 'target_name': 'chromium_builder_perf',
338 'type': 'none', 338 'type': 'none',
339 'dependencies': [ 339 'dependencies': [
340 'chromium_builder_qa', # needed for pyauto 340 'chromium_builder_qa', # needed for pyauto
341 '../cc/cc_tests.gyp:cc_perftests', 341 '../cc/cc_tests.gyp:cc_perftests',
342 '../chrome/chrome.gyp:performance_browser_tests', 342 '../chrome/chrome.gyp:performance_browser_tests',
343 '../chrome/chrome.gyp:performance_ui_tests', 343 '../chrome/chrome.gyp:performance_ui_tests',
344 '../chrome/chrome.gyp:sync_performance_tests', 344 '../chrome/chrome.gyp:sync_performance_tests',
345 ], 345 ],
346 }, # target_name: chromium_builder_perf 346 }, # target_name: chromium_builder_perf
347 { 347 {
348 'target_name': 'chromium_gpu_builder', 348 'target_name': 'chromium_gpu_builder',
349 'type': 'none', 349 'type': 'none',
350 'dependencies': [ 350 'dependencies': [
351 '../chrome/chrome.gyp:gpu_tests', 351 '../chrome/chrome.gyp:gpu_tests',
352 '../chrome/chrome.gyp:performance_browser_tests', 352 '../chrome/chrome.gyp:performance_browser_tests',
353 '../chrome/chrome.gyp:performance_ui_tests', 353 '../chrome/chrome.gyp:performance_ui_tests',
354 '../content/content_shell_and_tests.gyp:content_browsertests', 354 '../content/content.gyp:content_browsertests',
355 '../content/content_shell_and_tests.gyp:content_gl_tests', 355 '../content/content.gyp:content_gl_tests',
356 '../gpu/gpu.gyp:gl_tests', 356 '../gpu/gpu.gyp:gl_tests',
357 ], 357 ],
358 'conditions': [ 358 'conditions': [
359 ['internal_gles2_conform_tests', { 359 ['internal_gles2_conform_tests', {
360 'dependencies': [ 360 'dependencies': [
361 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_ test', 361 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_ test',
362 ], 362 ],
363 }], # internal_gles2_conform 363 }], # internal_gles2_conform
364 ], 364 ],
365 }, # target_name: chromium_gpu_builder 365 }, # target_name: chromium_gpu_builder
366 { 366 {
367 'target_name': 'chromium_gpu_debug_builder', 367 'target_name': 'chromium_gpu_debug_builder',
368 'type': 'none', 368 'type': 'none',
369 'dependencies': [ 369 'dependencies': [
370 '../chrome/chrome.gyp:gpu_tests', 370 '../chrome/chrome.gyp:gpu_tests',
371 '../content/content_shell_and_tests.gyp:content_browsertests', 371 '../content/content.gyp:content_browsertests',
372 '../content/content_shell_and_tests.gyp:content_gl_tests', 372 '../content/content.gyp:content_gl_tests',
373 '../gpu/gpu.gyp:gl_tests', 373 '../gpu/gpu.gyp:gl_tests',
374 ], 374 ],
375 'conditions': [ 375 'conditions': [
376 ['internal_gles2_conform_tests', { 376 ['internal_gles2_conform_tests', {
377 'dependencies': [ 377 'dependencies': [
378 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_ test', 378 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_ test',
379 ], 379 ],
380 }], # internal_gles2_conform 380 }], # internal_gles2_conform
381 ], 381 ],
382 }, # target_name: chromium_gpu_debug_builder 382 }, # target_name: chromium_gpu_debug_builder
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 }, # target_name: chromium_builder_perf_av 428 }, # target_name: chromium_builder_perf_av
429 { 429 {
430 # This target contains everything we need to run tests on the special 430 # This target contains everything we need to run tests on the special
431 # device-equipped WebRTC bots. We have device-requiring tests in 431 # device-equipped WebRTC bots. We have device-requiring tests in
432 # PyAuto, browser_tests and content_browsertests. 432 # PyAuto, browser_tests and content_browsertests.
433 'target_name': 'chromium_builder_webrtc', 433 'target_name': 'chromium_builder_webrtc',
434 'type': 'none', 434 'type': 'none',
435 'dependencies': [ 435 'dependencies': [
436 'chromium_builder_qa', # needed for perf pyauto tests 436 'chromium_builder_qa', # needed for perf pyauto tests
437 '../chrome/chrome.gyp:browser_tests', 437 '../chrome/chrome.gyp:browser_tests',
438 '../content/content_shell_and_tests.gyp:content_browsertests', 438 '../content/content.gyp:content_browsertests',
439 '../content/content_shell_and_tests.gyp:content_unittests', 439 '../content/content.gyp:content_unittests',
440 '../third_party/libjingle/libjingle.gyp:peerconnection_server', 440 '../third_party/libjingle/libjingle.gyp:peerconnection_server',
441 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', 441 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
442 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', 442 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
443 ], 443 ],
444 'conditions': [ 444 'conditions': [
445 ['OS=="win"', { 445 ['OS=="win"', {
446 'dependencies': [ 446 'dependencies': [
447 '../chrome/chrome.gyp:crash_service', 447 '../chrome/chrome.gyp:crash_service',
448 ], 448 ],
449 }], 449 }],
(...skipping 29 matching lines...) Expand all
479 'target_name': 'chromium_builder_dbg', 479 'target_name': 'chromium_builder_dbg',
480 'type': 'none', 480 'type': 'none',
481 'dependencies': [ 481 'dependencies': [
482 '../cc/cc_tests.gyp:cc_unittests', 482 '../cc/cc_tests.gyp:cc_unittests',
483 '../chrome/chrome.gyp:browser_tests', 483 '../chrome/chrome.gyp:browser_tests',
484 '../chrome/chrome.gyp:interactive_ui_tests', 484 '../chrome/chrome.gyp:interactive_ui_tests',
485 '../chrome/chrome.gyp:sync_integration_tests', 485 '../chrome/chrome.gyp:sync_integration_tests',
486 '../chrome/chrome.gyp:unit_tests', 486 '../chrome/chrome.gyp:unit_tests',
487 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 487 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
488 '../components/components.gyp:components_unittests', 488 '../components/components.gyp:components_unittests',
489 '../content/content_shell_and_tests.gyp:content_browsertests', 489 '../content/content.gyp:content_browsertests',
490 '../content/content_shell_and_tests.gyp:content_unittests', 490 '../content/content.gyp:content_unittests',
491 '../device/device.gyp:device_unittests', 491 '../device/device.gyp:device_unittests',
492 '../gpu/gpu.gyp:gpu_unittests', 492 '../gpu/gpu.gyp:gpu_unittests',
493 '../ipc/ipc.gyp:ipc_tests', 493 '../ipc/ipc.gyp:ipc_tests',
494 '../jingle/jingle.gyp:jingle_unittests', 494 '../jingle/jingle.gyp:jingle_unittests',
495 '../media/media.gyp:media_unittests', 495 '../media/media.gyp:media_unittests',
496 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 496 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
497 '../printing/printing.gyp:printing_unittests', 497 '../printing/printing.gyp:printing_unittests',
498 '../remoting/remoting.gyp:remoting_unittests', 498 '../remoting/remoting.gyp:remoting_unittests',
499 '../rlz/rlz.gyp:*', 499 '../rlz/rlz.gyp:*',
500 '../sql/sql.gyp:sql_unittests', 500 '../sql/sql.gyp:sql_unittests',
(...skipping 10 matching lines...) Expand all
511 'type': 'none', 511 'type': 'none',
512 'dependencies': [ 512 'dependencies': [
513 '../cc/cc_tests.gyp:cc_unittests', 513 '../cc/cc_tests.gyp:cc_unittests',
514 '../chrome/chrome.gyp:browser_tests', 514 '../chrome/chrome.gyp:browser_tests',
515 '../chrome/chrome.gyp:performance_browser_tests', 515 '../chrome/chrome.gyp:performance_browser_tests',
516 '../chrome/chrome.gyp:performance_ui_tests', 516 '../chrome/chrome.gyp:performance_ui_tests',
517 '../chrome/chrome.gyp:sync_integration_tests', 517 '../chrome/chrome.gyp:sync_integration_tests',
518 '../chrome/chrome.gyp:unit_tests', 518 '../chrome/chrome.gyp:unit_tests',
519 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 519 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
520 '../components/components.gyp:components_unittests', 520 '../components/components.gyp:components_unittests',
521 '../content/content_shell_and_tests.gyp:content_browsertests', 521 '../content/content.gyp:content_browsertests',
522 '../content/content_shell_and_tests.gyp:content_unittests', 522 '../content/content.gyp:content_unittests',
523 '../device/device.gyp:device_unittests', 523 '../device/device.gyp:device_unittests',
524 '../gpu/gpu.gyp:gpu_unittests', 524 '../gpu/gpu.gyp:gpu_unittests',
525 '../ipc/ipc.gyp:ipc_tests', 525 '../ipc/ipc.gyp:ipc_tests',
526 '../jingle/jingle.gyp:jingle_unittests', 526 '../jingle/jingle.gyp:jingle_unittests',
527 '../media/media.gyp:media_unittests', 527 '../media/media.gyp:media_unittests',
528 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 528 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
529 '../printing/printing.gyp:printing_unittests', 529 '../printing/printing.gyp:printing_unittests',
530 '../remoting/remoting.gyp:remoting_unittests', 530 '../remoting/remoting.gyp:remoting_unittests',
531 '../sql/sql.gyp:sql_unittests', 531 '../sql/sql.gyp:sql_unittests',
532 '../sync/sync.gyp:sync_unit_tests', 532 '../sync/sync.gyp:sync_unit_tests',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 ], 565 ],
566 }, 566 },
567 { 567 {
568 'target_name': 'chromium_builder_dbg_valgrind_mac', 568 'target_name': 'chromium_builder_dbg_valgrind_mac',
569 'type': 'none', 569 'type': 'none',
570 'dependencies': [ 570 'dependencies': [
571 '../base/base.gyp:base_unittests', 571 '../base/base.gyp:base_unittests',
572 '../chrome/chrome.gyp:unit_tests', 572 '../chrome/chrome.gyp:unit_tests',
573 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 573 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
574 '../components/components.gyp:components_unittests', 574 '../components/components.gyp:components_unittests',
575 '../content/content_shell_and_tests.gyp:content_unittests', 575 '../content/content.gyp:content_unittests',
576 '../crypto/crypto.gyp:crypto_unittests', 576 '../crypto/crypto.gyp:crypto_unittests',
577 '../device/device.gyp:device_unittests', 577 '../device/device.gyp:device_unittests',
578 '../ipc/ipc.gyp:ipc_tests', 578 '../ipc/ipc.gyp:ipc_tests',
579 '../jingle/jingle.gyp:jingle_unittests', 579 '../jingle/jingle.gyp:jingle_unittests',
580 '../media/media.gyp:media_unittests', 580 '../media/media.gyp:media_unittests',
581 '../net/net.gyp:net_unittests', 581 '../net/net.gyp:net_unittests',
582 '../printing/printing.gyp:printing_unittests', 582 '../printing/printing.gyp:printing_unittests',
583 '../remoting/remoting.gyp:remoting_unittests', 583 '../remoting/remoting.gyp:remoting_unittests',
584 '../sql/sql.gyp:sql_unittests', 584 '../sql/sql.gyp:sql_unittests',
585 '../sync/sync.gyp:sync_unit_tests', 585 '../sync/sync.gyp:sync_unit_tests',
(...skipping 17 matching lines...) Expand all
603 '../chrome/chrome.gyp:browser_tests', 603 '../chrome/chrome.gyp:browser_tests',
604 '../chrome/chrome.gyp:installer_util_unittests', 604 '../chrome/chrome.gyp:installer_util_unittests',
605 '../chrome/chrome.gyp:interactive_ui_tests', 605 '../chrome/chrome.gyp:interactive_ui_tests',
606 '../chrome/chrome.gyp:mini_installer_test', 606 '../chrome/chrome.gyp:mini_installer_test',
607 '../chrome/chrome.gyp:performance_browser_tests', 607 '../chrome/chrome.gyp:performance_browser_tests',
608 '../chrome/chrome.gyp:performance_ui_tests', 608 '../chrome/chrome.gyp:performance_ui_tests',
609 '../chrome/chrome.gyp:sync_integration_tests', 609 '../chrome/chrome.gyp:sync_integration_tests',
610 '../chrome/chrome.gyp:unit_tests', 610 '../chrome/chrome.gyp:unit_tests',
611 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 611 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
612 '../components/components.gyp:components_unittests', 612 '../components/components.gyp:components_unittests',
613 '../content/content_shell_and_tests.gyp:content_browsertests', 613 '../content/content.gyp:content_browsertests',
614 '../content/content_shell_and_tests.gyp:content_unittests', 614 '../content/content.gyp:content_unittests',
615 # mini_installer_tests depends on mini_installer. This should be 615 # mini_installer_tests depends on mini_installer. This should be
616 # defined in installer.gyp. 616 # defined in installer.gyp.
617 '../chrome/installer/mini_installer.gyp:mini_installer', 617 '../chrome/installer/mini_installer.gyp:mini_installer',
618 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 618 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
619 '../courgette/courgette.gyp:courgette_unittests', 619 '../courgette/courgette.gyp:courgette_unittests',
620 '../device/device.gyp:device_unittests', 620 '../device/device.gyp:device_unittests',
621 '../gpu/gpu.gyp:gpu_unittests', 621 '../gpu/gpu.gyp:gpu_unittests',
622 '../ipc/ipc.gyp:ipc_tests', 622 '../ipc/ipc.gyp:ipc_tests',
623 '../jingle/jingle.gyp:jingle_unittests', 623 '../jingle/jingle.gyp:jingle_unittests',
624 '../media/media.gyp:media_unittests', 624 '../media/media.gyp:media_unittests',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 }], # target_arch!="x64" 670 }], # target_arch!="x64"
671 ], 671 ],
672 }, 672 },
673 { 673 {
674 'target_name': 'chromium_builder_dbg_tsan_win', 674 'target_name': 'chromium_builder_dbg_tsan_win',
675 'type': 'none', 675 'type': 'none',
676 'dependencies': [ 676 'dependencies': [
677 '../base/base.gyp:base_unittests', 677 '../base/base.gyp:base_unittests',
678 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 678 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
679 '../components/components.gyp:components_unittests', 679 '../components/components.gyp:components_unittests',
680 '../content/content_shell_and_tests.gyp:content_unittests', 680 '../content/content.gyp:content_unittests',
681 '../crypto/crypto.gyp:crypto_unittests', 681 '../crypto/crypto.gyp:crypto_unittests',
682 '../ipc/ipc.gyp:ipc_tests', 682 '../ipc/ipc.gyp:ipc_tests',
683 '../jingle/jingle.gyp:jingle_unittests', 683 '../jingle/jingle.gyp:jingle_unittests',
684 '../media/media.gyp:media_unittests', 684 '../media/media.gyp:media_unittests',
685 '../net/net.gyp:net_unittests', 685 '../net/net.gyp:net_unittests',
686 '../printing/printing.gyp:printing_unittests', 686 '../printing/printing.gyp:printing_unittests',
687 '../remoting/remoting.gyp:remoting_unittests', 687 '../remoting/remoting.gyp:remoting_unittests',
688 '../sql/sql.gyp:sql_unittests', 688 '../sql/sql.gyp:sql_unittests',
689 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 689 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
690 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 690 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
691 '../url/url.gyp:googleurl_unittests', 691 '../url/url.gyp:googleurl_unittests',
692 ], 692 ],
693 }, 693 },
694 { 694 {
695 'target_name': 'chromium_builder_dbg_drmemory_win', 695 'target_name': 'chromium_builder_dbg_drmemory_win',
696 'type': 'none', 696 'type': 'none',
697 'dependencies': [ 697 'dependencies': [
698 '../base/base.gyp:base_unittests', 698 '../base/base.gyp:base_unittests',
699 '../chrome/chrome.gyp:unit_tests', 699 '../chrome/chrome.gyp:unit_tests',
700 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 700 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
701 '../components/components.gyp:components_unittests', 701 '../components/components.gyp:components_unittests',
702 '../content/content_shell_and_tests.gyp:content_unittests', 702 '../content/content.gyp:content_unittests',
703 '../crypto/crypto.gyp:crypto_unittests', 703 '../crypto/crypto.gyp:crypto_unittests',
704 '../device/device.gyp:device_unittests', 704 '../device/device.gyp:device_unittests',
705 '../ipc/ipc.gyp:ipc_tests', 705 '../ipc/ipc.gyp:ipc_tests',
706 '../jingle/jingle.gyp:jingle_unittests', 706 '../jingle/jingle.gyp:jingle_unittests',
707 '../media/media.gyp:media_unittests', 707 '../media/media.gyp:media_unittests',
708 '../net/net.gyp:net_unittests', 708 '../net/net.gyp:net_unittests',
709 '../printing/printing.gyp:printing_unittests', 709 '../printing/printing.gyp:printing_unittests',
710 '../remoting/remoting.gyp:remoting_unittests', 710 '../remoting/remoting.gyp:remoting_unittests',
711 '../sql/sql.gyp:sql_unittests', 711 '../sql/sql.gyp:sql_unittests',
712 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 712 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 { 786 {
787 'target_name': 'aura_builder', 787 'target_name': 'aura_builder',
788 'type': 'none', 788 'type': 'none',
789 'dependencies': [ 789 'dependencies': [
790 '../cc/cc_tests.gyp:cc_unittests', 790 '../cc/cc_tests.gyp:cc_unittests',
791 '../chrome/chrome.gyp:browser_tests', 791 '../chrome/chrome.gyp:browser_tests',
792 '../chrome/chrome.gyp:chrome', 792 '../chrome/chrome.gyp:chrome',
793 '../chrome/chrome.gyp:interactive_ui_tests', 793 '../chrome/chrome.gyp:interactive_ui_tests',
794 '../chrome/chrome.gyp:unit_tests', 794 '../chrome/chrome.gyp:unit_tests',
795 '../components/components.gyp:components_unittests', 795 '../components/components.gyp:components_unittests',
796 '../content/content_shell_and_tests.gyp:content_browsertests', 796 '../content/content.gyp:content_browsertests',
797 '../content/content_shell_and_tests.gyp:content_unittests', 797 '../content/content.gyp:content_unittests',
798 '../device/device.gyp:device_unittests', 798 '../device/device.gyp:device_unittests',
799 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 799 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
800 '../remoting/remoting.gyp:remoting_unittests', 800 '../remoting/remoting.gyp:remoting_unittests',
801 '../ui/app_list/app_list.gyp:*', 801 '../ui/app_list/app_list.gyp:*',
802 '../ui/aura/aura.gyp:*', 802 '../ui/aura/aura.gyp:*',
803 '../ui/compositor/compositor.gyp:*', 803 '../ui/compositor/compositor.gyp:*',
804 '../ui/message_center/message_center.gyp:*', 804 '../ui/message_center/message_center.gyp:*',
805 '../ui/ui.gyp:ui_unittests', 805 '../ui/ui.gyp:ui_unittests',
806 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 806 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
807 '../ui/views/views.gyp:views', 807 '../ui/views/views.gyp:views',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 '../chrome/chrome.gyp:interactive_ui_tests_run', 884 '../chrome/chrome.gyp:interactive_ui_tests_run',
885 '../chrome/chrome.gyp:sync_integration_tests_run', 885 '../chrome/chrome.gyp:sync_integration_tests_run',
886 '../chrome/chrome.gyp:unit_tests_run', 886 '../chrome/chrome.gyp:unit_tests_run',
887 '../net/net.gyp:net_unittests_run', 887 '../net/net.gyp:net_unittests_run',
888 ], 888 ],
889 }, # target_name: chromium_swarm_tests 889 }, # target_name: chromium_swarm_tests
890 ], 890 ],
891 }], 891 }],
892 ], # conditions 892 ], # conditions
893 } 893 }
OLDNEW
« no previous file with comments | « trunk/src/ash/ash.gyp ('k') | trunk/src/build/all_android.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698