| 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 '../media/media.gyp:media', | 250 '../media/media.gyp:media', |
| 251 '../skia/skia.gyp:skia', | 251 '../skia/skia.gyp:skia', |
| 252 '../third_party/libxml/libxml.gyp:libxml', | 252 '../third_party/libxml/libxml.gyp:libxml', |
| 253 'common', | 253 'common', |
| 254 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 254 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
| 255 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 255 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
| 256 ], | 256 ], |
| 257 'sources': [ | 257 'sources': [ |
| 258 'utility/chrome_content_utility_client.cc', | 258 'utility/chrome_content_utility_client.cc', |
| 259 'utility/chrome_content_utility_client.h', | 259 'utility/chrome_content_utility_client.h', |
| 260 'utility/chrome_content_utility_ipc_whitelist.cc', |
| 261 'utility/chrome_content_utility_ipc_whitelist.h', |
| 260 'utility/cloud_print/bitmap_image.cc', | 262 'utility/cloud_print/bitmap_image.cc', |
| 261 'utility/cloud_print/bitmap_image.h', | 263 'utility/cloud_print/bitmap_image.h', |
| 262 'utility/cloud_print/pwg_encoder.cc', | 264 'utility/cloud_print/pwg_encoder.cc', |
| 263 'utility/cloud_print/pwg_encoder.h', | 265 'utility/cloud_print/pwg_encoder.h', |
| 264 'utility/extensions/unpacker.cc', | 266 'utility/extensions/unpacker.cc', |
| 265 'utility/extensions/unpacker.h', | 267 'utility/extensions/unpacker.h', |
| 266 'utility/importer/bookmark_html_reader.cc', | 268 'utility/importer/bookmark_html_reader.cc', |
| 267 'utility/importer/bookmark_html_reader.h', | 269 'utility/importer/bookmark_html_reader.h', |
| 268 'utility/importer/bookmarks_file_importer.cc', | 270 'utility/importer/bookmarks_file_importer.cc', |
| 269 'utility/importer/bookmarks_file_importer.h', | 271 'utility/importer/bookmarks_file_importer.h', |
| (...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1100 'sources': [ | 1102 'sources': [ |
| 1101 'service/cloud_print/print_system_dummy.cc', | 1103 'service/cloud_print/print_system_dummy.cc', |
| 1102 ], | 1104 ], |
| 1103 }], | 1105 }], |
| 1104 ], | 1106 ], |
| 1105 }, | 1107 }, |
| 1106 ], | 1108 ], |
| 1107 }], | 1109 }], |
| 1108 ], # 'conditions' | 1110 ], # 'conditions' |
| 1109 } | 1111 } |
| OLD | NEW |