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', |
363 'utility/local_discovery/service_discovery_message_handler.cc', | 365 'utility/local_discovery/service_discovery_message_handler.cc', |
364 'utility/local_discovery/service_discovery_message_handler.h', | 366 'utility/local_discovery/service_discovery_message_handler.h', |
365 ] | 367 ] |
366 }], | 368 }], |
367 ], | 369 ], |
368 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 370 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
369 'msvs_disabled_warnings': [ 4267, ], | 371 'msvs_disabled_warnings': [ 4267, ], |
370 }, | 372 }, |
371 ], | 373 ], |
372 }], # OS!="ios" | 374 }], # OS!="ios" |
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1079 'sources': [ | 1081 'sources': [ |
1080 'service/cloud_print/print_system_dummy.cc', | 1082 'service/cloud_print/print_system_dummy.cc', |
1081 ], | 1083 ], |
1082 }], | 1084 }], |
1083 ], | 1085 ], |
1084 }, | 1086 }, |
1085 ], | 1087 ], |
1086 }], | 1088 }], |
1087 ], # 'conditions' | 1089 ], # 'conditions' |
1088 } | 1090 } |
OLD | NEW |