OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |