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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 15675002: Add the UMA recording recall of URLRequests preconnected. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing files Created 7 years, 7 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
« no previous file with comments | « chrome/browser/net/timed_cache.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1150 matching lines...) Expand 10 before | Expand all | Expand 10 after
1161 'browser/net/sdch_dictionary_fetcher.cc', 1161 'browser/net/sdch_dictionary_fetcher.cc',
1162 'browser/net/sdch_dictionary_fetcher.h', 1162 'browser/net/sdch_dictionary_fetcher.h',
1163 'browser/net/service_providers_win.cc', 1163 'browser/net/service_providers_win.cc',
1164 'browser/net/service_providers_win.h', 1164 'browser/net/service_providers_win.h',
1165 'browser/net/spdyproxy/http_auth_handler_spdyproxy.cc', 1165 'browser/net/spdyproxy/http_auth_handler_spdyproxy.cc',
1166 'browser/net/spdyproxy/http_auth_handler_spdyproxy.h', 1166 'browser/net/spdyproxy/http_auth_handler_spdyproxy.h',
1167 'browser/net/sqlite_server_bound_cert_store.cc', 1167 'browser/net/sqlite_server_bound_cert_store.cc',
1168 'browser/net/sqlite_server_bound_cert_store.h', 1168 'browser/net/sqlite_server_bound_cert_store.h',
1169 'browser/net/ssl_config_service_manager.h', 1169 'browser/net/ssl_config_service_manager.h',
1170 'browser/net/ssl_config_service_manager_pref.cc', 1170 'browser/net/ssl_config_service_manager_pref.cc',
1171 'browser/net/timed_cache.cc',
1172 'browser/net/timed_cache.h',
1171 'browser/net/transport_security_persister.cc', 1173 'browser/net/transport_security_persister.cc',
1172 'browser/net/transport_security_persister.h', 1174 'browser/net/transport_security_persister.h',
1173 'browser/net/url_fixer_upper.cc', 1175 'browser/net/url_fixer_upper.cc',
1174 'browser/net/url_fixer_upper.h', 1176 'browser/net/url_fixer_upper.h',
1175 'browser/net/url_info.cc', 1177 'browser/net/url_info.cc',
1176 'browser/net/url_info.h', 1178 'browser/net/url_info.h',
1177 'browser/notifications/balloon.cc', 1179 'browser/notifications/balloon.cc',
1178 'browser/notifications/balloon.h', 1180 'browser/notifications/balloon.h',
1179 'browser/notifications/balloon_collection.cc', 1181 'browser/notifications/balloon_collection.cc',
1180 'browser/notifications/balloon_collection.h', 1182 'browser/notifications/balloon_collection.h',
(...skipping 2052 matching lines...) Expand 10 before | Expand all | Expand 10 after
3233 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3235 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3234 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3236 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3235 }, 3237 },
3236 'includes': [ '../build/android/java_cpp_template.gypi' ], 3238 'includes': [ '../build/android/java_cpp_template.gypi' ],
3237 }, 3239 },
3238 ], 3240 ],
3239 }, 3241 },
3240 ], 3242 ],
3241 ], 3243 ],
3242 } 3244 }
OLDNEW
« no previous file with comments | « chrome/browser/net/timed_cache.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698