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

Side by Side Diff: build/all.gyp

Issue 151453004: Partial revert of r245379, removing official_builder targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | 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 ['branding=="Chrome"', { 1085 ['branding=="Chrome"', {
1086 'targets': [ 1086 'targets': [
1087 { 1087 {
1088 'target_name': 'chrome_official_builder', 1088 'target_name': 'chrome_official_builder',
1089 'type': 'none', 1089 'type': 'none',
1090 'dependencies': [ 1090 'dependencies': [
1091 '../base/base.gyp:base_unittests', 1091 '../base/base.gyp:base_unittests',
1092 '../chrome/chrome.gyp:crash_service', 1092 '../chrome/chrome.gyp:crash_service',
1093 '../chrome/chrome.gyp:gcapi_dll', 1093 '../chrome/chrome.gyp:gcapi_dll',
1094 '../chrome/chrome.gyp:pack_policy_templates', 1094 '../chrome/chrome.gyp:pack_policy_templates',
1095 '../chrome/chrome.gyp:performance_ui_tests',
1096 '../chrome/chrome.gyp:pyautolib',
1097 '../chrome/installer/mini_installer.gyp:mini_installer', 1095 '../chrome/installer/mini_installer.gyp:mini_installer',
1098 '../cloud_print/cloud_print.gyp:cloud_print', 1096 '../cloud_print/cloud_print.gyp:cloud_print',
1099 '../content/content_shell_and_tests.gyp:content_browsertests',
1100 '../content/content_shell_and_tests.gyp:content_unittests',
1101 '../courgette/courgette.gyp:courgette', 1097 '../courgette/courgette.gyp:courgette',
1102 '../courgette/courgette.gyp:courgette64', 1098 '../courgette/courgette.gyp:courgette64',
1103 '../ipc/ipc.gyp:ipc_tests', 1099 '../ipc/ipc.gyp:ipc_tests',
1104 '../media/media.gyp:media_unittests', 1100 '../media/media.gyp:media_unittests',
1105 '../net/net.gyp:net_unittests_run', 1101 '../net/net.gyp:net_unittests_run',
1106 '../printing/printing.gyp:printing_unittests', 1102 '../printing/printing.gyp:printing_unittests',
1107 '../remoting/remoting.gyp:remoting_webapp', 1103 '../remoting/remoting.gyp:remoting_webapp',
1108 '../sql/sql.gyp:sql_unittests', 1104 '../sql/sql.gyp:sql_unittests',
1109 '../sync/sync.gyp:sync_unit_tests', 1105 '../sync/sync.gyp:sync_unit_tests',
1110 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ', 1106 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
1215 '../chrome/chrome.gyp:interactive_ui_tests_run', 1211 '../chrome/chrome.gyp:interactive_ui_tests_run',
1216 '../chrome/chrome.gyp:sync_integration_tests_run', 1212 '../chrome/chrome.gyp:sync_integration_tests_run',
1217 '../chrome/chrome.gyp:unit_tests_run', 1213 '../chrome/chrome.gyp:unit_tests_run',
1218 '../net/net.gyp:net_unittests_run', 1214 '../net/net.gyp:net_unittests_run',
1219 ], 1215 ],
1220 }, # target_name: chromium_swarm_tests 1216 }, # target_name: chromium_swarm_tests
1221 ], 1217 ],
1222 }], 1218 }],
1223 ], # conditions 1219 ], # conditions
1224 } 1220 }
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