| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 'utility/profile_import_handler.cc', | 306 'utility/profile_import_handler.cc', |
| 307 'utility/profile_import_handler.h', | 307 'utility/profile_import_handler.h', |
| 308 'utility/utility_message_handler.h', | 308 'utility/utility_message_handler.h', |
| 309 'utility/web_resource_unpacker.cc', | 309 'utility/web_resource_unpacker.cc', |
| 310 'utility/web_resource_unpacker.h', | 310 'utility/web_resource_unpacker.h', |
| 311 ], | 311 ], |
| 312 'include_dirs': [ | 312 'include_dirs': [ |
| 313 '..', | 313 '..', |
| 314 '<(grit_out_dir)', | 314 '<(grit_out_dir)', |
| 315 ], | 315 ], |
| 316 'export_dependent_settings': [ |
| 317 'common/extensions/api/api.gyp:chrome_api', |
| 318 ], |
| 316 'conditions': [ | 319 'conditions': [ |
| 317 ['toolkit_uses_gtk == 1', { | 320 ['toolkit_uses_gtk == 1', { |
| 318 'dependencies': [ | 321 'dependencies': [ |
| 319 '../build/linux/system.gyp:gtk', | 322 '../build/linux/system.gyp:gtk', |
| 320 ], | 323 ], |
| 321 }], | 324 }], |
| 322 ['OS=="win" or OS=="mac"', { | 325 ['OS=="win" or OS=="mac"', { |
| 323 'sources': [ | 326 'sources': [ |
| 324 'utility/media_galleries/iapps_xml_utils.cc', | 327 'utility/media_galleries/iapps_xml_utils.cc', |
| 325 'utility/media_galleries/iapps_xml_utils.h', | 328 'utility/media_galleries/iapps_xml_utils.h', |
| (...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1115 'sources': [ | 1118 'sources': [ |
| 1116 'service/cloud_print/print_system_dummy.cc', | 1119 'service/cloud_print/print_system_dummy.cc', |
| 1117 ], | 1120 ], |
| 1118 }], | 1121 }], |
| 1119 ], | 1122 ], |
| 1120 }, | 1123 }, |
| 1121 ], | 1124 ], |
| 1122 }], | 1125 }], |
| 1123 ], # 'conditions' | 1126 ], # 'conditions' |
| 1124 } | 1127 } |
| OLD | NEW |