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