Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 12094085: LoadTiming in net part 7: Hooking it all up (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Sync, cleanup Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 1133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1144 'browser/net/connection_tester.h', 1144 'browser/net/connection_tester.h',
1145 'browser/net/crl_set_fetcher.cc', 1145 'browser/net/crl_set_fetcher.cc',
1146 'browser/net/crl_set_fetcher.h', 1146 'browser/net/crl_set_fetcher.h',
1147 'browser/net/dns_probe_job.cc', 1147 'browser/net/dns_probe_job.cc',
1148 'browser/net/dns_probe_job.h', 1148 'browser/net/dns_probe_job.h',
1149 'browser/net/dns_probe_service.cc', 1149 'browser/net/dns_probe_service.cc',
1150 'browser/net/dns_probe_service.h', 1150 'browser/net/dns_probe_service.h',
1151 'browser/net/gaia/gaia_oauth_consumer.h', 1151 'browser/net/gaia/gaia_oauth_consumer.h',
1152 'browser/net/gaia/gaia_oauth_fetcher.cc', 1152 'browser/net/gaia/gaia_oauth_fetcher.cc',
1153 'browser/net/gaia/gaia_oauth_fetcher.h', 1153 'browser/net/gaia/gaia_oauth_fetcher.h',
1154 'browser/net/load_timing_observer.cc',
1155 'browser/net/load_timing_observer.h',
1156 'browser/net/http_pipelining_compatibility_client.cc', 1154 'browser/net/http_pipelining_compatibility_client.cc',
1157 'browser/net/http_pipelining_compatibility_client.h', 1155 'browser/net/http_pipelining_compatibility_client.h',
1158 'browser/net/http_server_properties_manager.h', 1156 'browser/net/http_server_properties_manager.h',
1159 'browser/net/http_server_properties_manager.cc', 1157 'browser/net/http_server_properties_manager.cc',
1160 'browser/net/load_time_stats.cc', 1158 'browser/net/load_time_stats.cc',
1161 'browser/net/load_time_stats.h', 1159 'browser/net/load_time_stats.h',
1162 'browser/net/net_error_tab_helper.cc', 1160 'browser/net/net_error_tab_helper.cc',
1163 'browser/net/net_error_tab_helper.h', 1161 'browser/net/net_error_tab_helper.h',
1164 'browser/net/net_log_logger.cc', 1162 'browser/net/net_log_logger.cc',
1165 'browser/net/net_log_logger.h', 1163 'browser/net/net_log_logger.h',
(...skipping 1981 matching lines...) Expand 10 before | Expand all | Expand 10 after
3147 'variables': { 3145 'variables': {
3148 'jni_gen_dir': 'chrome', 3146 'jni_gen_dir': 'chrome',
3149 }, 3147 },
3150 'includes': [ '../build/jni_generator.gypi' ], 3148 'includes': [ '../build/jni_generator.gypi' ],
3151 }, 3149 },
3152 ], 3150 ],
3153 }, 3151 },
3154 ], 3152 ],
3155 ], 3153 ],
3156 } 3154 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698