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

Side by Side Diff: build/all.gyp

Issue 2111463002: Add Mac, Win builders back to the CQ for extra coverage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make chrome_official_builder, chrome_official_builder_no_unittests exist unconditionally on windows Created 4 years, 5 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 | « BUILD.gn ('k') | infra/config/cq.cfg » ('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 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 '../ui/compositor/compositor.gyp:compositor_unittests', 1126 '../ui/compositor/compositor.gyp:compositor_unittests',
1127 '../ui/display/display.gyp:display_unittests', 1127 '../ui/display/display.gyp:display_unittests',
1128 '../ui/events/events_unittests.gyp:events_unittests', 1128 '../ui/events/events_unittests.gyp:events_unittests',
1129 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1129 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1130 '../ui/gl/gl_tests.gyp:gl_unittests', 1130 '../ui/gl/gl_tests.gyp:gl_unittests',
1131 '../ui/keyboard/keyboard.gyp:keyboard_unittests', 1131 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
1132 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 1132 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
1133 '../url/url.gyp:url_unittests', 1133 '../url/url.gyp:url_unittests',
1134 ], 1134 ],
1135 }, 1135 },
1136 ], # targets 1136 {
1137 'conditions': [ 1137 'target_name': 'chrome_official_builder_no_unittests',
1138 ['branding=="Chrome"', { 1138 'type': 'none',
1139 'targets': [ 1139 'dependencies': [
1140 { 1140 '../chrome/chrome.gyp:gcapi_dll',
1141 'target_name': 'chrome_official_builder_no_unittests', 1141 '../chrome/chrome.gyp:pack_policy_templates',
1142 'type': 'none', 1142 '../chrome/installer/mini_installer.gyp:mini_installer',
1143 '../courgette/courgette.gyp:courgette',
1144 '../courgette/courgette.gyp:courgette64',
1145 '../remoting/remoting.gyp:remoting_webapp',
1146 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
1147 ],
1148 'conditions': [
1149 ['component != "shared_library" and wix_exists == "True"', {
1150 # GN uses target_cpu==x86 && is_chrome_branded instead, and
1151 # so doesn't need the wix_exists check.
1143 'dependencies': [ 1152 'dependencies': [
1144 '../chrome/chrome.gyp:gcapi_dll', 1153 '../remoting/remoting.gyp:remoting_host_installation',
1145 '../chrome/chrome.gyp:pack_policy_templates',
1146 '../chrome/installer/mini_installer.gyp:mini_installer',
1147 '../courgette/courgette.gyp:courgette',
1148 '../courgette/courgette.gyp:courgette64',
1149 '../remoting/remoting.gyp:remoting_webapp',
1150 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ',
1151 ], 1154 ],
1152 'conditions': [ 1155 }], # component != "shared_library"
1153 ['component != "shared_library" and wix_exists == "True"', { 1156 ]
1154 'dependencies': [ 1157 },
1155 '../remoting/remoting.gyp:remoting_host_installation', 1158 {
1156 ], 1159 'target_name': 'chrome_official_builder',
1157 }], # component != "shared_library" 1160 'type': 'none',
1158 ] 1161 'dependencies': [
1159 }, { 1162 'chrome_official_builder_no_unittests',
1160 'target_name': 'chrome_official_builder', 1163 '../base/base.gyp:base_unittests',
1161 'type': 'none', 1164 '../chrome/chrome.gyp:browser_tests',
1162 'dependencies': [ 1165 '../chrome/chrome.gyp:sync_integration_tests',
1163 'chrome_official_builder_no_unittests', 1166 '../ipc/ipc.gyp:ipc_tests',
1164 '../base/base.gyp:base_unittests', 1167 '../media/capture/capture.gyp:capture_unittests',
1165 '../chrome/chrome.gyp:browser_tests', 1168 '../media/media.gyp:media_unittests',
1166 '../chrome/chrome.gyp:sync_integration_tests', 1169 '../media/midi/midi.gyp:midi_unittests',
1167 '../ipc/ipc.gyp:ipc_tests', 1170 '../net/net.gyp:net_unittests',
1168 '../media/capture/capture.gyp:capture_unittests', 1171 '../printing/printing.gyp:printing_unittests',
1169 '../media/media.gyp:media_unittests', 1172 '../sql/sql.gyp:sql_unittests',
1170 '../media/midi/midi.gyp:midi_unittests', 1173 '../sync/sync.gyp:sync_unit_tests',
1171 '../net/net.gyp:net_unittests', 1174 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1172 '../printing/printing.gyp:printing_unittests', 1175 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1173 '../sql/sql.gyp:sql_unittests', 1176 '../ui/gl/gl_tests.gyp:gl_unittests',
1174 '../sync/sync.gyp:sync_unit_tests', 1177 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
1175 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 1178 '../ui/views/views.gyp:views_unittests',
1176 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1179 '../url/url.gyp:url_unittests',
1177 '../ui/gl/gl_tests.gyp:gl_unittests', 1180 ],
1178 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection _unittests', 1181 },
1179 '../ui/views/views.gyp:views_unittests', 1182 ], # targets
1180 '../url/url.gyp:url_unittests',
1181 ],
1182 },
1183 ], # targets
1184 }], # branding=="Chrome"
1185 ], # conditions
1186 }], # OS="win" 1183 }], # OS="win"
1187 ['chromeos==1', { 1184 ['chromeos==1', {
1188 'targets': [ 1185 'targets': [
1189 { 1186 {
1190 'target_name': 'chromiumos_preflight', 1187 'target_name': 'chromiumos_preflight',
1191 'type': 'none', 1188 'type': 'none',
1192 'dependencies': [ 1189 'dependencies': [
1193 '../breakpad/breakpad.gyp:minidump_stackwalk', 1190 '../breakpad/breakpad.gyp:minidump_stackwalk',
1194 '../chrome/chrome.gyp:chrome', 1191 '../chrome/chrome.gyp:chrome',
1195 '../chrome/chrome.gyp:chromedriver', 1192 '../chrome/chrome.gyp:chromedriver',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
1346 'dependencies': [ 1343 'dependencies': [
1347 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1344 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1348 '../ui/views/views.gyp:views', 1345 '../ui/views/views.gyp:views',
1349 '../ui/views/views.gyp:views_unittests', 1346 '../ui/views/views.gyp:views_unittests',
1350 ], 1347 ],
1351 }, # target_name: macviews_builder 1348 }, # target_name: macviews_builder
1352 ], # targets 1349 ], # targets
1353 }], # os=='mac' and toolkit_views==1 1350 }], # os=='mac' and toolkit_views==1
1354 ], # conditions 1351 ], # conditions
1355 } 1352 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | infra/config/cq.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698