Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1083 'type': 'none', | 1083 'type': 'none', |
| 1084 'dependencies': [ | 1084 'dependencies': [ |
| 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', |
|
scottmg
2014/04/07 23:28:58
Please add a comment as to why we shouldn't re-add
jschuh
2014/04/07 23:40:01
Done.
| |
| 1094 'type': 'none', | 1094 'type': 'none', |
| 1095 'dependencies': [ | 1095 'dependencies': [ |
| 1096 '../base/base.gyp:base_unittests', | |
| 1097 '../chrome/chrome.gyp:crash_service', | 1096 '../chrome/chrome.gyp:crash_service', |
| 1098 '../chrome/chrome.gyp:gcapi_dll', | 1097 '../chrome/chrome.gyp:gcapi_dll', |
| 1099 '../chrome/chrome.gyp:pack_policy_templates', | 1098 '../chrome/chrome.gyp:pack_policy_templates', |
| 1100 '../chrome/installer/mini_installer.gyp:mini_installer', | 1099 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 1101 '../cloud_print/cloud_print.gyp:cloud_print', | 1100 '../cloud_print/cloud_print.gyp:cloud_print', |
| 1102 '../courgette/courgette.gyp:courgette', | 1101 '../courgette/courgette.gyp:courgette', |
| 1103 '../courgette/courgette.gyp:courgette64', | 1102 '../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', | |
| 1109 '../sql/sql.gyp:sql_unittests', | |
| 1110 '../sync/sync.gyp:sync_unit_tests', | |
| 1111 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ', | 1103 '../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 ], | 1104 ], |
| 1117 'conditions': [ | 1105 'conditions': [ |
| 1118 ['internal_pdf', { | 1106 ['internal_pdf', { |
| 1119 'dependencies': [ | 1107 'dependencies': [ |
| 1120 '../pdf/pdf.gyp:pdf', | 1108 '../pdf/pdf.gyp:pdf', |
| 1121 ], | 1109 ], |
| 1122 }], # internal_pdf | 1110 }], # internal_pdf |
| 1123 ['target_arch=="ia32"', { | 1111 ['target_arch=="ia32"', { |
| 1124 'dependencies': [ | 1112 'dependencies': [ |
| 1125 '../chrome/chrome.gyp:crash_service_win64', | 1113 '../chrome/chrome.gyp:crash_service_win64', |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1232 # http://crbug.com/157234 | 1220 # http://crbug.com/157234 |
| 1233 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1221 #'../chrome/chrome.gyp:sync_integration_tests_run', |
| 1234 '../chrome/chrome.gyp:unit_tests_run', | 1222 '../chrome/chrome.gyp:unit_tests_run', |
| 1235 '../net/net.gyp:net_unittests_run', | 1223 '../net/net.gyp:net_unittests_run', |
| 1236 ], | 1224 ], |
| 1237 }, # target_name: chromium_swarm_tests | 1225 }, # target_name: chromium_swarm_tests |
| 1238 ], | 1226 ], |
| 1239 }], | 1227 }], |
| 1240 ], # conditions | 1228 ], # conditions |
| 1241 } | 1229 } |
| OLD | NEW |