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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 ], | 72 ], |
73 'conditions': [ | 73 'conditions': [ |
74 ['OS=="win"', { | 74 ['OS=="win"', { |
75 'product_name': 'chrome', | 75 'product_name': 'chrome', |
76 'msvs_guid': 'C0A7EE2C-2A6D-45BE-BA78-6D006FDF52D9', | 76 'msvs_guid': 'C0A7EE2C-2A6D-45BE-BA78-6D006FDF52D9', |
77 'dependencies': [ | 77 'dependencies': [ |
78 # On Windows, link the dependencies (libraries) that make | 78 # On Windows, link the dependencies (libraries) that make |
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_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.gyp:webkit_resources', | 89 '../webkit/support/webkit_support.gyp:webkit_resources', |
90 '../gears/gears.gyp:gears', | 90 '../gears/gears.gyp:gears', |
91 ], | 91 ], |
92 'sources': [ | 92 'sources': [ |
(...skipping 455 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 |