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

Side by Side Diff: build/all.gyp

Issue 10673011: sas.dll is not included to Windows 8 SDK. Use one from from Windows 7 SDK instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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') | build/common.gypi » ('J')
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 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 '../remoting/remoting.gyp:remoting_webapp', 548 '../remoting/remoting.gyp:remoting_webapp',
549 '../third_party/adobe/flash/flash_player.gyp:flash_player', 549 '../third_party/adobe/flash/flash_player.gyp:flash_player',
550 ], 550 ],
551 'conditions': [ 551 'conditions': [
552 ['internal_pdf', { 552 ['internal_pdf', {
553 'dependencies': [ 553 'dependencies': [
554 '../pdf/pdf.gyp:pdf', 554 '../pdf/pdf.gyp:pdf',
555 ], 555 ],
556 }], # internal_pdf 556 }], # internal_pdf
557 ['component != "shared_library" and wix_exists == "True" and \ 557 ['component != "shared_library" and wix_exists == "True" and \
558 platformsdk_exists == "True"', { 558 sas_dll_exists == "True"', {
559 'dependencies': [ 559 'dependencies': [
560 '../remoting/remoting.gyp:remoting_host_installation', 560 '../remoting/remoting.gyp:remoting_host_installation',
561 '../remoting/remoting.gyp:remoting_host_installation_unittes t', 561 '../remoting/remoting.gyp:remoting_host_installation_unittes t',
562 ], 562 ],
563 }], # component != "shared_library" 563 }], # component != "shared_library"
564 ] 564 ]
565 }, 565 },
566 ], # targets 566 ], # targets
567 }], # branding=="Chrome" 567 }], # branding=="Chrome"
568 ], # conditions 568 ], # conditions
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 'dependencies': [ 627 'dependencies': [
628 '../chromeos/chromeos.gyp:chromeos_unittests', 628 '../chromeos/chromeos.gyp:chromeos_unittests',
629 ], 629 ],
630 }], 630 }],
631 ], 631 ],
632 }, 632 },
633 ], # targets 633 ], # targets
634 }], # "use_aura==1" 634 }], # "use_aura==1"
635 ], # conditions 635 ], # conditions
636 } 636 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698