| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 # up actual Chromium functionality into this .dll. | 104 # up actual Chromium functionality into this .dll. |
| 105 'chrome_dll_pdb_workaround', | 105 'chrome_dll_pdb_workaround', |
| 106 'chrome_resources.gyp:chrome_resources', | 106 'chrome_resources.gyp:chrome_resources', |
| 107 'chrome_version_resources', | 107 'chrome_version_resources', |
| 108 '../chrome/chrome_resources.gyp:chrome_unscaled_resources', | 108 '../chrome/chrome_resources.gyp:chrome_unscaled_resources', |
| 109 '../crypto/crypto.gyp:crypto', | 109 '../crypto/crypto.gyp:crypto', |
| 110 '../printing/printing.gyp:printing', | 110 '../printing/printing.gyp:printing', |
| 111 '../net/net.gyp:net_resources', | 111 '../net/net.gyp:net_resources', |
| 112 '../third_party/cld/cld.gyp:cld', | 112 '../third_party/cld/cld.gyp:cld', |
| 113 '../ui/views/views.gyp:views', | 113 '../ui/views/views.gyp:views', |
| 114 '../webkit/support/webkit_support.gyp:webkit_resources', | 114 '../webkit/webkit_resources.gyp:webkit_temp_resources', |
| 115 ], | 115 ], |
| 116 'sources': [ | 116 'sources': [ |
| 117 'app/chrome_command_ids.h', | 117 'app/chrome_command_ids.h', |
| 118 'app/chrome_dll.rc', | 118 'app/chrome_dll.rc', |
| 119 'app/chrome_dll_resource.h', | 119 'app/chrome_dll_resource.h', |
| 120 'app/chrome_main.cc', | 120 'app/chrome_main.cc', |
| 121 'app/chrome_main_delegate.cc', | 121 'app/chrome_main_delegate.cc', |
| 122 'app/chrome_main_delegate.h', | 122 'app/chrome_main_delegate.h', |
| 123 'app/delay_load_hook_win.cc', | 123 'app/delay_load_hook_win.cc', |
| 124 'app/delay_load_hook_win.h', | 124 'app/delay_load_hook_win.h', |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/chrome.dll.pdb', | 324 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/chrome.dll.pdb', |
| 325 }, | 325 }, |
| 326 }, | 326 }, |
| 327 }], | 327 }], |
| 328 ], | 328 ], |
| 329 }, | 329 }, |
| 330 ], | 330 ], |
| 331 }], | 331 }], |
| 332 ], | 332 ], |
| 333 } | 333 } |
| OLD | NEW |