OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
6 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'installer_util_target': 0, | 8 'installer_util_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 { | 92 { |
93 'target_name': 'installer_util', | 93 'target_name': 'installer_util', |
94 'type': 'static_library', | 94 'type': 'static_library', |
95 'variables': { | 95 'variables': { |
96 'installer_util_target': 1, | 96 'installer_util_target': 1, |
97 }, | 97 }, |
98 'dependencies': [ | 98 'dependencies': [ |
99 'installer_util_strings', | 99 'installer_util_strings', |
100 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | 100 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', |
101 'common_constants', | 101 'common_constants', |
102 'chrome_resources', | 102 'chrome_resources.gyp:chrome_resources', |
103 'chrome_strings', | 103 'chrome_resources.gyp:chrome_strings', |
104 '../content/content.gyp:content_common', | 104 '../content/content.gyp:content_common', |
105 '<(DEPTH)/base/base.gyp:base', | 105 '<(DEPTH)/base/base.gyp:base', |
106 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.g
yp:dynamic_annotations', | 106 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.g
yp:dynamic_annotations', |
107 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', | 107 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', |
108 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', | 108 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', |
109 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 109 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
110 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 110 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
111 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', | 111 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', |
112 ], | 112 ], |
113 'sources': [ | 113 'sources': [ |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 }, | 167 }, |
168 ], | 168 ], |
169 }], | 169 }], |
170 ['OS!="win"', { | 170 ['OS!="win"', { |
171 'targets': [ | 171 'targets': [ |
172 { | 172 { |
173 'target_name': 'installer_util', | 173 'target_name': 'installer_util', |
174 'type': 'static_library', | 174 'type': 'static_library', |
175 'dependencies': [ | 175 'dependencies': [ |
176 'common_constants', | 176 'common_constants', |
177 'chrome_resources', | 177 'chrome_resources.gyp:chrome_resources', |
178 'chrome_strings', | 178 'chrome_resources.gyp:chrome_strings', |
179 ], | 179 ], |
180 'sources': [ | 180 'sources': [ |
181 'installer/util/master_preferences.cc', | 181 'installer/util/master_preferences.cc', |
182 'installer/util/master_preferences.h', | 182 'installer/util/master_preferences.h', |
183 'installer/util/master_preferences_constants.cc', | 183 'installer/util/master_preferences_constants.cc', |
184 'installer/util/master_preferences_constants.h', | 184 'installer/util/master_preferences_constants.h', |
185 ], | 185 ], |
186 'include_dirs': [ | 186 'include_dirs': [ |
187 '<(DEPTH)', | 187 '<(DEPTH)', |
188 ], | 188 ], |
189 } | 189 } |
190 ], | 190 ], |
191 }], | 191 }], |
192 ], | 192 ], |
193 } | 193 } |
OLD | NEW |