| 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 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1109 'browser/net/crl_set_fetcher.h', | 1109 'browser/net/crl_set_fetcher.h', |
| 1110 'browser/net/dns_probe_job.cc', | 1110 'browser/net/dns_probe_job.cc', |
| 1111 'browser/net/dns_probe_job.h', | 1111 'browser/net/dns_probe_job.h', |
| 1112 'browser/net/dns_probe_service.cc', | 1112 'browser/net/dns_probe_service.cc', |
| 1113 'browser/net/dns_probe_service.h', | 1113 'browser/net/dns_probe_service.h', |
| 1114 'browser/net/gaia/gaia_oauth_consumer.h', | 1114 'browser/net/gaia/gaia_oauth_consumer.h', |
| 1115 'browser/net/gaia/gaia_oauth_fetcher.cc', | 1115 'browser/net/gaia/gaia_oauth_fetcher.cc', |
| 1116 'browser/net/gaia/gaia_oauth_fetcher.h', | 1116 'browser/net/gaia/gaia_oauth_fetcher.h', |
| 1117 'browser/net/load_timing_observer.cc', | 1117 'browser/net/load_timing_observer.cc', |
| 1118 'browser/net/load_timing_observer.h', | 1118 'browser/net/load_timing_observer.h', |
| 1119 'browser/net/http_intercept_job_factory.cc', | |
| 1120 'browser/net/http_intercept_job_factory.h', | |
| 1121 'browser/net/http_pipelining_compatibility_client.cc', | 1119 'browser/net/http_pipelining_compatibility_client.cc', |
| 1122 'browser/net/http_pipelining_compatibility_client.h', | 1120 'browser/net/http_pipelining_compatibility_client.h', |
| 1123 'browser/net/http_server_properties_manager.h', | 1121 'browser/net/http_server_properties_manager.h', |
| 1124 'browser/net/http_server_properties_manager.cc', | 1122 'browser/net/http_server_properties_manager.cc', |
| 1125 'browser/net/load_time_stats.cc', | 1123 'browser/net/load_time_stats.cc', |
| 1126 'browser/net/load_time_stats.h', | 1124 'browser/net/load_time_stats.h', |
| 1127 'browser/net/net_error_tab_helper.cc', | 1125 'browser/net/net_error_tab_helper.cc', |
| 1128 'browser/net/net_error_tab_helper.h', | 1126 'browser/net/net_error_tab_helper.h', |
| 1129 'browser/net/net_log_logger.cc', | 1127 'browser/net/net_log_logger.cc', |
| 1130 'browser/net/net_log_logger.h', | 1128 'browser/net/net_log_logger.h', |
| (...skipping 2018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3149 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3147 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 3150 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3148 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 3151 }, | 3149 }, |
| 3152 'includes': ['../build/protoc.gypi'], | 3150 'includes': ['../build/protoc.gypi'], |
| 3153 }, | 3151 }, |
| 3154 ], | 3152 ], |
| 3155 }, | 3153 }, |
| 3156 ], | 3154 ], |
| 3157 ], | 3155 ], |
| 3158 } | 3156 } |
| OLD | NEW |