| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 # up actual Chromium functionality into this .dll. | 125 # up actual Chromium functionality into this .dll. |
| 126 'chrome_version_resources', | 126 'chrome_version_resources', |
| 127 '../chrome/chrome_resources.gyp:chrome_unscaled_resources', | 127 '../chrome/chrome_resources.gyp:chrome_unscaled_resources', |
| 128 '../content/app/resources/content_resources.gyp:content_resource
s', | 128 '../content/app/resources/content_resources.gyp:content_resource
s', |
| 129 '../crypto/crypto.gyp:crypto', | 129 '../crypto/crypto.gyp:crypto', |
| 130 '../net/net.gyp:net_resources', | 130 '../net/net.gyp:net_resources', |
| 131 '../ui/views/views.gyp:views', | 131 '../ui/views/views.gyp:views', |
| 132 ], | 132 ], |
| 133 'sources': [ | 133 'sources': [ |
| 134 'app/chrome_dll.rc', | 134 'app/chrome_dll.rc', |
| 135 | 135 |
| 136 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc
', | 136 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc
', |
| 137 | 137 |
| 138 # Cursors. | 138 # Cursors. |
| 139 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.r
c', | 139 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.r
c', |
| 140 ], | 140 ], |
| 141 'include_dirs': [ | 141 'include_dirs': [ |
| 142 '<(DEPTH)/third_party/wtl/include', | 142 '<(DEPTH)/third_party/wtl/include', |
| 143 ], | 143 ], |
| 144 'configurations': { | 144 'configurations': { |
| 145 'Debug_Base': { | 145 'Debug_Base': { |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 }, | 371 }, |
| 372 }], | 372 }], |
| 373 ] | 373 ] |
| 374 }], | 374 }], |
| 375 ], | 375 ], |
| 376 }, # target chrome_child_dll | 376 }, # target chrome_child_dll |
| 377 ], | 377 ], |
| 378 }], | 378 }], |
| 379 ], | 379 ], |
| 380 } | 380 } |
| OLD | NEW |