OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 # up actual Chromium functionality into this .dll. | 79 # up actual Chromium functionality into this .dll. |
80 'chrome_dll_version', | 80 'chrome_dll_version', |
81 'chrome_resources', | 81 'chrome_resources', |
82 'installer/installer.gyp:installer_util_strings', | 82 'installer/installer.gyp:installer_util_strings', |
83 'worker', | 83 'worker', |
84 '../printing/printing.gyp:printing', | 84 '../printing/printing.gyp:printing', |
85 '../net/net.gyp:net_resources', | 85 '../net/net.gyp:net_resources', |
86 '../build/util/support/support.gyp:*', | 86 '../build/util/support/support.gyp:*', |
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_in_chromium.gyp:webkit_resourc
es', | 89 '../webkit/support/webkit_support.gyp:webkit_resources', |
90 '../gears/gears.gyp:gears', | 90 '../gears/gears.gyp:gears', |
91 ], | 91 ], |
92 'sources': [ | 92 'sources': [ |
93 'app/chrome_dll.rc', | 93 'app/chrome_dll.rc', |
94 'app/chrome_dll_main.cc', | 94 'app/chrome_dll_main.cc', |
95 'app/chrome_dll_resource.h', | 95 'app/chrome_dll_resource.h', |
96 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_versio
n.rc', | 96 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_versio
n.rc', |
97 | 97 |
98 '../webkit/glue/resources/aliasb.cur', | 98 '../webkit/glue/resources/aliasb.cur', |
99 '../webkit/glue/resources/cell.cur', | 99 '../webkit/glue/resources/cell.cur', |
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
548 'configurations': { | 548 'configurations': { |
549 'Common_Base': { | 549 'Common_Base': { |
550 'msvs_target_platform': 'x64', | 550 'msvs_target_platform': 'x64', |
551 }, | 551 }, |
552 }, | 552 }, |
553 }, # target chrome_dll | 553 }, # target chrome_dll |
554 ], | 554 ], |
555 }], | 555 }], |
556 ], | 556 ], |
557 } | 557 } |
OLD | NEW |