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

Side by Side Diff: build/all.gyp

Issue 951673002: Revert "Pull chromium at 2c3ffb2355a27c32f45e508ef861416b820c823b" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « base/win/pe_image_unittest.cc ('k') | build/android/android_exports.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 'variables': { 6 'variables': {
7 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 ], 512 ],
513 }, # target_name: blink_tests 513 }, # target_name: blink_tests
514 ], 514 ],
515 }], # OS!=ios 515 }], # OS!=ios
516 ['OS!="ios" and OS!="android"', { 516 ['OS!="ios" and OS!="android"', {
517 'targets': [ 517 'targets': [
518 { 518 {
519 'target_name': 'chromium_builder_nacl_win_integration', 519 'target_name': 'chromium_builder_nacl_win_integration',
520 'type': 'none', 520 'type': 'none',
521 'dependencies': [ 521 'dependencies': [
522 'chromium_builder_qa', # needed for pyauto
522 'chromium_builder_tests', 523 'chromium_builder_tests',
523 ], 524 ],
524 }, # target_name: chromium_builder_nacl_win_integration 525 }, # target_name: chromium_builder_nacl_win_integration
525 { 526 {
526 'target_name': 'chromium_builder_perf', 527 'target_name': 'chromium_builder_perf',
527 'type': 'none', 528 'type': 'none',
528 'dependencies': [ 529 'dependencies': [
529 '../cc/cc_tests.gyp:cc_perftests', 530 '../cc/cc_tests.gyp:cc_perftests',
530 '../chrome/chrome.gyp:chrome', 531 '../chrome/chrome.gyp:chrome',
531 '../chrome/chrome.gyp:load_library_perf_tests', 532 '../chrome/chrome.gyp:load_library_perf_tests',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 ], 629 ],
629 }], 630 }],
630 ['OS=="win" and target_arch=="ia32"', { 631 ['OS=="win" and target_arch=="ia32"', {
631 'dependencies': [ 632 'dependencies': [
632 '../chrome/chrome.gyp:crash_service_win64', 633 '../chrome/chrome.gyp:crash_service_win64',
633 ], 634 ],
634 }], 635 }],
635 ], 636 ],
636 }, # target_name: chromium_gpu_debug_builder 637 }, # target_name: chromium_gpu_debug_builder
637 { 638 {
639 'target_name': 'chromium_builder_qa',
640 'type': 'none',
641 'dependencies': [
642 '../chrome/chrome.gyp:chrome',
643 # Dependencies of pyauto_functional tests.
644 '../remoting/remoting.gyp:remoting_webapp',
645 ],
646 'conditions': [
647 ['OS=="mac"', {
648 'dependencies': [
649 '../remoting/remoting.gyp:remoting_me2me_host_archive',
650 ],
651 }],
652 ['OS=="win"', {
653 'dependencies': [
654 '../chrome/chrome.gyp:crash_service',
655 ],
656 }],
657 ['OS=="win" and target_arch=="ia32"', {
658 'dependencies': [
659 '../chrome/chrome.gyp:crash_service_win64',
660 ],
661 }],
662 ['OS=="win" and component != "shared_library" and wix_exists == "Tru e" and sas_dll_exists == "True"', {
663 'dependencies': [
664 '../remoting/remoting.gyp:remoting_host_installation',
665 ],
666 }],
667 ],
668 }, # target_name: chromium_builder_qa
669 {
638 'target_name': 'chromium_builder_perf_av', 670 'target_name': 'chromium_builder_perf_av',
639 'type': 'none', 671 'type': 'none',
640 'dependencies': [ 672 'dependencies': [
641 'blink_tests', # to run layout tests 673 'blink_tests', # to run layout tests
674 'chromium_builder_qa', # needed for perf pyauto tests
642 ], 675 ],
643 }, # target_name: chromium_builder_perf_av 676 }, # target_name: chromium_builder_perf_av
644 { 677 {
645 # This target contains everything we need to run tests on the special 678 # This target contains everything we need to run tests on the special
646 # device-equipped WebRTC bots. We have device-requiring tests in 679 # device-equipped WebRTC bots. We have device-requiring tests in
647 # browser_tests and content_browsertests. 680 # browser_tests and content_browsertests.
648 'target_name': 'chromium_builder_webrtc', 681 'target_name': 'chromium_builder_webrtc',
649 'type': 'none', 682 'type': 'none',
650 'dependencies': [ 683 'dependencies': [
651 'chromium_builder_perf', 684 'chromium_builder_perf',
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 ], 1086 ],
1054 'conditions': [ 1087 'conditions': [
1055 ['target_arch=="ia32"', { 1088 ['target_arch=="ia32"', {
1056 'dependencies': [ 1089 'dependencies': [
1057 '../chrome/chrome.gyp:crash_service_win64', 1090 '../chrome/chrome.gyp:crash_service_win64',
1058 ], 1091 ],
1059 }], 1092 }],
1060 ], 1093 ],
1061 }, 1094 },
1062 { 1095 {
1096 'target_name': 'chromium_builder_win_cf',
1097 'type': 'none',
1098 },
1099 {
1063 'target_name': 'chromium_builder_dbg_tsan_win', 1100 'target_name': 'chromium_builder_dbg_tsan_win',
1064 'type': 'none', 1101 'type': 'none',
1065 'dependencies': [ 1102 'dependencies': [
1066 '../base/base.gyp:base_unittests', 1103 '../base/base.gyp:base_unittests',
1067 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 1104 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1068 '../components/components_tests.gyp:components_unittests', 1105 '../components/components_tests.gyp:components_unittests',
1069 '../content/content_shell_and_tests.gyp:content_unittests', 1106 '../content/content_shell_and_tests.gyp:content_unittests',
1070 '../crypto/crypto.gyp:crypto_unittests', 1107 '../crypto/crypto.gyp:crypto_unittests',
1071 '../ipc/ipc.gyp:ipc_tests', 1108 '../ipc/ipc.gyp:ipc_tests',
1072 '../jingle/jingle.gyp:jingle_unittests', 1109 '../jingle/jingle.gyp:jingle_unittests',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
1323 'dependencies': [ 1360 'dependencies': [
1324 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1361 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1325 '../ui/views/views.gyp:views', 1362 '../ui/views/views.gyp:views',
1326 '../ui/views/views.gyp:views_unittests', 1363 '../ui/views/views.gyp:views_unittests',
1327 ], 1364 ],
1328 }, # target_name: macviews_builder 1365 }, # target_name: macviews_builder
1329 ], # targets 1366 ], # targets
1330 }], # os=='mac' and toolkit_views==1 1367 }], # os=='mac' and toolkit_views==1
1331 ], # conditions 1368 ], # conditions
1332 } 1369 }
OLDNEW
« no previous file with comments | « base/win/pe_image_unittest.cc ('k') | build/android/android_exports.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698