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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 '..', | 244 '..', |
245 '<(grit_out_dir)', | 245 '<(grit_out_dir)', |
246 ], | 246 ], |
247 }, | 247 }, |
248 { | 248 { |
249 'target_name': 'utility', | 249 'target_name': 'utility', |
250 'type': 'static_library', | 250 'type': 'static_library', |
251 'variables': { 'enable_wexit_time_destructors': 1, }, | 251 'variables': { 'enable_wexit_time_destructors': 1, }, |
252 'dependencies': [ | 252 'dependencies': [ |
253 '../base/base.gyp:base', | 253 '../base/base.gyp:base', |
| 254 '../components/components.gyp:onc_component', |
254 '../content/content.gyp:content_utility', | 255 '../content/content.gyp:content_utility', |
255 '../media/media.gyp:media', | 256 '../media/media.gyp:media', |
256 '../skia/skia.gyp:skia', | 257 '../skia/skia.gyp:skia', |
257 '../third_party/libxml/libxml.gyp:libxml', | 258 '../third_party/libxml/libxml.gyp:libxml', |
258 'common', | 259 'common', |
259 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 260 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
260 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 261 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
261 ], | 262 ], |
262 'sources': [ | 263 'sources': [ |
263 'utility/chrome_content_utility_client.cc', | 264 'utility/chrome_content_utility_client.cc', |
(...skipping 914 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1178 'sources': [ | 1179 'sources': [ |
1179 'service/cloud_print/print_system_cups.cc', | 1180 'service/cloud_print/print_system_cups.cc', |
1180 ], | 1181 ], |
1181 }], | 1182 }], |
1182 ], | 1183 ], |
1183 }, | 1184 }, |
1184 ], | 1185 ], |
1185 }], | 1186 }], |
1186 ], # 'conditions' | 1187 ], # 'conditions' |
1187 } | 1188 } |
OLD | NEW |