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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 1286433004: Introduce TabStripModelStatsRecorder class to record tab interaction stats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 121193ce0b24d6d6f831fca32d22383b6ef95665..a6ca2bd511d54d3c7a7210dbc9ff006c89ced072 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -1710,6 +1710,8 @@
'browser/ui/tabs/tab_strip_model_observer.h',
'browser/ui/tabs/tab_strip_model_order_controller.cc',
'browser/ui/tabs/tab_strip_model_order_controller.h',
+ 'browser/ui/tabs/tab_strip_model_stats_recorder.cc',
+ 'browser/ui/tabs/tab_strip_model_stats_recorder.h',
tzik 2015/08/11 05:43:48 could you also update BUILD.gn too?
kouhei (in TOK) 2015/08/11 08:11:45 Looks like BUILD.gn is auto-generated from this gy
'browser/ui/tabs/tab_strip_model_utils.cc',
'browser/ui/tabs/tab_strip_model_utils.h',
'browser/ui/toolbar/back_forward_menu_model.cc',

Powered by Google App Engine
This is Rietveld 408576698