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

Side by Side Diff: build/all.gyp

Issue 6598052: Adding courgette64 to the list of things built on the official builder.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 9 years, 9 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 '../chrome/chrome.gyp:page_cycler_tests', 430 '../chrome/chrome.gyp:page_cycler_tests',
431 '../chrome/chrome.gyp:policy_templates', 431 '../chrome/chrome.gyp:policy_templates',
432 '../chrome/chrome.gyp:pyautolib', 432 '../chrome/chrome.gyp:pyautolib',
433 '../chrome/chrome.gyp:reliability_tests', 433 '../chrome/chrome.gyp:reliability_tests',
434 '../chrome/chrome.gyp:startup_tests', 434 '../chrome/chrome.gyp:startup_tests',
435 '../chrome/chrome.gyp:automated_ui_tests', 435 '../chrome/chrome.gyp:automated_ui_tests',
436 '../chrome/installer/mini_installer.gyp:mini_installer', 436 '../chrome/installer/mini_installer.gyp:mini_installer',
437 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 437 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
438 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 438 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
439 '../courgette/courgette.gyp:courgette', 439 '../courgette/courgette.gyp:courgette',
440 '../courgette/courgette.gyp:courgette64',
440 '../third_party/adobe/flash/flash_player.gyp:flash_player', 441 '../third_party/adobe/flash/flash_player.gyp:flash_player',
441 '../webkit/webkit.gyp:test_shell', 442 '../webkit/webkit.gyp:test_shell',
442 ], 443 ],
443 'conditions': [ 444 'conditions': [
444 ['internal_pdf', { 445 ['internal_pdf', {
445 'dependencies': [ 446 'dependencies': [
446 '../pdf/pdf.gyp:pdf', 447 '../pdf/pdf.gyp:pdf',
447 ], 448 ],
448 }], # internal_pdf 449 }], # internal_pdf
449 ] 450 ]
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 ], # targets 496 ], # targets
496 }], # "chromeos==1" 497 }], # "chromeos==1"
497 ], # conditions 498 ], # conditions
498 } 499 }
499 500
500 # Local Variables: 501 # Local Variables:
501 # tab-width:2 502 # tab-width:2
502 # indent-tabs-mode:nil 503 # indent-tabs-mode:nil
503 # End: 504 # End:
504 # vim: set expandtab tabstop=2 shiftwidth=2: 505 # vim: set expandtab tabstop=2 shiftwidth=2:
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