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

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: ifdefs removed 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
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 035b29f2acf43a4beea45fe8fc5e5b2a044fe81a..67823935949c13662bd541b3c34b9f0f6bb7fd5e 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!': [

Powered by Google App Engine
This is Rietveld 408576698