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

Side by Side Diff: build/all.gyp

Issue 10959031: [Chromoting] Publish Chromoting Host installation as a .zip archive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Oops, |target| and |sources| were swapped. Created 8 years, 2 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 | chrome/tools/build/win/FILES.cfg » ('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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 'conditions': [ 607 'conditions': [
608 ['internal_pdf', { 608 ['internal_pdf', {
609 'dependencies': [ 609 'dependencies': [
610 '../pdf/pdf.gyp:pdf', 610 '../pdf/pdf.gyp:pdf',
611 ], 611 ],
612 }], # internal_pdf 612 }], # internal_pdf
613 ['component != "shared_library" and wix_exists == "True" and \ 613 ['component != "shared_library" and wix_exists == "True" and \
614 sas_dll_exists == "True"', { 614 sas_dll_exists == "True"', {
615 'dependencies': [ 615 'dependencies': [
616 '../remoting/remoting.gyp:remoting_host_installation', 616 '../remoting/remoting.gyp:remoting_host_installation',
617 '../remoting/remoting.gyp:remoting_host_installation_unittes t',
618 ], 617 ],
619 }], # component != "shared_library" 618 }], # component != "shared_library"
620 ] 619 ]
621 }, 620 },
622 ], # targets 621 ], # targets
623 }], # branding=="Chrome" 622 }], # branding=="Chrome"
624 ], # conditions 623 ], # conditions
625 }], # OS="win" 624 }], # OS="win"
626 ['use_aura==1', { 625 ['use_aura==1', {
627 'targets': [ 626 'targets': [
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 '../base/base.gyp:base_unittests_run', 700 '../base/base.gyp:base_unittests_run',
702 '../chrome/chrome.gyp:browser_tests_run', 701 '../chrome/chrome.gyp:browser_tests_run',
703 '../chrome/chrome.gyp:unit_tests_run', 702 '../chrome/chrome.gyp:unit_tests_run',
704 '../net/net.gyp:net_unittests_run', 703 '../net/net.gyp:net_unittests_run',
705 ], 704 ],
706 }, # target_name: chromium_swarm_tests 705 }, # target_name: chromium_swarm_tests
707 ], 706 ],
708 }], 707 }],
709 ], # conditions 708 ], # conditions
710 } 709 }
OLDNEW
« no previous file with comments | « no previous file | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698