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

Side by Side Diff: views/views.gyp

Issue 8227017: Add Windows manifest for views_examples. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « views/examples/views_examples.exe.manifest ('k') | 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 ['OS=="win"', { 760 ['OS=="win"', {
761 'link_settings': { 761 'link_settings': {
762 'libraries': [ 762 'libraries': [
763 '-limm32.lib', 763 '-limm32.lib',
764 '-loleacc.lib', 764 '-loleacc.lib',
765 ] 765 ]
766 }, 766 },
767 'include_dirs': [ 767 'include_dirs': [
768 '../third_party/wtl/include', 768 '../third_party/wtl/include',
769 ], 769 ],
770 'msvs_settings': {
771 'VCManifestTool': {
772 'AdditionalManifestFiles': '$(ProjectDir)\\examples\\views_example s.exe.manifest',
773 },
774 },
770 'sources': [ 775 'sources': [
771 'examples/table_example.cc', 776 'examples/table_example.cc',
772 'examples/table_example.h', 777 'examples/table_example.h',
773 ], 778 ],
774 }], 779 }],
775 ['OS!="mac"', { 780 ['OS!="mac"', {
776 'dependencies': [ 781 'dependencies': [
777 '../chrome/chrome.gyp:packed_resources', 782 '../chrome/chrome.gyp:packed_resources',
778 ], 783 ],
779 }], 784 }],
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 'dependencies': [ 949 'dependencies': [
945 '../chrome/chrome.gyp:packed_resources', 950 '../chrome/chrome.gyp:packed_resources',
946 ], 951 ],
947 }], 952 }],
948 ], 953 ],
949 }, 954 },
950 ], 955 ],
951 }], 956 }],
952 ], 957 ],
953 } 958 }
OLDNEW
« no previous file with comments | « views/examples/views_examples.exe.manifest ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698