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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1007383003: Adds a new UMA histogram to measure the NTP load time since navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/ui/webui/ntp/ntp_user_data_logger.cc ('k') | chrome/common/ntp_logging_events.h » ('j') | 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 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 'browser/ui/webui/memory_internals/memory_internals_ui.h', 1082 'browser/ui/webui/memory_internals/memory_internals_ui.h',
1083 'browser/ui/webui/metrics_handler.cc', 1083 'browser/ui/webui/metrics_handler.cc',
1084 'browser/ui/webui/metrics_handler.h', 1084 'browser/ui/webui/metrics_handler.h',
1085 'browser/ui/webui/mojo_web_ui_controller.cc', 1085 'browser/ui/webui/mojo_web_ui_controller.cc',
1086 'browser/ui/webui/mojo_web_ui_controller.h', 1086 'browser/ui/webui/mojo_web_ui_controller.h',
1087 'browser/ui/webui/mojo_web_ui_handler.h', 1087 'browser/ui/webui/mojo_web_ui_handler.h',
1088 'browser/ui/webui/net_export_ui.cc', 1088 'browser/ui/webui/net_export_ui.cc',
1089 'browser/ui/webui/net_export_ui.h', 1089 'browser/ui/webui/net_export_ui.h',
1090 'browser/ui/webui/net_internals/net_internals_ui.cc', 1090 'browser/ui/webui/net_internals/net_internals_ui.cc',
1091 'browser/ui/webui/net_internals/net_internals_ui.h', 1091 'browser/ui/webui/net_internals/net_internals_ui.h',
1092 'browser/ui/webui/ntp/ntp_user_data_logger.cc',
1093 'browser/ui/webui/ntp/ntp_user_data_logger.h',
1092 'browser/ui/webui/omnibox/omnibox_ui.cc', 1094 'browser/ui/webui/omnibox/omnibox_ui.cc',
1093 'browser/ui/webui/omnibox/omnibox_ui.h', 1095 'browser/ui/webui/omnibox/omnibox_ui.h',
1094 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', 1096 'browser/ui/webui/omnibox/omnibox_ui_handler.cc',
1095 'browser/ui/webui/omnibox/omnibox_ui_handler.h', 1097 'browser/ui/webui/omnibox/omnibox_ui_handler.h',
1096 'browser/ui/webui/password_manager_internals/password_manager_internals_ui .cc', 1098 'browser/ui/webui/password_manager_internals/password_manager_internals_ui .cc',
1097 'browser/ui/webui/password_manager_internals/password_manager_internals_ui .h', 1099 'browser/ui/webui/password_manager_internals/password_manager_internals_ui .h',
1098 'browser/ui/webui/predictors/predictors_handler.cc', 1100 'browser/ui/webui/predictors/predictors_handler.cc',
1099 'browser/ui/webui/predictors/predictors_handler.h', 1101 'browser/ui/webui/predictors/predictors_handler.h',
1100 'browser/ui/webui/predictors/predictors_ui.cc', 1102 'browser/ui/webui/predictors/predictors_ui.cc',
1101 'browser/ui/webui/predictors/predictors_ui.h', 1103 'browser/ui/webui/predictors/predictors_ui.h',
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
1693 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', 1695 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
1694 'browser/ui/webui/ntp/new_tab_ui.cc', 1696 'browser/ui/webui/ntp/new_tab_ui.cc',
1695 'browser/ui/webui/ntp/new_tab_ui.h', 1697 'browser/ui/webui/ntp/new_tab_ui.h',
1696 'browser/ui/webui/ntp/ntp_login_handler.cc', 1698 'browser/ui/webui/ntp/ntp_login_handler.cc',
1697 'browser/ui/webui/ntp/ntp_login_handler.h', 1699 'browser/ui/webui/ntp/ntp_login_handler.h',
1698 'browser/ui/webui/ntp/ntp_resource_cache.cc', 1700 'browser/ui/webui/ntp/ntp_resource_cache.cc',
1699 'browser/ui/webui/ntp/ntp_resource_cache.h', 1701 'browser/ui/webui/ntp/ntp_resource_cache.h',
1700 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', 1702 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc',
1701 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', 1703 'browser/ui/webui/ntp/ntp_resource_cache_factory.h',
1702 'browser/ui/webui/ntp/ntp_stats.h', 1704 'browser/ui/webui/ntp/ntp_stats.h',
1703 'browser/ui/webui/ntp/ntp_user_data_logger.cc',
1704 'browser/ui/webui/ntp/ntp_user_data_logger.h',
1705 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', 1705 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc',
1706 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', 1706 'browser/ui/webui/ntp/recently_closed_tabs_handler.h',
1707 'browser/ui/webui/ntp/suggestions_combiner.cc', 1707 'browser/ui/webui/ntp/suggestions_combiner.cc',
1708 'browser/ui/webui/ntp/suggestions_combiner.h', 1708 'browser/ui/webui/ntp/suggestions_combiner.h',
1709 'browser/ui/webui/ntp/suggestions_page_handler.cc', 1709 'browser/ui/webui/ntp/suggestions_page_handler.cc',
1710 'browser/ui/webui/ntp/suggestions_page_handler.h', 1710 'browser/ui/webui/ntp/suggestions_page_handler.h',
1711 'browser/ui/webui/ntp/suggestions_source.h', 1711 'browser/ui/webui/ntp/suggestions_source.h',
1712 'browser/ui/webui/ntp/suggestions_source_top_sites.cc', 1712 'browser/ui/webui/ntp/suggestions_source_top_sites.cc',
1713 'browser/ui/webui/ntp/suggestions_source_top_sites.h', 1713 'browser/ui/webui/ntp/suggestions_source_top_sites.h',
1714 'browser/ui/webui/ntp/thumbnail_source.cc', 1714 'browser/ui/webui/ntp/thumbnail_source.cc',
(...skipping 1466 matching lines...) Expand 10 before | Expand all | Expand 10 after
3181 ], 3181 ],
3182 'sources': [ 3182 'sources': [
3183 '<@(chrome_browser_ui_non_mobile_sources)', 3183 '<@(chrome_browser_ui_non_mobile_sources)',
3184 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3184 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3185 ], 3185 ],
3186 }], 3186 }],
3187 ], 3187 ],
3188 }, 3188 },
3189 ], 3189 ],
3190 } 3190 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc ('k') | chrome/common/ntp_logging_events.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698