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

Side by Side Diff: build/all.gyp

Issue 138333005: Add missing test targets to chrome_official_builder for Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | no next file » | 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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 ], 894 ],
895 }, 895 },
896 ], # targets 896 ], # targets
897 'conditions': [ 897 'conditions': [
898 ['branding=="Chrome"', { 898 ['branding=="Chrome"', {
899 'targets': [ 899 'targets': [
900 { 900 {
901 'target_name': 'chrome_official_builder', 901 'target_name': 'chrome_official_builder',
902 'type': 'none', 902 'type': 'none',
903 'dependencies': [ 903 'dependencies': [
904 '../base/base.gyp:base_unittests',
905 '../chrome/chrome.gyp:browser_tests',
904 '../chrome/chrome.gyp:crash_service', 906 '../chrome/chrome.gyp:crash_service',
905 '../chrome/chrome.gyp:gcapi_dll', 907 '../chrome/chrome.gyp:gcapi_dll',
906 '../chrome/chrome.gyp:pack_policy_templates', 908 '../chrome/chrome.gyp:pack_policy_templates',
909 '../chrome/chrome.gyp:performance_ui_tests',
910 '../chrome/chrome.gyp:pyautolib',
911 '../chrome/chrome.gyp:unit_tests',
912 '../chrome/installer/mini_installer.gyp:mini_installer',
913 '../cloud_print/cloud_print.gyp:cloud_print',
914 '../content/content_shell_and_tests.gyp:content_browsertests',
915 '../content/content_shell_and_tests.gyp:content_unittests',
916 '../courgette/courgette.gyp:courgette',
907 '../courgette/courgette.gyp:courgette64', 917 '../courgette/courgette.gyp:courgette64',
908 '../chrome/installer/mini_installer.gyp:mini_installer', 918 '../ipc/ipc.gyp:ipc_tests',
909 '../courgette/courgette.gyp:courgette', 919 '../media/media.gyp:media_unittests',
910 '../cloud_print/cloud_print.gyp:cloud_print', 920 '../net/net.gyp:net_unittests_run',
921 '../printing/printing.gyp:printing_unittests',
911 '../remoting/remoting.gyp:remoting_webapp', 922 '../remoting/remoting.gyp:remoting_webapp',
923 '../sql/sql.gyp:sql_unittests',
924 '../sync/sync.gyp:sync_unit_tests',
912 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ', 925 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ',
913 '../chrome/chrome.gyp:pyautolib', 926 '../ui/ui_unittests.gyp:ui_unittests',
927 '../ui/views/views.gyp:views_unittests',
928 '../url/url.gyp:url_unittests',
914 ], 929 ],
915 'conditions': [ 930 'conditions': [
916 ['internal_pdf', { 931 ['internal_pdf', {
917 'dependencies': [ 932 'dependencies': [
918 '../pdf/pdf.gyp:pdf', 933 '../pdf/pdf.gyp:pdf',
919 ], 934 ],
920 }], # internal_pdf 935 }], # internal_pdf
921 ['target_arch=="ia32"', { 936 ['target_arch=="ia32"', {
922 'dependencies': [ 937 'dependencies': [
923 '../chrome/chrome.gyp:crash_service_win64', 938 '../chrome/chrome.gyp:crash_service_win64',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 '../chrome/chrome.gyp:interactive_ui_tests_run', 1027 '../chrome/chrome.gyp:interactive_ui_tests_run',
1013 '../chrome/chrome.gyp:sync_integration_tests_run', 1028 '../chrome/chrome.gyp:sync_integration_tests_run',
1014 '../chrome/chrome.gyp:unit_tests_run', 1029 '../chrome/chrome.gyp:unit_tests_run',
1015 '../net/net.gyp:net_unittests_run', 1030 '../net/net.gyp:net_unittests_run',
1016 ], 1031 ],
1017 }, # target_name: chromium_swarm_tests 1032 }, # target_name: chromium_swarm_tests
1018 ], 1033 ],
1019 }], 1034 }],
1020 ], # conditions 1035 ], # conditions
1021 } 1036 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698