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

Unified Diff: components/navigation_metrics.gypi

Issue 35693009: Move Navigation.MainFrameScheme UMA recording to //components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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: components/navigation_metrics.gypi
diff --git a/components/startup_metric_utils.gypi b/components/navigation_metrics.gypi
similarity index 70%
copy from components/startup_metric_utils.gypi
copy to components/navigation_metrics.gypi
index 55763c8db229eed55b0eaf7bb0294744af67a492..2d0220767089480de2c4e3244bc0743c51c21cb2 100644
--- a/components/startup_metric_utils.gypi
+++ b/components/navigation_metrics.gypi
@@ -5,7 +5,7 @@
{
'targets': [
{
- 'target_name': 'startup_metric_utils',
+ 'target_name': 'navigation_metrics',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
jochen (gone - plz use gerrit) 2013/10/23 14:46:10 you also depend on url, no?
cbentzel 2013/10/23 15:19:46 Done.
@@ -14,8 +14,8 @@
'..',
],
'sources': [
- 'startup_metric_utils/startup_metric_utils.cc',
- 'startup_metric_utils/startup_metric_utils.h',
+ 'navigation_metrics/navigation_metrics.cc',
+ 'navigation_metrics/navigation_metrics.h',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698