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 3470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3481 ] | 3481 ] |
3482 }], | 3482 }], |
3483 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { | 3483 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { |
3484 'sources!': [ | 3484 'sources!': [ |
3485 'browser/autofill/validation_rules_storage_factory.cc', | 3485 'browser/autofill/validation_rules_storage_factory.cc', |
3486 'browser/autofill/validation_rules_storage_factory.h', | 3486 'browser/autofill/validation_rules_storage_factory.h', |
3487 ], | 3487 ], |
3488 }], | 3488 }], |
3489 [ 'enable_wifi_bootstrapping==1', { | 3489 [ 'enable_wifi_bootstrapping==1', { |
3490 'sources': [ | 3490 'sources': [ |
| 3491 'browser/local_discovery/wifi/bootstrapping_device_lister.cc', |
| 3492 'browser/local_discovery/wifi/bootstrapping_device_lister.h', |
3491 'browser/local_discovery/wifi/wifi_manager.cc', | 3493 'browser/local_discovery/wifi/wifi_manager.cc', |
3492 'browser/local_discovery/wifi/wifi_manager.h', | 3494 'browser/local_discovery/wifi/wifi_manager.h', |
3493 ], | 3495 ], |
3494 'conditions' : [ | 3496 'conditions' : [ |
3495 [ 'OS=="win" or OS=="mac"', { | 3497 [ 'OS=="win" or OS=="mac"', { |
3496 'sources': [ | 3498 'sources': [ |
3497 'browser/local_discovery/wifi/wifi_manager_nonchromeos.cc', | 3499 'browser/local_discovery/wifi/wifi_manager_nonchromeos.cc', |
3498 'browser/local_discovery/wifi/wifi_manager_nonchromeos.h', | 3500 'browser/local_discovery/wifi/wifi_manager_nonchromeos.h', |
3499 ] | 3501 ] |
3500 }] | 3502 }] |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3732 'package_name': 'org/chromium/chrome/browser', | 3734 'package_name': 'org/chromium/chrome/browser', |
3733 'template_deps': ['browser/android/tab_load_status.h'], | 3735 'template_deps': ['browser/android/tab_load_status.h'], |
3734 }, | 3736 }, |
3735 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3737 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3736 }, | 3738 }, |
3737 ], | 3739 ], |
3738 }, | 3740 }, |
3739 ], | 3741 ], |
3740 ], | 3742 ], |
3741 } | 3743 } |
OLD | NEW |