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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7693004: Added tracking of time spent waiting on extensions to the webRequest API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile Created 9 years, 4 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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 'browser/extensions/extension_web_ui.cc', 1108 'browser/extensions/extension_web_ui.cc',
1109 'browser/extensions/extension_web_ui.h', 1109 'browser/extensions/extension_web_ui.h',
1110 'browser/extensions/extension_webnavigation_api.cc', 1110 'browser/extensions/extension_webnavigation_api.cc',
1111 'browser/extensions/extension_webnavigation_api.h', 1111 'browser/extensions/extension_webnavigation_api.h',
1112 'browser/extensions/extension_webnavigation_api_constants.cc', 1112 'browser/extensions/extension_webnavigation_api_constants.cc',
1113 'browser/extensions/extension_webnavigation_api_constants.h', 1113 'browser/extensions/extension_webnavigation_api_constants.h',
1114 'browser/extensions/extension_webrequest_api.cc', 1114 'browser/extensions/extension_webrequest_api.cc',
1115 'browser/extensions/extension_webrequest_api.h', 1115 'browser/extensions/extension_webrequest_api.h',
1116 'browser/extensions/extension_webrequest_api_constants.cc', 1116 'browser/extensions/extension_webrequest_api_constants.cc',
1117 'browser/extensions/extension_webrequest_api_constants.h', 1117 'browser/extensions/extension_webrequest_api_constants.h',
1118 'browser/extensions/extension_webrequest_time_tracker.cc',
1119 'browser/extensions/extension_webrequest_time_tracker.h',
1118 'browser/extensions/extension_webstore_private_api.cc', 1120 'browser/extensions/extension_webstore_private_api.cc',
1119 'browser/extensions/extension_webstore_private_api.h', 1121 'browser/extensions/extension_webstore_private_api.h',
1120 'browser/extensions/extensions_quota_service.cc', 1122 'browser/extensions/extensions_quota_service.cc',
1121 'browser/extensions/extensions_quota_service.h', 1123 'browser/extensions/extensions_quota_service.h',
1122 'browser/extensions/extensions_startup.cc', 1124 'browser/extensions/extensions_startup.cc',
1123 'browser/extensions/extensions_startup.h', 1125 'browser/extensions/extensions_startup.h',
1124 'browser/extensions/extensions_ui.cc', 1126 'browser/extensions/extensions_ui.cc',
1125 'browser/extensions/extensions_ui.h', 1127 'browser/extensions/extensions_ui.h',
1126 'browser/extensions/external_extension_loader.cc', 1128 'browser/extensions/external_extension_loader.cc',
1127 'browser/extensions/external_extension_loader.h', 1129 'browser/extensions/external_extension_loader.h',
(...skipping 3771 matching lines...) Expand 10 before | Expand all | Expand 10 after
4899 # weak imports in dependents, who still must #include 4901 # weak imports in dependents, who still must #include
4900 # closure_blocks_leopard_compat.h to get weak imports. 4902 # closure_blocks_leopard_compat.h to get weak imports.
4901 'type': 'none', 4903 'type': 'none',
4902 }], 4904 }],
4903 ], 4905 ],
4904 }, 4906 },
4905 ], 4907 ],
4906 }], 4908 }],
4907 ], 4909 ],
4908 } 4910 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_webrequest_time_tracker_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698