| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 5 'target_defaults': { |
| 6 'variables': { | 6 'variables': { |
| 7 'chrome_dll_target': 0, | 7 'chrome_dll_target': 0, |
| 8 }, | 8 }, |
| 9 'target_conditions': [ | 9 'target_conditions': [ |
| 10 ['chrome_dll_target==1', { | 10 ['chrome_dll_target==1', { |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 # up actual Chromium functionality into this .dll. | 80 # up actual Chromium functionality into this .dll. |
| 81 'chrome_dll_version', | 81 'chrome_dll_version', |
| 82 'chrome_resources', | 82 'chrome_resources', |
| 83 'installer_util_strings', | 83 'installer_util_strings', |
| 84 'worker', | 84 'worker', |
| 85 '../printing/printing.gyp:printing', | 85 '../printing/printing.gyp:printing', |
| 86 '../net/net.gyp:net_resources', | 86 '../net/net.gyp:net_resources', |
| 87 '../third_party/cld/cld.gyp:cld', | 87 '../third_party/cld/cld.gyp:cld', |
| 88 '../views/views.gyp:views', | 88 '../views/views.gyp:views', |
| 89 '../webkit/support/webkit_support.gyp:webkit_resources', | 89 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 90 '../gears/gears.gyp:gears', | |
| 91 ], | 90 ], |
| 92 'sources': [ | 91 'sources': [ |
| 93 'app/chrome_command_ids.h', | 92 'app/chrome_command_ids.h', |
| 94 'app/chrome_dll.rc', | 93 'app/chrome_dll.rc', |
| 95 'app/chrome_dll_resource.h', | 94 'app/chrome_dll_resource.h', |
| 96 'app/chrome_main.cc', | 95 'app/chrome_main.cc', |
| 97 'app/chrome_main_win.cc', | 96 'app/chrome_main_win.cc', |
| 98 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_versio
n.rc', | 97 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_versio
n.rc', |
| 99 | 98 |
| 100 '../webkit/glue/resources/aliasb.cur', | 99 '../webkit/glue/resources/aliasb.cur', |
| (...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 'LinkIncremental': '<(msvs_debug_link_nonincremental)', | 622 'LinkIncremental': '<(msvs_debug_link_nonincremental)', |
| 624 }, | 623 }, |
| 625 }, | 624 }, |
| 626 }, | 625 }, |
| 627 }, | 626 }, |
| 628 }, # target chrome_dll | 627 }, # target chrome_dll |
| 629 ], | 628 ], |
| 630 }], | 629 }], |
| 631 ], | 630 ], |
| 632 } | 631 } |
| OLD | NEW |