| 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 '../third_party/libexif/libexif.gyp:libexif', | 353 '../third_party/libexif/libexif.gyp:libexif', |
| 354 ], | 354 ], |
| 355 'sources/': [ | 355 'sources/': [ |
| 356 ['exclude', '^utility/importer/'], | 356 ['exclude', '^utility/importer/'], |
| 357 ['exclude', '^utility/media_galleries/'], | 357 ['exclude', '^utility/media_galleries/'], |
| 358 ['exclude', '^utility/profile_import_handler\.cc'], | 358 ['exclude', '^utility/profile_import_handler\.cc'], |
| 359 ], | 359 ], |
| 360 }], | 360 }], |
| 361 ['enable_mdns == 1', { | 361 ['enable_mdns == 1', { |
| 362 'sources': [ | 362 'sources': [ |
| 363 'utility/local_discovery/service_discovery_client_impl.cc', | |
| 364 'utility/local_discovery/service_discovery_client_impl.h', | |
| 365 'utility/local_discovery/service_discovery_message_handler.cc', | 363 'utility/local_discovery/service_discovery_message_handler.cc', |
| 366 'utility/local_discovery/service_discovery_message_handler.h', | 364 'utility/local_discovery/service_discovery_message_handler.h', |
| 367 ] | 365 ] |
| 368 }], | 366 }], |
| 369 ], | 367 ], |
| 370 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 368 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 371 'msvs_disabled_warnings': [ 4267, ], | 369 'msvs_disabled_warnings': [ 4267, ], |
| 372 }, | 370 }, |
| 373 ], | 371 ], |
| 374 }], # OS!="ios" | 372 }], # OS!="ios" |
| (...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1081 'sources': [ | 1079 'sources': [ |
| 1082 'service/cloud_print/print_system_dummy.cc', | 1080 'service/cloud_print/print_system_dummy.cc', |
| 1083 ], | 1081 ], |
| 1084 }], | 1082 }], |
| 1085 ], | 1083 ], |
| 1086 }, | 1084 }, |
| 1087 ], | 1085 ], |
| 1088 }], | 1086 }], |
| 1089 ], # 'conditions' | 1087 ], # 'conditions' |
| 1090 } | 1088 } |
| OLD | NEW |