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