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

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 Created 7 years, 9 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 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 'browser/net/connection_tester.h', 1021 'browser/net/connection_tester.h',
1022 'browser/net/crl_set_fetcher.cc', 1022 'browser/net/crl_set_fetcher.cc',
1023 'browser/net/crl_set_fetcher.h', 1023 'browser/net/crl_set_fetcher.h',
1024 'browser/net/dns_probe_job.cc', 1024 'browser/net/dns_probe_job.cc',
1025 'browser/net/dns_probe_job.h', 1025 'browser/net/dns_probe_job.h',
1026 'browser/net/dns_probe_service.cc', 1026 'browser/net/dns_probe_service.cc',
1027 'browser/net/dns_probe_service.h', 1027 'browser/net/dns_probe_service.h',
1028 'browser/net/gaia/gaia_oauth_consumer.h', 1028 'browser/net/gaia/gaia_oauth_consumer.h',
1029 'browser/net/gaia/gaia_oauth_fetcher.cc', 1029 'browser/net/gaia/gaia_oauth_fetcher.cc',
1030 'browser/net/gaia/gaia_oauth_fetcher.h', 1030 'browser/net/gaia/gaia_oauth_fetcher.h',
1031 'browser/net/load_timing_observer.cc',
1032 'browser/net/load_timing_observer.h',
1033 'browser/net/http_pipelining_compatibility_client.cc', 1031 'browser/net/http_pipelining_compatibility_client.cc',
1034 'browser/net/http_pipelining_compatibility_client.h', 1032 'browser/net/http_pipelining_compatibility_client.h',
1035 'browser/net/http_server_properties_manager.h', 1033 'browser/net/http_server_properties_manager.h',
1036 'browser/net/http_server_properties_manager.cc', 1034 'browser/net/http_server_properties_manager.cc',
1037 'browser/net/load_time_stats.cc', 1035 'browser/net/load_time_stats.cc',
1038 'browser/net/load_time_stats.h', 1036 'browser/net/load_time_stats.h',
1039 'browser/net/net_error_tab_helper.cc', 1037 'browser/net/net_error_tab_helper.cc',
1040 'browser/net/net_error_tab_helper.h', 1038 'browser/net/net_error_tab_helper.h',
1041 'browser/net/net_log_logger.cc', 1039 'browser/net/net_log_logger.cc',
1042 'browser/net/net_log_logger.h', 1040 'browser/net/net_log_logger.h',
(...skipping 2077 matching lines...) Expand 10 before | Expand all | Expand 10 after
3120 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3118 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3121 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3119 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3122 }, 3120 },
3123 'includes': [ '../build/android/java_cpp_template.gypi' ], 3121 'includes': [ '../build/android/java_cpp_template.gypi' ],
3124 }, 3122 },
3125 ], 3123 ],
3126 }, 3124 },
3127 ], 3125 ],
3128 ], 3126 ],
3129 } 3127 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698