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

Side by Side Diff: build/all.gyp

Issue 10031014: The Chrome Remote Desktop installation for Windows can be build by bots now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed a typo. Created 8 years, 8 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 | build/common.gypi » ('j') | 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 '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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 '../cloud_print/virtual_driver/virtual_driver.gyp:virtual_driver ', 526 '../cloud_print/virtual_driver/virtual_driver.gyp:virtual_driver ',
527 '../remoting/remoting.gyp:remoting_webapp', 527 '../remoting/remoting.gyp:remoting_webapp',
528 '../third_party/adobe/flash/flash_player.gyp:flash_player', 528 '../third_party/adobe/flash/flash_player.gyp:flash_player',
529 ], 529 ],
530 'conditions': [ 530 'conditions': [
531 ['internal_pdf', { 531 ['internal_pdf', {
532 'dependencies': [ 532 'dependencies': [
533 '../pdf/pdf.gyp:pdf', 533 '../pdf/pdf.gyp:pdf',
534 ], 534 ],
535 }], # internal_pdf 535 }], # internal_pdf
536 ['component != "shared_library" and wix_exists == "True" and \
537 platformsdk_exists == "True"', {
538 'dependencies': [
539 '../remoting/remoting.gyp:remoting_host_installation',
540 ],
541 }], # component != "shared_library"
536 ] 542 ]
537 }, 543 },
538 ], # targets 544 ], # targets
539 }], # branding=="Chrome" 545 }], # branding=="Chrome"
540 ], # conditions 546 ], # conditions
541 }], # OS="win" 547 }], # OS="win"
542 ['use_aura==1', { 548 ['use_aura==1', {
543 'targets': [ 549 'targets': [
544 { 550 {
545 'target_name': 'aura_builder', 551 'target_name': 'aura_builder',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'dependencies': [ 604 'dependencies': [
599 '../chromeos/chromeos.gyp:chromeos_unittests', 605 '../chromeos/chromeos.gyp:chromeos_unittests',
600 ], 606 ],
601 }], 607 }],
602 ], 608 ],
603 }, 609 },
604 ], # targets 610 ], # targets
605 }], # "use_aura==1" 611 }], # "use_aura==1"
606 ], # conditions 612 ], # conditions
607 } 613 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698