| 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 [ 'enable_wifi_bootstrapping==1', { |
| 3475 'sources': [ |
| 3476 'browser/local_discovery/wifi/wifi_manager.cc', |
| 3477 'browser/local_discovery/wifi/wifi_manager.h', |
| 3478 ], |
| 3479 'conditions' : [ |
| 3480 [ 'OS=="win" or OS=="mac"', { |
| 3481 'sources': [ |
| 3482 'browser/local_discovery/wifi/wifi_manager_nonchromeos.cc', |
| 3483 'browser/local_discovery/wifi/wifi_manager_nonchromeos.h', |
| 3484 ] |
| 3485 }] |
| 3486 ] |
| 3487 }], |
| 3474 ], | 3488 ], |
| 3475 }, | 3489 }, |
| 3476 { | 3490 { |
| 3477 # Protobuf compiler / generator for the fraudulent certificate reporting | 3491 # Protobuf compiler / generator for the fraudulent certificate reporting |
| 3478 # protocol buffer. | 3492 # protocol buffer. |
| 3479 'target_name': 'cert_logger_proto', | 3493 'target_name': 'cert_logger_proto', |
| 3480 'type': 'static_library', | 3494 'type': 'static_library', |
| 3481 'sources': [ 'browser/net/cert_logger.proto', ], | 3495 'sources': [ 'browser/net/cert_logger.proto', ], |
| 3482 'variables': { | 3496 'variables': { |
| 3483 'proto_in_dir': 'browser/net', | 3497 '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', | 3733 'package_name': 'org/chromium/chrome/browser', |
| 3720 'template_deps': ['browser/android/tab_load_status.h'], | 3734 'template_deps': ['browser/android/tab_load_status.h'], |
| 3721 }, | 3735 }, |
| 3722 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3736 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3723 }, | 3737 }, |
| 3724 ], | 3738 ], |
| 3725 }, | 3739 }, |
| 3726 ], | 3740 ], |
| 3727 ], | 3741 ], |
| 3728 } | 3742 } |
| OLD | NEW |