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

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: Address review comments. 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
« no previous file with comments | « components/components.gyp ('k') | components/navigation_metrics/navigation_metrics.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/navigation_metrics.gypi
diff --git a/components/startup_metric_utils.gypi b/components/navigation_metrics.gypi
similarity index 67%
copy from components/startup_metric_utils.gypi
copy to components/navigation_metrics.gypi
index 55763c8db229eed55b0eaf7bb0294744af67a492..a8f223350d192841b8ba70b69159b2e4973b3a45 100644
--- a/components/startup_metric_utils.gypi
+++ b/components/navigation_metrics.gypi
@@ -5,17 +5,18 @@
{
'targets': [
{
- 'target_name': 'startup_metric_utils',
+ 'target_name': 'navigation_metrics',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ '../url/url.gyp:url_lib',
],
'include_dirs': [
'..',
],
'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',
],
},
],
« no previous file with comments | « components/components.gyp ('k') | components/navigation_metrics/navigation_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698