| 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 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1095 'browser/net/crl_set_fetcher.h', | 1095 'browser/net/crl_set_fetcher.h', |
| 1096 'browser/net/dns_probe_job.cc', | 1096 'browser/net/dns_probe_job.cc', |
| 1097 'browser/net/dns_probe_job.h', | 1097 'browser/net/dns_probe_job.h', |
| 1098 'browser/net/dns_probe_service.cc', | 1098 'browser/net/dns_probe_service.cc', |
| 1099 'browser/net/dns_probe_service.h', | 1099 'browser/net/dns_probe_service.h', |
| 1100 'browser/net/gaia/gaia_oauth_consumer.h', | 1100 'browser/net/gaia/gaia_oauth_consumer.h', |
| 1101 'browser/net/gaia/gaia_oauth_fetcher.cc', | 1101 'browser/net/gaia/gaia_oauth_fetcher.cc', |
| 1102 'browser/net/gaia/gaia_oauth_fetcher.h', | 1102 'browser/net/gaia/gaia_oauth_fetcher.h', |
| 1103 'browser/net/load_timing_observer.cc', | 1103 'browser/net/load_timing_observer.cc', |
| 1104 'browser/net/load_timing_observer.h', | 1104 'browser/net/load_timing_observer.h', |
| 1105 'browser/net/http_intercept_job_factory.cc', | |
| 1106 'browser/net/http_intercept_job_factory.h', | |
| 1107 'browser/net/http_pipelining_compatibility_client.cc', | 1105 'browser/net/http_pipelining_compatibility_client.cc', |
| 1108 'browser/net/http_pipelining_compatibility_client.h', | 1106 'browser/net/http_pipelining_compatibility_client.h', |
| 1109 'browser/net/http_server_properties_manager.h', | 1107 'browser/net/http_server_properties_manager.h', |
| 1110 'browser/net/http_server_properties_manager.cc', | 1108 'browser/net/http_server_properties_manager.cc', |
| 1111 'browser/net/load_time_stats.cc', | 1109 'browser/net/load_time_stats.cc', |
| 1112 'browser/net/load_time_stats.h', | 1110 'browser/net/load_time_stats.h', |
| 1113 'browser/net/net_error_tab_helper.cc', | 1111 'browser/net/net_error_tab_helper.cc', |
| 1114 'browser/net/net_error_tab_helper.h', | 1112 'browser/net/net_error_tab_helper.h', |
| 1115 'browser/net/net_log_logger.cc', | 1113 'browser/net/net_log_logger.cc', |
| 1116 'browser/net/net_log_logger.h', | 1114 'browser/net/net_log_logger.h', |
| (...skipping 1987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3104 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3102 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 3105 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3103 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 3106 }, | 3104 }, |
| 3107 'includes': ['../build/protoc.gypi'], | 3105 'includes': ['../build/protoc.gypi'], |
| 3108 }, | 3106 }, |
| 3109 ], | 3107 ], |
| 3110 }, | 3108 }, |
| 3111 ], | 3109 ], |
| 3112 ], | 3110 ], |
| 3113 } | 3111 } |
| OLD | NEW |