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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 # resulting .res files get referenced multiple times. | 141 # resulting .res files get referenced multiple times. |
142 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 142 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
143 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.rc'
, | 143 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.rc'
, |
144 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 144 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
145 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', | 145 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', |
146 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', | 146 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', |
147 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_reso
urces.rc', | 147 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_reso
urces.rc', |
148 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 148 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
149 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resource
s.rc', | 149 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resource
s.rc', |
150 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.rc', | 150 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.rc', |
151 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc'
, | |
152 ], | 151 ], |
153 'include_dirs': [ | 152 'include_dirs': [ |
154 '<(DEPTH)/third_party/wtl/include', | 153 '<(DEPTH)/third_party/wtl/include', |
155 ], | 154 ], |
156 'configurations': { | 155 'configurations': { |
157 'Debug_Base': { | 156 'Debug_Base': { |
158 'msvs_settings': { | 157 'msvs_settings': { |
159 'VCLinkerTool': { | 158 'VCLinkerTool': { |
160 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 159 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
161 }, | 160 }, |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc', | 359 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc', |
361 'app/chrome_main.cc', | 360 'app/chrome_main.cc', |
362 'app/chrome_main_delegate.cc', | 361 'app/chrome_main_delegate.cc', |
363 'app/chrome_main_delegate.h', | 362 'app/chrome_main_delegate.h', |
364 ], | 363 ], |
365 }, # target chrome_child_dll | 364 }, # target chrome_child_dll |
366 ], | 365 ], |
367 }], | 366 }], |
368 ], | 367 ], |
369 } | 368 } |
OLD | NEW |