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

Unified Diff: components/language_usage_metrics.gypi

Issue 131203002: Move LanguageUsageMetrics and TranslateBrowserMetrics to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 11 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_tests.gyp ('k') | components/language_usage_metrics/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/language_usage_metrics.gypi
diff --git a/components/startup_metric_utils.gypi b/components/language_usage_metrics.gypi
similarity index 58%
copy from components/startup_metric_utils.gypi
copy to components/language_usage_metrics.gypi
index 55763c8db229eed55b0eaf7bb0294744af67a492..e150a1bba9e6673d38945da908c9edd17bea6fcc 100644
--- a/components/startup_metric_utils.gypi
+++ b/components/language_usage_metrics.gypi
@@ -1,11 +1,11 @@
-# Copyright 2013 The Chromium Authors. All rights reserved.
+# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'targets': [
{
- 'target_name': 'startup_metric_utils',
+ 'target_name': 'language_usage_metrics',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
@@ -14,8 +14,8 @@
'..',
],
'sources': [
- 'startup_metric_utils/startup_metric_utils.cc',
- 'startup_metric_utils/startup_metric_utils.h',
+ 'language_usage_metrics/language_usage_metrics.cc',
+ 'language_usage_metrics/language_usage_metrics.h',
],
},
],
« no previous file with comments | « components/components_tests.gyp ('k') | components/language_usage_metrics/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698