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

Side by Side Diff: build/all.gyp

Issue 8509022: Add virtual driver to official chrome builder output. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 '../chrome/chrome.gyp:crash_service', 534 '../chrome/chrome.gyp:crash_service',
535 '../chrome/chrome.gyp:crash_service_win64', 535 '../chrome/chrome.gyp:crash_service_win64',
536 '../chrome/chrome.gyp:policy_templates', 536 '../chrome/chrome.gyp:policy_templates',
537 '../chrome/chrome.gyp:pyautolib', 537 '../chrome/chrome.gyp:pyautolib',
538 '../chrome/chrome.gyp:reliability_tests', 538 '../chrome/chrome.gyp:reliability_tests',
539 '../chrome/chrome.gyp:automated_ui_tests', 539 '../chrome/chrome.gyp:automated_ui_tests',
540 '../chrome/installer/mini_installer.gyp:mini_installer', 540 '../chrome/installer/mini_installer.gyp:mini_installer',
541 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 541 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
542 '../courgette/courgette.gyp:courgette', 542 '../courgette/courgette.gyp:courgette',
543 '../courgette/courgette.gyp:courgette64', 543 '../courgette/courgette.gyp:courgette64',
544 '../cloud_print/virtual_driver/virtual_driver.gyp:virtual_driver ',
544 '../remoting/remoting.gyp:webapp_it2me', 545 '../remoting/remoting.gyp:webapp_it2me',
545 '../third_party/adobe/flash/flash_player.gyp:flash_player', 546 '../third_party/adobe/flash/flash_player.gyp:flash_player',
546 ], 547 ],
547 'conditions': [ 548 'conditions': [
548 ['internal_pdf', { 549 ['internal_pdf', {
549 'dependencies': [ 550 'dependencies': [
550 '../pdf/pdf.gyp:pdf', 551 '../pdf/pdf.gyp:pdf',
551 ], 552 ],
552 }], # internal_pdf 553 }], # internal_pdf
553 ] 554 ]
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 '../sql/sql.gyp:sql_unittests', 641 '../sql/sql.gyp:sql_unittests',
641 '../ui/ui.gyp:gfx_unittests', 642 '../ui/ui.gyp:gfx_unittests',
642 ], 643 ],
643 }], 644 }],
644 ], 645 ],
645 }, 646 },
646 ], # targets 647 ], # targets
647 }], # "use_aura==1" 648 }], # "use_aura==1"
648 ], # conditions 649 ], # conditions
649 } 650 }
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