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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1124153007: Added the Ash.Tab.TimeBetweenSwitchToExistingTabUserActions histogram to track time between tab swit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed oshima@'s comments from patch set 5. Created 5 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
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 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 'browser/ui/ash/launcher/launcher_favicon_loader.cc', 592 'browser/ui/ash/launcher/launcher_favicon_loader.cc',
593 'browser/ui/ash/launcher/launcher_favicon_loader.h', 593 'browser/ui/ash/launcher/launcher_favicon_loader.h',
594 'browser/ui/ash/launcher/launcher_item_controller.cc', 594 'browser/ui/ash/launcher/launcher_item_controller.cc',
595 'browser/ui/ash/launcher/launcher_item_controller.h', 595 'browser/ui/ash/launcher/launcher_item_controller.h',
596 'browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc', 596 'browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc',
597 'browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h', 597 'browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h',
598 'browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc', 598 'browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc',
599 'browser/ui/ash/launcher/multi_profile_browser_status_monitor.h', 599 'browser/ui/ash/launcher/multi_profile_browser_status_monitor.h',
600 'browser/ui/ash/media_delegate_chromeos.cc', 600 'browser/ui/ash/media_delegate_chromeos.cc',
601 'browser/ui/ash/media_delegate_chromeos.h', 601 'browser/ui/ash/media_delegate_chromeos.h',
602 'browser/ui/ash/metrics/chrome_user_metrics_recorder.cc',
603 'browser/ui/ash/metrics/chrome_user_metrics_recorder.h',
602 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos.cc', 604 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos.cc',
603 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.cc', 605 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.cc',
604 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.h', 606 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.h',
605 'browser/ui/ash/multi_user/multi_user_util.cc', 607 'browser/ui/ash/multi_user/multi_user_util.cc',
606 'browser/ui/ash/multi_user/multi_user_util.h', 608 'browser/ui/ash/multi_user/multi_user_util.h',
607 'browser/ui/ash/multi_user/multi_user_warning_dialog.cc', 609 'browser/ui/ash/multi_user/multi_user_warning_dialog.cc',
608 'browser/ui/ash/multi_user/multi_user_warning_dialog.h', 610 'browser/ui/ash/multi_user/multi_user_warning_dialog.h',
609 'browser/ui/ash/multi_user/multi_user_window_manager.cc', 611 'browser/ui/ash/multi_user/multi_user_window_manager.cc',
610 'browser/ui/ash/multi_user/multi_user_window_manager.h', 612 'browser/ui/ash/multi_user/multi_user_window_manager.h',
611 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc', 613 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc',
(...skipping 2583 matching lines...) Expand 10 before | Expand all | Expand 10 after
3195 ], 3197 ],
3196 'sources': [ 3198 'sources': [
3197 '<@(chrome_browser_ui_non_mobile_sources)', 3199 '<@(chrome_browser_ui_non_mobile_sources)',
3198 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3200 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3199 ], 3201 ],
3200 }], 3202 }],
3201 ], 3203 ],
3202 }, 3204 },
3203 ], 3205 ],
3204 } 3206 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/metrics/chrome_user_metrics_recorder.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698