Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 195983023: Enable devices page UI on MacOSX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_dcheck
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 'browser/local_discovery/privet_confirm_api_flow.h', 1030 'browser/local_discovery/privet_confirm_api_flow.h',
1031 'browser/local_discovery/privet_constants.cc', 1031 'browser/local_discovery/privet_constants.cc',
1032 'browser/local_discovery/privet_constants.h', 1032 'browser/local_discovery/privet_constants.h',
1033 'browser/local_discovery/privet_device_lister.cc', 1033 'browser/local_discovery/privet_device_lister.cc',
1034 'browser/local_discovery/privet_device_lister.h', 1034 'browser/local_discovery/privet_device_lister.h',
1035 'browser/local_discovery/privet_device_lister_impl.cc', 1035 'browser/local_discovery/privet_device_lister_impl.cc',
1036 'browser/local_discovery/privet_device_lister_impl.h', 1036 'browser/local_discovery/privet_device_lister_impl.h',
1037 'browser/local_discovery/privet_device_resolver.cc', 1037 'browser/local_discovery/privet_device_resolver.cc',
1038 'browser/local_discovery/privet_device_resolver.h', 1038 'browser/local_discovery/privet_device_resolver.h',
1039 'browser/local_discovery/privet_http.h', 1039 'browser/local_discovery/privet_http.h',
1040 'browser/local_discovery/privet_http_asynchronous_factory_mac.cc',
1041 'browser/local_discovery/privet_http_asynchronous_factory_mac.h',
1040 'browser/local_discovery/privet_http_impl.cc', 1042 'browser/local_discovery/privet_http_impl.cc',
1041 'browser/local_discovery/privet_http_impl.h', 1043 'browser/local_discovery/privet_http_impl.h',
1042 'browser/local_discovery/privet_local_printer_lister.h', 1044 'browser/local_discovery/privet_local_printer_lister.h',
1043 'browser/local_discovery/privet_local_printer_lister.cc', 1045 'browser/local_discovery/privet_local_printer_lister.cc',
1044 'browser/local_discovery/privet_url_fetcher.cc', 1046 'browser/local_discovery/privet_url_fetcher.cc',
1045 'browser/local_discovery/privet_url_fetcher.h', 1047 'browser/local_discovery/privet_url_fetcher.h',
1046 'browser/local_discovery/pwg_raster_converter.cc', 1048 'browser/local_discovery/pwg_raster_converter.cc',
1047 'browser/local_discovery/pwg_raster_converter.h', 1049 'browser/local_discovery/pwg_raster_converter.h',
1048 'browser/local_discovery/service_discovery_client_mac.h', 1050 'browser/local_discovery/service_discovery_client_mac.h',
1049 'browser/local_discovery/service_discovery_client_mac.mm', 1051 'browser/local_discovery/service_discovery_client_mac.mm',
(...skipping 2516 matching lines...) Expand 10 before | Expand all | Expand 10 after
3566 ['enable_webrtc==0', { 3568 ['enable_webrtc==0', {
3567 'sources!': [ 3569 'sources!': [
3568 'browser/media/webrtc_log_upload_list.cc', 3570 'browser/media/webrtc_log_upload_list.cc',
3569 'browser/media/webrtc_log_upload_list.h', 3571 'browser/media/webrtc_log_upload_list.h',
3570 'browser/media/webrtc_log_uploader.cc', 3572 'browser/media/webrtc_log_uploader.cc',
3571 'browser/media/webrtc_log_uploader.h', 3573 'browser/media/webrtc_log_uploader.h',
3572 'browser/media/webrtc_logging_handler_host.cc', 3574 'browser/media/webrtc_logging_handler_host.cc',
3573 'browser/media/webrtc_logging_handler_host.h', 3575 'browser/media/webrtc_logging_handler_host.h',
3574 ] 3576 ]
3575 }], 3577 }],
3576 ['enable_mdns==1', { 3578 ['enable_service_discovery==1', {
3577 'sources' : [ 3579 'sources' : [
3578 'browser/local_discovery/privet_http_asynchronous_factory.cc', 3580 'browser/local_discovery/privet_http_asynchronous_factory.cc',
3579 'browser/local_discovery/privet_http_asynchronous_factory.h', 3581 'browser/local_discovery/privet_http_asynchronous_factory.h',
3580 'browser/local_discovery/privet_notifications.cc', 3582 'browser/local_discovery/privet_notifications.cc',
3581 'browser/local_discovery/privet_notifications.h', 3583 'browser/local_discovery/privet_notifications.h',
3582 'browser/local_discovery/privet_notifications_factory.cc', 3584 'browser/local_discovery/privet_notifications_factory.cc',
3583 'browser/local_discovery/privet_notifications_factory.h', 3585 'browser/local_discovery/privet_notifications_factory.h',
3584 'browser/local_discovery/privet_traffic_detector.cc',
3585 'browser/local_discovery/privet_traffic_detector.h',
3586 'browser/local_discovery/service_discovery_client_mdns.cc',
3587 'browser/local_discovery/service_discovery_client_mdns.h',
3588 'browser/local_discovery/service_discovery_host_client.cc',
3589 'browser/local_discovery/service_discovery_host_client.h',
3590 'browser/local_discovery/storage/privet_filesystem_async_util.cc', 3586 'browser/local_discovery/storage/privet_filesystem_async_util.cc',
3591 'browser/local_discovery/storage/privet_filesystem_async_util.h', 3587 'browser/local_discovery/storage/privet_filesystem_async_util.h',
3592 'browser/local_discovery/storage/privet_filesystem_attribute_cache.c c', 3588 'browser/local_discovery/storage/privet_filesystem_attribute_cache.c c',
3593 'browser/local_discovery/storage/privet_filesystem_attribute_cache.h ', 3589 'browser/local_discovery/storage/privet_filesystem_attribute_cache.h ',
3594 'browser/local_discovery/storage/privet_filesystem_backend.cc', 3590 'browser/local_discovery/storage/privet_filesystem_backend.cc',
3595 'browser/local_discovery/storage/privet_filesystem_backend.h', 3591 'browser/local_discovery/storage/privet_filesystem_backend.h',
3596 'browser/local_discovery/storage/privet_filesystem_constants.cc', 3592 'browser/local_discovery/storage/privet_filesystem_constants.cc',
3597 'browser/local_discovery/storage/privet_filesystem_constants.h', 3593 'browser/local_discovery/storage/privet_filesystem_constants.h',
3598 'browser/local_discovery/storage/privet_filesystem_operations.cc', 3594 'browser/local_discovery/storage/privet_filesystem_operations.cc',
3599 'browser/local_discovery/storage/privet_filesystem_operations.h', 3595 'browser/local_discovery/storage/privet_filesystem_operations.h',
3600 'browser/local_discovery/privet_local_printer_lister.h', 3596 'browser/local_discovery/privet_local_printer_lister.h',
3601 'browser/local_discovery/privet_local_printer_lister.cc', 3597 'browser/local_discovery/privet_local_printer_lister.cc',
3598 ]
3599 }],
3600 ['enable_mdns==1', {
3601 'sources' : [
3602 'browser/local_discovery/privet_traffic_detector.cc',
3603 'browser/local_discovery/privet_traffic_detector.h',
3604 'browser/local_discovery/service_discovery_client_mdns.cc',
3605 'browser/local_discovery/service_discovery_client_mdns.h',
3606 'browser/local_discovery/service_discovery_host_client.cc',
3607 'browser/local_discovery/service_discovery_host_client.h',
3608 'browser/local_discovery/privet_http_asynchronous_factory_impl.cc',
3609 'browser/local_discovery/privet_http_asynchronous_factory_impl.h',
3602 ] 3610 ]
3603 }], 3611 }],
3604 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { 3612 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', {
3605 'sources!': [ 3613 'sources!': [
3606 'browser/autofill/validation_rules_storage_factory.cc', 3614 'browser/autofill/validation_rules_storage_factory.cc',
3607 'browser/autofill/validation_rules_storage_factory.h', 3615 'browser/autofill/validation_rules_storage_factory.h',
3608 ], 3616 ],
3609 }], 3617 }],
3610 ], 3618 ],
3611 }, 3619 },
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
3855 'package_name': 'org/chromium/chrome/browser', 3863 'package_name': 'org/chromium/chrome/browser',
3856 'template_deps': ['browser/android/tab_load_status.h'], 3864 'template_deps': ['browser/android/tab_load_status.h'],
3857 }, 3865 },
3858 'includes': [ '../build/android/java_cpp_template.gypi' ], 3866 'includes': [ '../build/android/java_cpp_template.gypi' ],
3859 }, 3867 },
3860 ], 3868 ],
3861 }, 3869 },
3862 ], 3870 ],
3863 ], 3871 ],
3864 } 3872 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/print_preview/print_preview_handler.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698