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

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

Issue 165188: Use base::WindowImpl instead of CWindowImpl to reduce dependencies on ATL.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 4 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
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 'chromium_code': 1, 7 'chromium_code': 1,
8 'test_shell_windows_resource_files': [ 8 'test_shell_windows_resource_files': [
9 'resources/test_shell.rc', 9 'resources/test_shell.rc',
10 'resources/pan_east.cur', 10 'resources/pan_east.cur',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 ] 146 ]
147 }], 147 }],
148 ['OS=="win"', { 148 ['OS=="win"', {
149 'msvs_disabled_warnings': [ 4800 ], 149 'msvs_disabled_warnings': [ 4800 ],
150 'link_settings': { 150 'link_settings': {
151 'libraries': [ 151 'libraries': [
152 '-lcomctl32.lib', 152 '-lcomctl32.lib',
153 ], 153 ],
154 }, 154 },
155 'include_dirs': [ 155 'include_dirs': [
156 '../../../chrome/third_party/wtl/include',
156 '.', 157 '.',
157 ], 158 ],
158 'dependencies': [ 159 'dependencies': [
159 '../../../breakpad/breakpad.gyp:breakpad_handler', 160 '../../../breakpad/breakpad.gyp:breakpad_handler',
160 '../../default_plugin/default_plugin.gyp:default_plugin', 161 '../../default_plugin/default_plugin.gyp:default_plugin',
161 ], 162 ],
162 # TODO(bradnelson): 163 # TODO(bradnelson):
163 # This should really be done in the 'npapi_layout_test_plugin' 164 # This should really be done in the 'npapi_layout_test_plugin'
164 # target, but the current VS generator handles 'copies' 165 # target, but the current VS generator handles 'copies'
165 # settings as AdditionalDependencies, which means that 166 # settings as AdditionalDependencies, which means that
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 'link_settings': { 663 'link_settings': {
663 'libraries': [ 664 'libraries': [
664 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 665 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
665 ], 666 ],
666 }, 667 },
667 }, 668 },
668 ], 669 ],
669 }], 670 }],
670 ], 671 ],
671 } 672 }
OLDNEW
« webkit/tools/test_shell/foreground_helper.h ('K') | « webkit/tools/test_shell/foreground_helper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698