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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 16832003: Add UMA metrics to measure the effectiveness of views fuzzing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch for landing Created 7 years, 6 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
« no previous file with comments | « chrome/browser/ui/views/touch_uma/touch_uma_ash.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index cf0b947341e388f1a34fc4a3144ba926625eb0bd..affe2981ff39e679782e29b0fb28a8c0aaa85b9c 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -1912,6 +1912,7 @@
'browser/ui/views/toolbar_view.cc',
'browser/ui/views/toolbar_view.h',
'browser/ui/views/top_level_widget_views.cc',
+ 'browser/ui/views/touch_uma/touch_uma.h',
'browser/ui/views/uninstall_view.cc',
'browser/ui/views/uninstall_view.h',
'browser/ui/views/update_recommended_message_box.cc',
@@ -2566,10 +2567,17 @@
],
}],
['use_ash==1', {
+ 'sources': [
+ 'browser/ui/views/touch_uma/touch_uma_ash.cc',
+ ],
'dependencies': [
'../ash/ash.gyp:ash',
'../ash/ash_strings.gyp:ash_strings',
],
+ }, { # use_ash==0
+ 'sources': [
+ 'browser/ui/views/touch_uma/touch_uma.cc',
+ ],
}],
['toolkit_views==0 or chromeos==1', {
'sources!': [
« no previous file with comments | « chrome/browser/ui/views/touch_uma/touch_uma_ash.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698