| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'conditions': [ | 5 'conditions': [ |
| 6 ['OS=="mac" or OS=="win"', { | 6 ['OS=="mac" or OS=="win"', { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'chrome_dll', | 9 'target_name': 'chrome_dll', |
| 10 'type': 'none', | 10 'type': 'none', |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 'app/chrome_main.cc', | 122 'app/chrome_main.cc', |
| 123 'app/chrome_main_delegate.cc', | 123 'app/chrome_main_delegate.cc', |
| 124 'app/chrome_main_delegate.h', | 124 'app/chrome_main_delegate.h', |
| 125 'app/delay_load_hook_win.cc', | 125 'app/delay_load_hook_win.cc', |
| 126 'app/delay_load_hook_win.h', | 126 'app/delay_load_hook_win.h', |
| 127 | 127 |
| 128 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc
', | 128 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc
', |
| 129 '../base/win/dllmain.cc', | 129 '../base/win/dllmain.cc', |
| 130 | 130 |
| 131 # Cursors. | 131 # Cursors. |
| 132 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resource
s.rc', | 132 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.r
c', |
| 133 ], | 133 ], |
| 134 'include_dirs': [ | 134 'include_dirs': [ |
| 135 '<(DEPTH)/third_party/wtl/include', | 135 '<(DEPTH)/third_party/wtl/include', |
| 136 ], | 136 ], |
| 137 'configurations': { | 137 'configurations': { |
| 138 'Debug_Base': { | 138 'Debug_Base': { |
| 139 'msvs_settings': { | 139 'msvs_settings': { |
| 140 'VCLinkerTool': { | 140 'VCLinkerTool': { |
| 141 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 141 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
| 142 }, | 142 }, |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 }, | 373 }, |
| 374 }], | 374 }], |
| 375 ] | 375 ] |
| 376 }], | 376 }], |
| 377 ], | 377 ], |
| 378 }, # target chrome_child_dll | 378 }, # target chrome_child_dll |
| 379 ], | 379 ], |
| 380 }], | 380 }], |
| 381 ], | 381 ], |
| 382 } | 382 } |
| OLD | NEW |