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 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1116 'browser/net/http_pipelining_compatibility_client.cc', | 1116 'browser/net/http_pipelining_compatibility_client.cc', |
1117 'browser/net/http_pipelining_compatibility_client.h', | 1117 'browser/net/http_pipelining_compatibility_client.h', |
1118 'browser/net/http_server_properties_manager.h', | 1118 'browser/net/http_server_properties_manager.h', |
1119 'browser/net/http_server_properties_manager.cc', | 1119 'browser/net/http_server_properties_manager.cc', |
1120 'browser/net/load_time_stats.cc', | 1120 'browser/net/load_time_stats.cc', |
1121 'browser/net/load_time_stats.h', | 1121 'browser/net/load_time_stats.h', |
1122 'browser/net/net_error_tab_helper.cc', | 1122 'browser/net/net_error_tab_helper.cc', |
1123 'browser/net/net_error_tab_helper.h', | 1123 'browser/net/net_error_tab_helper.h', |
1124 'browser/net/net_log_logger.cc', | 1124 'browser/net/net_log_logger.cc', |
1125 'browser/net/net_log_logger.h', | 1125 'browser/net/net_log_logger.h', |
| 1126 'browser/net/net_log_temp_file.cc', |
| 1127 'browser/net/net_log_temp_file.h', |
1126 'browser/net/net_pref_observer.cc', | 1128 'browser/net/net_pref_observer.cc', |
1127 'browser/net/net_pref_observer.h', | 1129 'browser/net/net_pref_observer.h', |
1128 'browser/net/network_stats.cc', | 1130 'browser/net/network_stats.cc', |
1129 'browser/net/network_stats.h', | 1131 'browser/net/network_stats.h', |
1130 'browser/net/preconnect.cc', | 1132 'browser/net/preconnect.cc', |
1131 'browser/net/preconnect.h', | 1133 'browser/net/preconnect.h', |
1132 'browser/net/predictor.cc', | 1134 'browser/net/predictor.cc', |
1133 'browser/net/predictor.h', | 1135 'browser/net/predictor.h', |
1134 'browser/net/pref_proxy_config_tracker.h', | 1136 'browser/net/pref_proxy_config_tracker.h', |
1135 'browser/net/pref_proxy_config_tracker_impl.cc', | 1137 'browser/net/pref_proxy_config_tracker_impl.cc', |
(...skipping 2016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3152 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3154 'proto_in_dir': '../third_party/cros_system_api/dbus', |
3153 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3155 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
3154 }, | 3156 }, |
3155 'includes': ['../build/protoc.gypi'], | 3157 'includes': ['../build/protoc.gypi'], |
3156 }, | 3158 }, |
3157 ], | 3159 ], |
3158 }, | 3160 }, |
3159 ], | 3161 ], |
3160 ], | 3162 ], |
3161 } | 3163 } |
OLD | NEW |