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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
231 ], | 231 ], |
232 }, | 232 }, |
233 { | 233 { |
234 'target_name': 'utility', | 234 'target_name': 'utility', |
235 'type': 'static_library', | 235 'type': 'static_library', |
236 'variables': { 'enable_wexit_time_destructors': 1, }, | 236 'variables': { 'enable_wexit_time_destructors': 1, }, |
237 'dependencies': [ | 237 'dependencies': [ |
238 'common/extensions/api/api.gyp:chrome_api', | 238 'common/extensions/api/api.gyp:chrome_api', |
239 '../base/base.gyp:base', | 239 '../base/base.gyp:base', |
240 '../components/components.gyp:wifi_component', | 240 '../components/components.gyp:wifi_component', |
| 241 '../components/components_strings.gyp:components_strings', |
241 '../content/content.gyp:content_common', | 242 '../content/content.gyp:content_common', |
242 '../content/content.gyp:content_utility', | 243 '../content/content.gyp:content_utility', |
243 '../media/media.gyp:media', | 244 '../media/media.gyp:media', |
244 '../skia/skia.gyp:skia', | 245 '../skia/skia.gyp:skia', |
245 '../third_party/libexif/libexif.gyp:libexif', | 246 '../third_party/libexif/libexif.gyp:libexif', |
246 '../third_party/libxml/libxml.gyp:libxml', | 247 '../third_party/libxml/libxml.gyp:libxml', |
247 'common', | 248 'common', |
248 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 249 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
249 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 250 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
250 ], | 251 ], |
(...skipping 827 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1078 'sources': [ | 1079 'sources': [ |
1079 'service/cloud_print/print_system_dummy.cc', | 1080 'service/cloud_print/print_system_dummy.cc', |
1080 ], | 1081 ], |
1081 }], | 1082 }], |
1082 ], | 1083 ], |
1083 }, | 1084 }, |
1084 ], | 1085 ], |
1085 }], | 1086 }], |
1086 ], # 'conditions' | 1087 ], # 'conditions' |
1087 } | 1088 } |
OLD | NEW |