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

Side by Side Diff: build/all.gyp

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

Powered by Google App Engine
This is Rietveld 408576698