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

Side by Side Diff: build/all.gyp

Issue 10352018: Adding a unittest to verify that the code signing job will be able to unpack and re-assemble the Ch… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « .gitignore ('k') | remoting/remoting.gyp » ('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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 'conditions': [ 541 'conditions': [
542 ['internal_pdf', { 542 ['internal_pdf', {
543 'dependencies': [ 543 'dependencies': [
544 '../pdf/pdf.gyp:pdf', 544 '../pdf/pdf.gyp:pdf',
545 ], 545 ],
546 }], # internal_pdf 546 }], # internal_pdf
547 ['component != "shared_library" and wix_exists == "True" and \ 547 ['component != "shared_library" and wix_exists == "True" and \
548 platformsdk_exists == "True"', { 548 platformsdk_exists == "True"', {
549 'dependencies': [ 549 'dependencies': [
550 '../remoting/remoting.gyp:remoting_host_installation', 550 '../remoting/remoting.gyp:remoting_host_installation',
551 '../remoting/remoting.gyp:remoting_host_installation_unittes t',
551 ], 552 ],
552 }], # component != "shared_library" 553 }], # component != "shared_library"
553 ] 554 ]
554 }, 555 },
555 ], # targets 556 ], # targets
556 }], # branding=="Chrome" 557 }], # branding=="Chrome"
557 ], # conditions 558 ], # conditions
558 }], # OS="win" 559 }], # OS="win"
559 ['use_aura==1', { 560 ['use_aura==1', {
560 'targets': [ 561 'targets': [
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 'dependencies': [ 618 'dependencies': [
618 '../chromeos/chromeos.gyp:chromeos_unittests', 619 '../chromeos/chromeos.gyp:chromeos_unittests',
619 ], 620 ],
620 }], 621 }],
621 ], 622 ],
622 }, 623 },
623 ], # targets 624 ], # targets
624 }], # "use_aura==1" 625 }], # "use_aura==1"
625 ], # conditions 626 ], # conditions
626 } 627 }
OLDNEW
« no previous file with comments | « .gitignore ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698