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

Side by Side Diff: build/all.gyp

Issue 8936003: Switching all chromium_builder targets to see if everything builds now (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 # 2) be expressed in the ui tests dependencies. 216 # 2) be expressed in the ui tests dependencies.
217 '../webkit/webkit.gyp:test_shell_common', 217 '../webkit/webkit.gyp:test_shell_common',
218 ], 218 ],
219 }], 219 }],
220 ], 220 ],
221 }, # target_name: chromium_builder_tests 221 }, # target_name: chromium_builder_tests
222 { 222 {
223 'target_name': 'chromium_2010_builder_tests', 223 'target_name': 'chromium_2010_builder_tests',
224 'type': 'none', 224 'type': 'none',
225 'dependencies': [ 225 'dependencies': [
226 '../chrome/chrome.gyp:chrome', 226 'chromium_builder_tests',
227 '../base/base.gyp:base_unittests',
228 '../chrome/chrome.gyp:browser_tests',
229 '../chrome/chrome.gyp:interactive_ui_tests',
230 '../chrome/chrome.gyp:safe_browsing_tests',
231 '../chrome/chrome.gyp:sync_integration_tests',
232 '../chrome/chrome.gyp:sync_unit_tests',
233 '../chrome/chrome.gyp:ui_tests',
234 '../chrome/chrome.gyp:unit_tests',
235 '../content/content.gyp:content_browsertests',
236 '../content/content.gyp:content_unittests',
237 '../crypto/crypto.gyp:crypto_unittests',
238 '../ui/ui.gyp:gfx_unittests',
239 '../gpu/gpu.gyp:gpu_unittests',
240 '../ipc/ipc.gyp:ipc_tests',
241 '../jingle/jingle.gyp:jingle_unittests',
242 '../media/media.gyp:media_unittests',
243 '../net/net.gyp:net_unittests',
244 '../printing/printing.gyp:printing_unittests',
245 '../remoting/remoting.gyp:remoting_unittests',
246 '../sql/sql.gyp:sql_unittests',
247 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
248 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts',
249 'temp_gyp/googleurl.gyp:googleurl_unittests',
250 ],
251 'conditions': [
252 ['OS=="win"', {
253 'dependencies': [
254 '../chrome/chrome.gyp:installer_util_unittests',
255 # TODO(bradnelson): fix and enable.
256 #'../chrome/chrome.gyp:mini_installer_test',
257 # mini_installer_tests depends on mini_installer. This should be
258 # defined in installer.gyp.
259 #'../chrome/installer/mini_installer.gyp:mini_installer',
260 #'../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
261 #'../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
262 #'../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
263 #'../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
264 #'../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
265 #'../chrome_frame/chrome_frame.gyp:npchrome_frame',
266 '../courgette/courgette.gyp:courgette_unittests',
267 '../sandbox/sandbox.gyp:sbox_integration_tests',
268 '../sandbox/sandbox.gyp:sbox_unittests',
269 '../sandbox/sandbox.gyp:sbox_validation_tests',
270 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe tscapePlugIn',
271 '../ui/views/views.gyp:views_unittests',
272 # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
273 # This should:
274 # 1) not be the case. OR.
275 # 2) be expressed in the ui tests dependencies.
276 '../webkit/webkit.gyp:test_shell_common',
277 ],
278 }],
279 ], 227 ],
280 }, # target_name: chromium_2010_builder_tests 228 }, # target_name: chromium_2010_builder_tests
281 { 229 {
282 'target_name': 'chromium_builder_nacl_win_integration', 230 'target_name': 'chromium_builder_nacl_win_integration',
283 'type': 'none', 231 'type': 'none',
284 'dependencies': [ 232 'dependencies': [
285 'chromium_builder_qa', # needed for pyauto 233 'chromium_builder_qa', # needed for pyauto
286 'chromium_builder_tests', 234 'chromium_builder_tests',
287 ], 235 ],
288 }, # target_name: chromium_builder_nacl_win_integration 236 }, # target_name: chromium_builder_nacl_win_integration
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 '../sql/sql.gyp:sql_unittests', 598 '../sql/sql.gyp:sql_unittests',
651 '../ui/ui.gyp:gfx_unittests', 599 '../ui/ui.gyp:gfx_unittests',
652 ], 600 ],
653 }], 601 }],
654 ], 602 ],
655 }, 603 },
656 ], # targets 604 ], # targets
657 }], # "use_aura==1" 605 }], # "use_aura==1"
658 ], # conditions 606 ], # conditions
659 } 607 }
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