| 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 3438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3449 'browser/local_discovery/storage/privet_filesystem_operations.cc', | 3449 'browser/local_discovery/storage/privet_filesystem_operations.cc', |
| 3450 'browser/local_discovery/storage/privet_filesystem_operations.h', | 3450 'browser/local_discovery/storage/privet_filesystem_operations.h', |
| 3451 'browser/local_discovery/privet_local_printer_lister.h', | 3451 'browser/local_discovery/privet_local_printer_lister.h', |
| 3452 'browser/local_discovery/privet_local_printer_lister.cc', | 3452 'browser/local_discovery/privet_local_printer_lister.cc', |
| 3453 ] | 3453 ] |
| 3454 }], | 3454 }], |
| 3455 ['enable_mdns==1', { | 3455 ['enable_mdns==1', { |
| 3456 'sources' : [ | 3456 'sources' : [ |
| 3457 'browser/local_discovery/privet_traffic_detector.cc', | 3457 'browser/local_discovery/privet_traffic_detector.cc', |
| 3458 'browser/local_discovery/privet_traffic_detector.h', | 3458 'browser/local_discovery/privet_traffic_detector.h', |
| 3459 'browser/local_discovery/service_discovery_client_mdns.cc', | 3459 'browser/local_discovery/service_discovery_client_utility.cc', |
| 3460 'browser/local_discovery/service_discovery_client_mdns.h', | 3460 'browser/local_discovery/service_discovery_client_utility.h', |
| 3461 'browser/local_discovery/service_discovery_host_client.cc', | 3461 'browser/local_discovery/service_discovery_host_client.cc', |
| 3462 'browser/local_discovery/service_discovery_host_client.h', | 3462 'browser/local_discovery/service_discovery_host_client.h', |
| 3463 'browser/local_discovery/privet_http_asynchronous_factory_impl.cc', | 3463 'browser/local_discovery/privet_http_asynchronous_factory_impl.cc', |
| 3464 'browser/local_discovery/privet_http_asynchronous_factory_impl.h', | 3464 'browser/local_discovery/privet_http_asynchronous_factory_impl.h', |
| 3465 ] | 3465 ] |
| 3466 }], | 3466 }], |
| 3467 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { | 3467 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { |
| 3468 'sources!': [ | 3468 'sources!': [ |
| 3469 'browser/autofill/validation_rules_storage_factory.cc', | 3469 'browser/autofill/validation_rules_storage_factory.cc', |
| 3470 'browser/autofill/validation_rules_storage_factory.h', | 3470 'browser/autofill/validation_rules_storage_factory.h', |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3718 'package_name': 'org/chromium/chrome/browser', | 3718 'package_name': 'org/chromium/chrome/browser', |
| 3719 'template_deps': ['browser/android/tab_load_status.h'], | 3719 'template_deps': ['browser/android/tab_load_status.h'], |
| 3720 }, | 3720 }, |
| 3721 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3721 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3722 }, | 3722 }, |
| 3723 ], | 3723 ], |
| 3724 }, | 3724 }, |
| 3725 ], | 3725 ], |
| 3726 ], | 3726 ], |
| 3727 } | 3727 } |
| OLD | NEW |