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

Side by Side Diff: webkit/tools/test_shell/test_shell.gypi

Issue 699001: Move wtl from chrome/third_party to third_party/. This... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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 | « webkit/default_plugin/default_plugin.gyp ('k') | webkit/webkit.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'test_shell_windows_resource_files': [ 7 'test_shell_windows_resource_files': [
8 'resources/test_shell.rc', 8 'resources/test_shell.rc',
9 'resources/pan_east.cur', 9 'resources/pan_east.cur',
10 'resources/pan_middle.cur', 10 'resources/pan_middle.cur',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 ], 145 ],
146 }], 146 }],
147 ['OS=="win"', { 147 ['OS=="win"', {
148 'msvs_disabled_warnings': [ 4800 ], 148 'msvs_disabled_warnings': [ 4800 ],
149 'link_settings': { 149 'link_settings': {
150 'libraries': [ 150 'libraries': [
151 '-lcomctl32.lib', 151 '-lcomctl32.lib',
152 ], 152 ],
153 }, 153 },
154 'include_dirs': [ 154 'include_dirs': [
155 '../../../chrome/third_party/wtl/include', 155 '<(DEPTH)/third_party/wtl/include',
156 '.', 156 '.',
157 ], 157 ],
158 'dependencies': [ 158 'dependencies': [
159 '<(DEPTH)/breakpad/breakpad.gyp:breakpad_handler', 159 '<(DEPTH)/breakpad/breakpad.gyp:breakpad_handler',
160 '<(DEPTH)/webkit/default_plugin/default_plugin.gyp:default_plugin', 160 '<(DEPTH)/webkit/default_plugin/default_plugin.gyp:default_plugin',
161 ], 161 ],
162 # TODO(bradnelson): 162 # TODO(bradnelson):
163 # This should really be done in the 'npapi_layout_test_plugin' 163 # This should really be done in the 'npapi_layout_test_plugin'
164 # target, but the current VS generator handles 'copies' 164 # target, but the current VS generator handles 'copies'
165 # settings as AdditionalDependencies, which means that 165 # settings as AdditionalDependencies, which means that
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 ], 738 ],
739 }], 739 }],
740 ], 740 ],
741 } 741 }
742 742
743 # Local Variables: 743 # Local Variables:
744 # tab-width:2 744 # tab-width:2
745 # indent-tabs-mode:nil 745 # indent-tabs-mode:nil
746 # End: 746 # End:
747 # vim: set expandtab tabstop=2 shiftwidth=2: 747 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/default_plugin/default_plugin.gyp ('k') | webkit/webkit.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698