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 3457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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', { | 3474 [ 'enable_wifi_bootstrapping==1', { |
3475 'sources': [ | 3475 'sources': [ |
3476 'browser/local_discovery/wifi/wifi_manager.cc', | 3476 'browser/local_discovery/wifi/wifi_manager.cc', |
3477 'browser/local_discovery/wifi/wifi_manager.h', | 3477 'browser/local_discovery/wifi/wifi_manager.h', |
3478 'browser/local_discovery/wifi/bootstrapping_device_lister.cc', | |
3479 'browser/local_discovery/wifi/bootstrapping_device_lister.h', | |
Vitaly Buka (NO REVIEWS)
2014/05/22 05:51:36
order
Noam Samuel
2014/05/22 18:43:59
Done.
| |
3478 ], | 3480 ], |
3479 'conditions' : [ | 3481 'conditions' : [ |
3480 [ 'OS=="win" or OS=="mac"', { | 3482 [ 'OS=="win" or OS=="mac"', { |
3481 'sources': [ | 3483 'sources': [ |
3482 'browser/local_discovery/wifi/wifi_manager_nonchromeos.cc', | 3484 'browser/local_discovery/wifi/wifi_manager_nonchromeos.cc', |
3483 'browser/local_discovery/wifi/wifi_manager_nonchromeos.h', | 3485 'browser/local_discovery/wifi/wifi_manager_nonchromeos.h', |
3484 ] | 3486 ] |
3485 }] | 3487 }] |
3486 ] | 3488 ] |
3487 }], | 3489 }], |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3733 'package_name': 'org/chromium/chrome/browser', | 3735 'package_name': 'org/chromium/chrome/browser', |
3734 'template_deps': ['browser/android/tab_load_status.h'], | 3736 'template_deps': ['browser/android/tab_load_status.h'], |
3735 }, | 3737 }, |
3736 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3738 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3737 }, | 3739 }, |
3738 ], | 3740 ], |
3739 }, | 3741 }, |
3740 ], | 3742 ], |
3741 ], | 3743 ], |
3742 } | 3744 } |
OLD | NEW |