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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 '../third_party/libxml/libxml.gyp:libxml', | 261 '../third_party/libxml/libxml.gyp:libxml', |
262 'common', | 262 'common', |
263 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 263 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
264 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 264 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
265 ], | 265 ], |
266 'sources': [ | 266 'sources': [ |
267 'utility/chrome_content_utility_client.cc', | 267 'utility/chrome_content_utility_client.cc', |
268 'utility/chrome_content_utility_client.h', | 268 'utility/chrome_content_utility_client.h', |
269 'utility/extensions/unpacker.cc', | 269 'utility/extensions/unpacker.cc', |
270 'utility/extensions/unpacker.h', | 270 'utility/extensions/unpacker.h', |
| 271 'utility/image_writer/error_messages.cc', |
| 272 'utility/image_writer/error_messages.h', |
| 273 'utility/image_writer/image_writer.cc', |
| 274 'utility/image_writer/image_writer.h', |
| 275 'utility/image_writer/image_writer_handler.cc', |
| 276 'utility/image_writer/image_writer_handler.h', |
271 'utility/importer/bookmark_html_reader.cc', | 277 'utility/importer/bookmark_html_reader.cc', |
272 'utility/importer/bookmark_html_reader.h', | 278 'utility/importer/bookmark_html_reader.h', |
273 'utility/importer/bookmarks_file_importer.cc', | 279 'utility/importer/bookmarks_file_importer.cc', |
274 'utility/importer/bookmarks_file_importer.h', | 280 'utility/importer/bookmarks_file_importer.h', |
275 'utility/importer/external_process_importer_bridge.cc', | 281 'utility/importer/external_process_importer_bridge.cc', |
276 'utility/importer/external_process_importer_bridge.h', | 282 'utility/importer/external_process_importer_bridge.h', |
277 'utility/importer/favicon_reencode.cc', | 283 'utility/importer/favicon_reencode.cc', |
278 'utility/importer/favicon_reencode.h', | 284 'utility/importer/favicon_reencode.h', |
279 'utility/importer/firefox_importer.cc', | 285 'utility/importer/firefox_importer.cc', |
280 'utility/importer/firefox_importer.h', | 286 'utility/importer/firefox_importer.h', |
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1115 'sources': [ | 1121 'sources': [ |
1116 'service/cloud_print/print_system_dummy.cc', | 1122 'service/cloud_print/print_system_dummy.cc', |
1117 ], | 1123 ], |
1118 }], | 1124 }], |
1119 ], | 1125 ], |
1120 }, | 1126 }, |
1121 ], | 1127 ], |
1122 }], | 1128 }], |
1123 ], # 'conditions' | 1129 ], # 'conditions' |
1124 } | 1130 } |
OLD | NEW |