OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'none', | 9 'type': 'none', |
10 'dependencies': [ 'browser_real', ], | 10 'dependencies': [ 'browser_real', ], |
(...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1028 'browser/local_discovery/privet_confirm_api_flow.h', | 1028 'browser/local_discovery/privet_confirm_api_flow.h', |
1029 'browser/local_discovery/privet_constants.cc', | 1029 'browser/local_discovery/privet_constants.cc', |
1030 'browser/local_discovery/privet_constants.h', | 1030 'browser/local_discovery/privet_constants.h', |
1031 'browser/local_discovery/privet_device_lister.cc', | 1031 'browser/local_discovery/privet_device_lister.cc', |
1032 'browser/local_discovery/privet_device_lister.h', | 1032 'browser/local_discovery/privet_device_lister.h', |
1033 'browser/local_discovery/privet_device_lister_impl.cc', | 1033 'browser/local_discovery/privet_device_lister_impl.cc', |
1034 'browser/local_discovery/privet_device_lister_impl.h', | 1034 'browser/local_discovery/privet_device_lister_impl.h', |
1035 'browser/local_discovery/privet_device_resolver.cc', | 1035 'browser/local_discovery/privet_device_resolver.cc', |
1036 'browser/local_discovery/privet_device_resolver.h', | 1036 'browser/local_discovery/privet_device_resolver.h', |
1037 'browser/local_discovery/privet_http.h', | 1037 'browser/local_discovery/privet_http.h', |
| 1038 'browser/local_discovery/privet_http_asynchronous_factory_mac.cc', |
| 1039 'browser/local_discovery/privet_http_asynchronous_factory_mac.h', |
1038 'browser/local_discovery/privet_http_impl.cc', | 1040 'browser/local_discovery/privet_http_impl.cc', |
1039 'browser/local_discovery/privet_http_impl.h', | 1041 'browser/local_discovery/privet_http_impl.h', |
1040 'browser/local_discovery/privet_local_printer_lister.h', | 1042 'browser/local_discovery/privet_local_printer_lister.h', |
1041 'browser/local_discovery/privet_local_printer_lister.cc', | 1043 'browser/local_discovery/privet_local_printer_lister.cc', |
1042 'browser/local_discovery/privet_url_fetcher.cc', | 1044 'browser/local_discovery/privet_url_fetcher.cc', |
1043 'browser/local_discovery/privet_url_fetcher.h', | 1045 'browser/local_discovery/privet_url_fetcher.h', |
1044 'browser/local_discovery/pwg_raster_converter.cc', | 1046 'browser/local_discovery/pwg_raster_converter.cc', |
1045 'browser/local_discovery/pwg_raster_converter.h', | 1047 'browser/local_discovery/pwg_raster_converter.h', |
1046 'browser/local_discovery/service_discovery_client_mac.h', | 1048 'browser/local_discovery/service_discovery_client_mac.h', |
1047 'browser/local_discovery/service_discovery_client_mac.mm', | 1049 'browser/local_discovery/service_discovery_client_mac.mm', |
(...skipping 2496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3544 ['enable_webrtc==0', { | 3546 ['enable_webrtc==0', { |
3545 'sources!': [ | 3547 'sources!': [ |
3546 'browser/media/webrtc_log_upload_list.cc', | 3548 'browser/media/webrtc_log_upload_list.cc', |
3547 'browser/media/webrtc_log_upload_list.h', | 3549 'browser/media/webrtc_log_upload_list.h', |
3548 'browser/media/webrtc_log_uploader.cc', | 3550 'browser/media/webrtc_log_uploader.cc', |
3549 'browser/media/webrtc_log_uploader.h', | 3551 'browser/media/webrtc_log_uploader.h', |
3550 'browser/media/webrtc_logging_handler_host.cc', | 3552 'browser/media/webrtc_logging_handler_host.cc', |
3551 'browser/media/webrtc_logging_handler_host.h', | 3553 'browser/media/webrtc_logging_handler_host.h', |
3552 ] | 3554 ] |
3553 }], | 3555 }], |
3554 ['enable_mdns==1', { | 3556 ['enable_service_discovery==1', { |
3555 'sources' : [ | 3557 'sources' : [ |
3556 'browser/local_discovery/privet_http_asynchronous_factory.cc', | 3558 'browser/local_discovery/privet_http_asynchronous_factory.cc', |
3557 'browser/local_discovery/privet_http_asynchronous_factory.h', | 3559 'browser/local_discovery/privet_http_asynchronous_factory.h', |
3558 'browser/local_discovery/privet_notifications.cc', | 3560 'browser/local_discovery/privet_notifications.cc', |
3559 'browser/local_discovery/privet_notifications.h', | 3561 'browser/local_discovery/privet_notifications.h', |
3560 'browser/local_discovery/privet_notifications_factory.cc', | 3562 'browser/local_discovery/privet_notifications_factory.cc', |
3561 'browser/local_discovery/privet_notifications_factory.h', | 3563 'browser/local_discovery/privet_notifications_factory.h', |
3562 'browser/local_discovery/privet_traffic_detector.cc', | |
3563 'browser/local_discovery/privet_traffic_detector.h', | |
3564 'browser/local_discovery/service_discovery_client_mdns.cc', | |
3565 'browser/local_discovery/service_discovery_client_mdns.h', | |
3566 'browser/local_discovery/service_discovery_host_client.cc', | |
3567 'browser/local_discovery/service_discovery_host_client.h', | |
3568 'browser/local_discovery/storage/privet_filesystem_async_util.cc', | 3564 'browser/local_discovery/storage/privet_filesystem_async_util.cc', |
3569 'browser/local_discovery/storage/privet_filesystem_async_util.h', | 3565 'browser/local_discovery/storage/privet_filesystem_async_util.h', |
3570 'browser/local_discovery/storage/privet_filesystem_attribute_cache.c
c', | 3566 'browser/local_discovery/storage/privet_filesystem_attribute_cache.c
c', |
3571 'browser/local_discovery/storage/privet_filesystem_attribute_cache.h
', | 3567 'browser/local_discovery/storage/privet_filesystem_attribute_cache.h
', |
3572 'browser/local_discovery/storage/privet_filesystem_backend.cc', | 3568 'browser/local_discovery/storage/privet_filesystem_backend.cc', |
3573 'browser/local_discovery/storage/privet_filesystem_backend.h', | 3569 'browser/local_discovery/storage/privet_filesystem_backend.h', |
3574 'browser/local_discovery/storage/privet_filesystem_constants.cc', | 3570 'browser/local_discovery/storage/privet_filesystem_constants.cc', |
3575 'browser/local_discovery/storage/privet_filesystem_constants.h', | 3571 'browser/local_discovery/storage/privet_filesystem_constants.h', |
3576 'browser/local_discovery/storage/privet_filesystem_operations.cc', | 3572 'browser/local_discovery/storage/privet_filesystem_operations.cc', |
3577 'browser/local_discovery/storage/privet_filesystem_operations.h', | 3573 'browser/local_discovery/storage/privet_filesystem_operations.h', |
3578 'browser/local_discovery/privet_local_printer_lister.h', | 3574 'browser/local_discovery/privet_local_printer_lister.h', |
3579 'browser/local_discovery/privet_local_printer_lister.cc', | 3575 'browser/local_discovery/privet_local_printer_lister.cc', |
| 3576 ] |
| 3577 }], |
| 3578 ['enable_mdns==1', { |
| 3579 'sources' : [ |
| 3580 'browser/local_discovery/privet_traffic_detector.cc', |
| 3581 'browser/local_discovery/privet_traffic_detector.h', |
| 3582 'browser/local_discovery/service_discovery_client_mdns.cc', |
| 3583 'browser/local_discovery/service_discovery_client_mdns.h', |
| 3584 'browser/local_discovery/service_discovery_host_client.cc', |
| 3585 'browser/local_discovery/service_discovery_host_client.h', |
| 3586 'browser/local_discovery/privet_http_asynchronous_factory_impl.cc', |
| 3587 'browser/local_discovery/privet_http_asynchronous_factory_impl.h', |
3580 ] | 3588 ] |
3581 }], | 3589 }], |
3582 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { | 3590 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { |
3583 'sources!': [ | 3591 'sources!': [ |
3584 'browser/autofill/validation_rules_storage_factory.cc', | 3592 'browser/autofill/validation_rules_storage_factory.cc', |
3585 'browser/autofill/validation_rules_storage_factory.h', | 3593 'browser/autofill/validation_rules_storage_factory.h', |
3586 ], | 3594 ], |
3587 }], | 3595 }], |
3588 ], | 3596 ], |
3589 }, | 3597 }, |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3831 'package_name': 'org/chromium/chrome/browser', | 3839 'package_name': 'org/chromium/chrome/browser', |
3832 'template_deps': ['browser/android/tab_load_status.h'], | 3840 'template_deps': ['browser/android/tab_load_status.h'], |
3833 }, | 3841 }, |
3834 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3842 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3835 }, | 3843 }, |
3836 ], | 3844 ], |
3837 }, | 3845 }, |
3838 ], | 3846 ], |
3839 ], | 3847 ], |
3840 } | 3848 } |
OLD | NEW |