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 3453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3464 'browser/local_discovery/privet_http_asynchronous_factory_impl.cc', | 3464 'browser/local_discovery/privet_http_asynchronous_factory_impl.cc', |
3465 'browser/local_discovery/privet_http_asynchronous_factory_impl.h', | 3465 'browser/local_discovery/privet_http_asynchronous_factory_impl.h', |
3466 ] | 3466 ] |
3467 }], | 3467 }], |
3468 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { | 3468 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { |
3469 'sources!': [ | 3469 'sources!': [ |
3470 'browser/autofill/validation_rules_storage_factory.cc', | 3470 'browser/autofill/validation_rules_storage_factory.cc', |
3471 'browser/autofill/validation_rules_storage_factory.h', | 3471 'browser/autofill/validation_rules_storage_factory.h', |
3472 ], | 3472 ], |
3473 }], | 3473 }], |
| 3474 [ 'OS=="mac" or OS=="win"', { |
| 3475 'sources': [ |
| 3476 'browser/local_discovery/wifi/wifi_client.cc', |
| 3477 'browser/local_discovery/wifi/wifi_client.h', |
| 3478 'browser/local_discovery/wifi/wifi_service_client.cc', |
| 3479 'browser/local_discovery/wifi/wifi_service_client.h', |
| 3480 ], |
| 3481 }], |
3474 ], | 3482 ], |
3475 }, | 3483 }, |
3476 { | 3484 { |
3477 # Protobuf compiler / generator for the fraudulent certificate reporting | 3485 # Protobuf compiler / generator for the fraudulent certificate reporting |
3478 # protocol buffer. | 3486 # protocol buffer. |
3479 'target_name': 'cert_logger_proto', | 3487 'target_name': 'cert_logger_proto', |
3480 'type': 'static_library', | 3488 'type': 'static_library', |
3481 'sources': [ 'browser/net/cert_logger.proto', ], | 3489 'sources': [ 'browser/net/cert_logger.proto', ], |
3482 'variables': { | 3490 'variables': { |
3483 'proto_in_dir': 'browser/net', | 3491 'proto_in_dir': 'browser/net', |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3719 'package_name': 'org/chromium/chrome/browser', | 3727 'package_name': 'org/chromium/chrome/browser', |
3720 'template_deps': ['browser/android/tab_load_status.h'], | 3728 'template_deps': ['browser/android/tab_load_status.h'], |
3721 }, | 3729 }, |
3722 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3730 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3723 }, | 3731 }, |
3724 ], | 3732 ], |
3725 }, | 3733 }, |
3726 ], | 3734 ], |
3727 ], | 3735 ], |
3728 } | 3736 } |
OLD | NEW |