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 '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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
123 ['win_use_allocator_shim==1', { | 123 ['win_use_allocator_shim==1', { |
124 'dependencies': [ | 124 'dependencies': [ |
125 '../base/allocator/allocator.gyp:*', | 125 '../base/allocator/allocator.gyp:*', |
126 ], | 126 ], |
127 }], | 127 }], |
128 # Don't enable dependencies that don't work on Win64. | 128 # Don't enable dependencies that don't work on Win64. |
129 ['target_arch!="x64"', { | 129 ['target_arch!="x64"', { |
130 'dependencies': [ | 130 'dependencies': [ |
131 # TODO(jschuh) Enable Win64 Memory Watcher. crbug.com/176877 | 131 # TODO(jschuh) Enable Win64 Memory Watcher. crbug.com/176877 |
132 '../tools/memory_watcher/memory_watcher.gyp:*', | 132 '../tools/memory_watcher/memory_watcher.gyp:*', |
133 # TODO(jschuh) Enable Win64 Chrome Frame. crbug.com/176875 | |
134 '../chrome_frame/chrome_frame.gyp:*', | |
133 ], | 135 ], |
134 }], | 136 }], |
135 ], | 137 ], |
136 'dependencies': [ | 138 'dependencies': [ |
137 '../chrome_frame/chrome_frame.gyp:*', | |
138 '../cloud_print/cloud_print.gyp:*', | 139 '../cloud_print/cloud_print.gyp:*', |
139 '../courgette/courgette.gyp:*', | 140 '../courgette/courgette.gyp:*', |
140 '../rlz/rlz.gyp:*', | 141 '../rlz/rlz.gyp:*', |
141 '../sandbox/sandbox.gyp:*', | 142 '../sandbox/sandbox.gyp:*', |
142 '../third_party/angle/src/build_angle.gyp:*', | 143 '../third_party/angle/src/build_angle.gyp:*', |
143 '../third_party/bsdiff/bsdiff.gyp:*', | 144 '../third_party/bsdiff/bsdiff.gyp:*', |
144 '../third_party/bspatch/bspatch.gyp:*', | 145 '../third_party/bspatch/bspatch.gyp:*', |
145 '../third_party/gles2_book/gles2_book.gyp:*', | 146 '../third_party/gles2_book/gles2_book.gyp:*', |
146 ], | 147 ], |
147 }, { | 148 }, { |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
231 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', | 232 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', |
232 ], | 233 ], |
233 }], | 234 }], |
234 ['OS=="win"', { | 235 ['OS=="win"', { |
235 'dependencies': [ | 236 'dependencies': [ |
236 '../chrome/chrome.gyp:installer_util_unittests', | 237 '../chrome/chrome.gyp:installer_util_unittests', |
237 '../chrome/chrome.gyp:mini_installer_test', | 238 '../chrome/chrome.gyp:mini_installer_test', |
238 # mini_installer_tests depends on mini_installer. This should be | 239 # mini_installer_tests depends on mini_installer. This should be |
239 # defined in installer.gyp. | 240 # defined in installer.gyp. |
240 '../chrome/installer/mini_installer.gyp:mini_installer', | 241 '../chrome/installer/mini_installer.gyp:mini_installer', |
241 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | |
242 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | |
243 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', | |
244 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | |
245 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | |
246 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 242 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
247 '../courgette/courgette.gyp:courgette_unittests', | 243 '../courgette/courgette.gyp:courgette_unittests', |
248 '../sandbox/sandbox.gyp:sbox_integration_tests', | 244 '../sandbox/sandbox.gyp:sbox_integration_tests', |
249 '../sandbox/sandbox.gyp:sbox_unittests', | 245 '../sandbox/sandbox.gyp:sbox_unittests', |
250 '../sandbox/sandbox.gyp:sbox_validation_tests', | 246 '../sandbox/sandbox.gyp:sbox_validation_tests', |
251 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', | 247 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', |
252 '../ui/app_list/app_list.gyp:app_list_unittests', | 248 '../ui/app_list/app_list.gyp:app_list_unittests', |
253 '../ui/views/views.gyp:views_unittests', | 249 '../ui/views/views.gyp:views_unittests', |
254 '../webkit/webkit.gyp:test_shell_common', | 250 '../webkit/webkit.gyp:test_shell_common', |
255 ], | 251 ], |
256 'conditions': [ | 252 'conditions': [ |
257 ['use_aura==1', { | 253 ['target_arch!="x64"', { |
254 'dependencies': [ | |
255 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | |
256 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | |
257 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_test s', | |
258 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | |
259 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | |
260 ] | |
robertshield
2013/02/25 00:37:36
minor nit, but consider leaving these where they a
jschuh
2013/02/25 01:10:02
I wrote it that way originally, but it felt more c
| |
261 }], # target_arch!="x64" | |
262 ['use_aura==1 or target_arch=="x64"', { | |
258 'dependencies!': [ | 263 'dependencies!': [ |
259 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 264 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
260 ], | 265 ], |
261 'defines': [ | 266 'defines': [ |
262 'OMIT_CHROME_FRAME', | 267 'OMIT_CHROME_FRAME', |
263 ], | 268 ], |
264 }], # use_aura==1 | 269 }], # use_aura==1 or target_arch=="x64" |
265 ], | 270 ], |
266 }], | 271 }], |
267 ['OS=="linux"', { | 272 ['OS=="linux"', { |
268 'dependencies': [ | 273 'dependencies': [ |
269 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 274 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
270 ], | 275 ], |
271 }], | 276 }], |
272 ], | 277 ], |
273 }, # target_name: chromium_builder_tests | 278 }, # target_name: chromium_builder_tests |
274 { | 279 { |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
538 '../chrome/chrome.gyp:performance_ui_tests', | 543 '../chrome/chrome.gyp:performance_ui_tests', |
539 '../chrome/chrome.gyp:sync_integration_tests', | 544 '../chrome/chrome.gyp:sync_integration_tests', |
540 '../chrome/chrome.gyp:unit_tests', | 545 '../chrome/chrome.gyp:unit_tests', |
541 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 546 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
542 '../components/components.gyp:components_unittests', | 547 '../components/components.gyp:components_unittests', |
543 '../content/content.gyp:content_browsertests', | 548 '../content/content.gyp:content_browsertests', |
544 '../content/content.gyp:content_unittests', | 549 '../content/content.gyp:content_unittests', |
545 # mini_installer_tests depends on mini_installer. This should be | 550 # mini_installer_tests depends on mini_installer. This should be |
546 # defined in installer.gyp. | 551 # defined in installer.gyp. |
547 '../chrome/installer/mini_installer.gyp:mini_installer', | 552 '../chrome/installer/mini_installer.gyp:mini_installer', |
548 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | |
549 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | |
550 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', | |
551 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | |
552 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | |
553 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 553 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
554 '../courgette/courgette.gyp:courgette_unittests', | 554 '../courgette/courgette.gyp:courgette_unittests', |
555 '../device/device.gyp:device_unittests', | 555 '../device/device.gyp:device_unittests', |
556 '../ui/ui.gyp:ui_unittests', | 556 '../ui/ui.gyp:ui_unittests', |
557 '../gpu/gpu.gyp:gpu_unittests', | 557 '../gpu/gpu.gyp:gpu_unittests', |
558 '../ipc/ipc.gyp:ipc_tests', | 558 '../ipc/ipc.gyp:ipc_tests', |
559 '../jingle/jingle.gyp:jingle_unittests', | 559 '../jingle/jingle.gyp:jingle_unittests', |
560 '../media/media.gyp:media_unittests', | 560 '../media/media.gyp:media_unittests', |
561 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 561 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
562 '../printing/printing.gyp:printing_unittests', | 562 '../printing/printing.gyp:printing_unittests', |
563 '../remoting/remoting.gyp:remoting_unittests', | 563 '../remoting/remoting.gyp:remoting_unittests', |
564 '../sql/sql.gyp:sql_unittests', | 564 '../sql/sql.gyp:sql_unittests', |
565 '../sync/sync.gyp:sync_unit_tests', | 565 '../sync/sync.gyp:sync_unit_tests', |
566 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', | 566 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', |
567 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', | 567 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', |
568 '../ui/views/views.gyp:views_unittests', | 568 '../ui/views/views.gyp:views_unittests', |
569 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', | 569 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', |
570 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', | 570 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', |
571 'temp_gyp/googleurl.gyp:googleurl_unittests', | 571 'temp_gyp/googleurl.gyp:googleurl_unittests', |
572 ], | 572 ], |
573 'conditions': [ | 573 'conditions': [ |
574 ['use_aura==1', { | 574 ['target_arch!="x64"', { |
robertshield
2013/02/25 00:37:36
Same comment here about adding these to the 'depen
| |
575 'dependencies': [ | |
576 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | |
577 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | |
578 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_test s', | |
579 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | |
580 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | |
581 ] | |
582 }], # target_arch!="x64" | |
583 ['use_aura==1 or target_arch=="x64"', { | |
575 'dependencies!': [ | 584 'dependencies!': [ |
576 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 585 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
577 ], | 586 ], |
578 'defines': [ | 587 'defines': [ |
579 'OMIT_CHROME_FRAME', | 588 'OMIT_CHROME_FRAME', |
580 ], | 589 ], |
581 }], # use_aura==1 | 590 }], # use_aura==1 or target_arch=="x64" |
582 ], | 591 ], |
583 }, | 592 }, |
584 { | 593 { |
585 'target_name': 'chromium_builder_win_cf', | 594 'target_name': 'chromium_builder_win_cf', |
586 'type': 'none', | 595 'type': 'none', |
587 'dependencies': [ | 596 'conditions': [ |
588 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | 597 ['target_arch!="x64"', { |
589 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | 598 'dependencies': [ |
590 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', | 599 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
591 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | 600 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
592 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 601 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests ', |
593 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 602 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
603 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | |
604 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | |
605 ], | |
606 }], # target_arch!="x64" | |
594 ], | 607 ], |
595 }, | 608 }, |
596 { | 609 { |
597 'target_name': 'chromium_builder_dbg_tsan_win', | 610 'target_name': 'chromium_builder_dbg_tsan_win', |
598 'type': 'none', | 611 'type': 'none', |
599 'dependencies': [ | 612 'dependencies': [ |
600 '../base/base.gyp:base_unittests', | 613 '../base/base.gyp:base_unittests', |
601 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 614 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
602 '../components/components.gyp:components_unittests', | 615 '../components/components.gyp:components_unittests', |
603 '../content/content.gyp:content_unittests', | 616 '../content/content.gyp:content_unittests', |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
680 '../chrome/chrome.gyp:crash_service_win64', | 693 '../chrome/chrome.gyp:crash_service_win64', |
681 '../courgette/courgette.gyp:courgette64', | 694 '../courgette/courgette.gyp:courgette64', |
682 ], | 695 ], |
683 }], | 696 }], |
684 ['component != "shared_library" and wix_exists == "True" and \ | 697 ['component != "shared_library" and wix_exists == "True" and \ |
685 sas_dll_exists == "True"', { | 698 sas_dll_exists == "True"', { |
686 'dependencies': [ | 699 'dependencies': [ |
687 '../remoting/remoting.gyp:remoting_host_installation', | 700 '../remoting/remoting.gyp:remoting_host_installation', |
688 ], | 701 ], |
689 }], # component != "shared_library" | 702 }], # component != "shared_library" |
690 ['use_aura==1', { | 703 ['use_aura==1 or target_arch=="x64"', { |
691 'dependencies!': [ | 704 'dependencies!': [ |
692 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 705 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
693 ], | 706 ], |
694 'defines': [ | 707 'defines': [ |
695 'OMIT_CHROME_FRAME', | 708 'OMIT_CHROME_FRAME', |
696 ], | 709 ], |
697 }], # use_aura==1 | 710 }], # use_aura==1 or target_arch=="x64" |
698 ] | 711 ] |
699 }, | 712 }, |
700 ], # targets | 713 ], # targets |
701 }], # branding=="Chrome" | 714 }], # branding=="Chrome" |
702 ], # conditions | 715 ], # conditions |
703 }], # OS="win" | 716 }], # OS="win" |
704 ['use_aura==1', { | 717 ['use_aura==1', { |
705 'targets': [ | 718 'targets': [ |
706 { | 719 { |
707 'target_name': 'aura_builder', | 720 'target_name': 'aura_builder', |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
783 '../chrome/chrome.gyp:browser_tests_run', | 796 '../chrome/chrome.gyp:browser_tests_run', |
784 '../chrome/chrome.gyp:sync_integration_tests_run', | 797 '../chrome/chrome.gyp:sync_integration_tests_run', |
785 '../chrome/chrome.gyp:unit_tests_run', | 798 '../chrome/chrome.gyp:unit_tests_run', |
786 '../net/net.gyp:net_unittests_run', | 799 '../net/net.gyp:net_unittests_run', |
787 ], | 800 ], |
788 }, # target_name: chromium_swarm_tests | 801 }, # target_name: chromium_swarm_tests |
789 ], | 802 ], |
790 }], | 803 }], |
791 ], # conditions | 804 ], # conditions |
792 } | 805 } |
OLD | NEW |