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

Side by Side Diff: build/all.gyp

Issue 227673007: Revert r245379 Add missing test targets to chrome_official_builder for Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remoting Created 6 years, 8 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 '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'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after
1085 'blink_tests', 1085 'blink_tests',
1086 ], 1086 ],
1087 }, 1087 },
1088 ], # targets 1088 ], # targets
1089 'conditions': [ 1089 'conditions': [
1090 ['branding=="Chrome"', { 1090 ['branding=="Chrome"', {
1091 'targets': [ 1091 'targets': [
1092 { 1092 {
1093 'target_name': 'chrome_official_builder', 1093 'target_name': 'chrome_official_builder',
1094 'type': 'none', 1094 'type': 'none',
1095 # Do not add new dependencies here for anything we don't ship.
1096 # It increases official build times and causes breakage.
1095 'dependencies': [ 1097 'dependencies': [
1096 '../base/base.gyp:base_unittests',
1097 '../chrome/chrome.gyp:crash_service', 1098 '../chrome/chrome.gyp:crash_service',
1098 '../chrome/chrome.gyp:gcapi_dll', 1099 '../chrome/chrome.gyp:gcapi_dll',
1099 '../chrome/chrome.gyp:pack_policy_templates', 1100 '../chrome/chrome.gyp:pack_policy_templates',
1100 '../chrome/installer/mini_installer.gyp:mini_installer', 1101 '../chrome/installer/mini_installer.gyp:mini_installer',
1101 '../cloud_print/cloud_print.gyp:cloud_print', 1102 '../cloud_print/cloud_print.gyp:cloud_print',
1102 '../courgette/courgette.gyp:courgette', 1103 '../courgette/courgette.gyp:courgette',
1103 '../courgette/courgette.gyp:courgette64', 1104 '../courgette/courgette.gyp:courgette64',
1104 '../ipc/ipc.gyp:ipc_tests',
1105 '../media/media.gyp:media_unittests',
1106 '../net/net.gyp:net_unittests_run',
1107 '../printing/printing.gyp:printing_unittests',
1108 '../remoting/remoting.gyp:remoting_webapp', 1105 '../remoting/remoting.gyp:remoting_webapp',
1109 '../sql/sql.gyp:sql_unittests',
1110 '../sync/sync.gyp:sync_unit_tests',
1111 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ', 1106 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ',
1112 '../ui/gfx/gfx.gyp:gfx_unittests',
1113 '../ui/ui_unittests.gyp:ui_unittests',
1114 '../ui/views/views.gyp:views_unittests',
1115 '../url/url.gyp:url_unittests',
1116 ], 1107 ],
1117 'conditions': [ 1108 'conditions': [
1118 ['internal_pdf', { 1109 ['internal_pdf', {
1119 'dependencies': [ 1110 'dependencies': [
1120 '../pdf/pdf.gyp:pdf', 1111 '../pdf/pdf.gyp:pdf',
1121 ], 1112 ],
1122 }], # internal_pdf 1113 }], # internal_pdf
1123 ['target_arch=="ia32"', { 1114 ['target_arch=="ia32"', {
1124 'dependencies': [ 1115 'dependencies': [
1125 '../chrome/chrome.gyp:crash_service_win64', 1116 '../chrome/chrome.gyp:crash_service_win64',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1232 # http://crbug.com/157234 1223 # http://crbug.com/157234
1233 #'../chrome/chrome.gyp:sync_integration_tests_run', 1224 #'../chrome/chrome.gyp:sync_integration_tests_run',
1234 '../chrome/chrome.gyp:unit_tests_run', 1225 '../chrome/chrome.gyp:unit_tests_run',
1235 '../net/net.gyp:net_unittests_run', 1226 '../net/net.gyp:net_unittests_run',
1236 ], 1227 ],
1237 }, # target_name: chromium_swarm_tests 1228 }, # target_name: chromium_swarm_tests
1238 ], 1229 ],
1239 }], 1230 }],
1240 ], # conditions 1231 ], # conditions
1241 } 1232 }
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