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 963 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
974 'browser/local_discovery/privet_confirm_api_flow.cc', | 974 'browser/local_discovery/privet_confirm_api_flow.cc', |
975 'browser/local_discovery/privet_confirm_api_flow.h', | 975 'browser/local_discovery/privet_confirm_api_flow.h', |
976 'browser/local_discovery/privet_constants.cc', | 976 'browser/local_discovery/privet_constants.cc', |
977 'browser/local_discovery/privet_constants.h', | 977 'browser/local_discovery/privet_constants.h', |
978 'browser/local_discovery/privet_device_lister.cc', | 978 'browser/local_discovery/privet_device_lister.cc', |
979 'browser/local_discovery/privet_device_lister.h', | 979 'browser/local_discovery/privet_device_lister.h', |
980 'browser/local_discovery/privet_device_lister_impl.cc', | 980 'browser/local_discovery/privet_device_lister_impl.cc', |
981 'browser/local_discovery/privet_device_lister_impl.h', | 981 'browser/local_discovery/privet_device_lister_impl.h', |
982 'browser/local_discovery/privet_device_resolver.cc', | 982 'browser/local_discovery/privet_device_resolver.cc', |
983 'browser/local_discovery/privet_device_resolver.h', | 983 'browser/local_discovery/privet_device_resolver.h', |
| 984 'browser/local_discovery/privet_http.cc', |
984 'browser/local_discovery/privet_http.h', | 985 'browser/local_discovery/privet_http.h', |
985 'browser/local_discovery/privet_http_asynchronous_factory_mac.cc', | 986 'browser/local_discovery/privet_http_asynchronous_factory_mac.cc', |
986 'browser/local_discovery/privet_http_asynchronous_factory_mac.h', | 987 'browser/local_discovery/privet_http_asynchronous_factory_mac.h', |
987 'browser/local_discovery/privet_http_impl.cc', | 988 'browser/local_discovery/privet_http_impl.cc', |
988 'browser/local_discovery/privet_http_impl.h', | 989 'browser/local_discovery/privet_http_impl.h', |
989 'browser/local_discovery/privet_local_printer_lister.h', | 990 'browser/local_discovery/privet_local_printer_lister.h', |
990 'browser/local_discovery/privet_local_printer_lister.cc', | 991 'browser/local_discovery/privet_local_printer_lister.cc', |
991 'browser/local_discovery/privet_url_fetcher.cc', | 992 'browser/local_discovery/privet_url_fetcher.cc', |
992 'browser/local_discovery/privet_url_fetcher.h', | 993 'browser/local_discovery/privet_url_fetcher.h', |
993 'browser/local_discovery/privetv3_crypto_provider.cc', | 994 'browser/local_discovery/privetv3_crypto_provider.cc', |
(...skipping 2784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3778 'package_name': 'org/chromium/chrome/browser', | 3779 'package_name': 'org/chromium/chrome/browser', |
3779 'template_deps': ['browser/android/tab_load_status.h'], | 3780 'template_deps': ['browser/android/tab_load_status.h'], |
3780 }, | 3781 }, |
3781 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3782 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3782 }, | 3783 }, |
3783 ], | 3784 ], |
3784 }, | 3785 }, |
3785 ], | 3786 ], |
3786 ], | 3787 ], |
3787 } | 3788 } |
OLD | NEW |