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': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1027 'browser/local_discovery/pwg_raster_converter.cc', | 1027 'browser/local_discovery/pwg_raster_converter.cc', |
1028 'browser/local_discovery/pwg_raster_converter.h', | 1028 'browser/local_discovery/pwg_raster_converter.h', |
1029 'browser/local_discovery/service_discovery_client_mac.h', | 1029 'browser/local_discovery/service_discovery_client_mac.h', |
1030 'browser/local_discovery/service_discovery_client_mac.mm', | 1030 'browser/local_discovery/service_discovery_client_mac.mm', |
1031 'browser/local_discovery/service_discovery_client_mac_factory.h', | 1031 'browser/local_discovery/service_discovery_client_mac_factory.h', |
1032 'browser/local_discovery/service_discovery_client_mac_factory.mm', | 1032 'browser/local_discovery/service_discovery_client_mac_factory.mm', |
1033 'browser/local_discovery/service_discovery_device_lister.cc', | 1033 'browser/local_discovery/service_discovery_device_lister.cc', |
1034 'browser/local_discovery/service_discovery_device_lister.h', | 1034 'browser/local_discovery/service_discovery_device_lister.h', |
1035 'browser/local_discovery/service_discovery_shared_client.cc', | 1035 'browser/local_discovery/service_discovery_shared_client.cc', |
1036 'browser/local_discovery/service_discovery_shared_client.h', | 1036 'browser/local_discovery/service_discovery_shared_client.h', |
1037 'browser/local_discovery/storage/privet_filesystem_async_util.cc', | 1037 'browser/local_discovery/storage/path_util.cc', |
1038 'browser/local_discovery/storage/privet_filesystem_async_util.h', | 1038 'browser/local_discovery/storage/path_util.h', |
1039 'browser/local_discovery/storage/privet_filesystem_backend.cc', | |
1040 'browser/local_discovery/storage/privet_filesystem_backend.h', | |
1041 'browser/local_discovery/storage/privet_filesystem_constants.cc', | |
1042 'browser/local_discovery/storage/privet_filesystem_constants.h', | |
1043 'browser/local_discovery/storage/privet_volume_lister.cc', | 1039 'browser/local_discovery/storage/privet_volume_lister.cc', |
1044 'browser/local_discovery/storage/privet_volume_lister.h', | 1040 'browser/local_discovery/storage/privet_volume_lister.h', |
1045 'browser/mac/dock.h', | 1041 'browser/mac/dock.h', |
1046 'browser/mac/dock.mm', | 1042 'browser/mac/dock.mm', |
1047 'browser/mac/install_from_dmg.h', | 1043 'browser/mac/install_from_dmg.h', |
1048 'browser/mac/install_from_dmg.mm', | 1044 'browser/mac/install_from_dmg.mm', |
1049 'browser/mac/keychain_reauthorize.h', | 1045 'browser/mac/keychain_reauthorize.h', |
1050 'browser/mac/keychain_reauthorize.mm', | 1046 'browser/mac/keychain_reauthorize.mm', |
1051 'browser/mac/keystone_glue.h', | 1047 'browser/mac/keystone_glue.h', |
1052 'browser/mac/keystone_glue.mm', | 1048 'browser/mac/keystone_glue.mm', |
(...skipping 2451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3504 'browser/local_discovery/privet_notifications.cc', | 3500 'browser/local_discovery/privet_notifications.cc', |
3505 'browser/local_discovery/privet_notifications.h', | 3501 'browser/local_discovery/privet_notifications.h', |
3506 'browser/local_discovery/privet_notifications_factory.cc', | 3502 'browser/local_discovery/privet_notifications_factory.cc', |
3507 'browser/local_discovery/privet_notifications_factory.h', | 3503 'browser/local_discovery/privet_notifications_factory.h', |
3508 'browser/local_discovery/privet_traffic_detector.cc', | 3504 'browser/local_discovery/privet_traffic_detector.cc', |
3509 'browser/local_discovery/privet_traffic_detector.h', | 3505 'browser/local_discovery/privet_traffic_detector.h', |
3510 'browser/local_discovery/service_discovery_client_mdns.cc', | 3506 'browser/local_discovery/service_discovery_client_mdns.cc', |
3511 'browser/local_discovery/service_discovery_client_mdns.h', | 3507 'browser/local_discovery/service_discovery_client_mdns.h', |
3512 'browser/local_discovery/service_discovery_host_client.cc', | 3508 'browser/local_discovery/service_discovery_host_client.cc', |
3513 'browser/local_discovery/service_discovery_host_client.h', | 3509 'browser/local_discovery/service_discovery_host_client.h', |
| 3510 'browser/local_discovery/storage/privet_filesystem_async_util.cc', |
| 3511 'browser/local_discovery/storage/privet_filesystem_async_util.h', |
| 3512 'browser/local_discovery/storage/privet_filesystem_backend.cc', |
| 3513 'browser/local_discovery/storage/privet_filesystem_backend.h', |
| 3514 'browser/local_discovery/storage/privet_filesystem_constants.cc', |
| 3515 'browser/local_discovery/storage/privet_filesystem_constants.h', |
| 3516 'browser/local_discovery/storage/privet_filesystem_operations.cc', |
| 3517 'browser/local_discovery/storage/privet_filesystem_operations.h', |
3514 'browser/local_discovery/privet_local_printer_lister.h', | 3518 'browser/local_discovery/privet_local_printer_lister.h', |
3515 'browser/local_discovery/privet_local_printer_lister.cc' | 3519 'browser/local_discovery/privet_local_printer_lister.cc', |
3516 ] | 3520 ] |
3517 }], | 3521 }], |
3518 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { | 3522 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { |
3519 'sources!': [ | 3523 'sources!': [ |
3520 'browser/autofill/validation_rules_storage_factory.cc', | 3524 'browser/autofill/validation_rules_storage_factory.cc', |
3521 'browser/autofill/validation_rules_storage_factory.h', | 3525 'browser/autofill/validation_rules_storage_factory.h', |
3522 ], | 3526 ], |
3523 }], | 3527 }], |
3524 ], | 3528 ], |
3525 }, | 3529 }, |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3742 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3746 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3743 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3747 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3744 }, | 3748 }, |
3745 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3749 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3746 }, | 3750 }, |
3747 ], | 3751 ], |
3748 }, | 3752 }, |
3749 ], | 3753 ], |
3750 ], | 3754 ], |
3751 } | 3755 } |
OLD | NEW |