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

Side by Side Diff: build/all.gyp

Issue 937453003: Cleanup: Remove chromium_builder_win_cf target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | « 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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 1075 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 ], 1086 ],
1087 'conditions': [ 1087 'conditions': [
1088 ['target_arch=="ia32"', { 1088 ['target_arch=="ia32"', {
1089 'dependencies': [ 1089 'dependencies': [
1090 '../chrome/chrome.gyp:crash_service_win64', 1090 '../chrome/chrome.gyp:crash_service_win64',
1091 ], 1091 ],
1092 }], 1092 }],
1093 ], 1093 ],
1094 }, 1094 },
1095 { 1095 {
1096 'target_name': 'chromium_builder_win_cf',
1097 'type': 'none',
1098 },
1099 {
1100 'target_name': 'chromium_builder_dbg_tsan_win', 1096 'target_name': 'chromium_builder_dbg_tsan_win',
1101 'type': 'none', 1097 'type': 'none',
1102 'dependencies': [ 1098 'dependencies': [
1103 '../base/base.gyp:base_unittests', 1099 '../base/base.gyp:base_unittests',
1104 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 1100 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1105 '../components/components_tests.gyp:components_unittests', 1101 '../components/components_tests.gyp:components_unittests',
1106 '../content/content_shell_and_tests.gyp:content_unittests', 1102 '../content/content_shell_and_tests.gyp:content_unittests',
1107 '../crypto/crypto.gyp:crypto_unittests', 1103 '../crypto/crypto.gyp:crypto_unittests',
1108 '../ipc/ipc.gyp:ipc_tests', 1104 '../ipc/ipc.gyp:ipc_tests',
1109 '../jingle/jingle.gyp:jingle_unittests', 1105 '../jingle/jingle.gyp:jingle_unittests',
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
1367 'dependencies': [ 1363 'dependencies': [
1368 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1364 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1369 '../ui/views/views.gyp:views', 1365 '../ui/views/views.gyp:views',
1370 '../ui/views/views.gyp:views_unittests', 1366 '../ui/views/views.gyp:views_unittests',
1371 ], 1367 ],
1372 }, # target_name: macviews_builder 1368 }, # target_name: macviews_builder
1373 ], # targets 1369 ], # targets
1374 }], # os=='mac' and toolkit_views==1 1370 }], # os=='mac' and toolkit_views==1
1375 ], # conditions 1371 ], # conditions
1376 } 1372 }
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