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

Unified Diff: components/bookmarks.gypi

Issue 228393004: Create bookmarks component with names of bookmark preferences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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/common/pref_names.cc ('k') | components/bookmarks/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks.gypi
diff --git a/components/metrics.gypi b/components/bookmarks.gypi
similarity index 75%
copy from components/metrics.gypi
copy to components/bookmarks.gypi
index 6036cae0cf91e3ef123fbdb65ffb35b7a63ebd35..7d94c8388123a96100868675aa7d6f39bcb55661 100644
--- a/components/metrics.gypi
+++ b/components/bookmarks.gypi
@@ -5,7 +5,7 @@
{
'targets': [
{
- 'target_name': 'metrics',
+ 'target_name': 'bookmarks',
tfarina 2014/04/08 16:11:50 you could have tweaked the similarity passed to gi
sdefresne 2014/04/08 16:19:42 Done.
'type': 'static_library',
'include_dirs': [
'..',
@@ -14,8 +14,8 @@
'../base/base.gyp:base',
],
'sources': [
- 'metrics/metrics_hashes.cc',
- 'metrics/metrics_hashes.h',
+ 'bookmarks/bookmark_pref_names.cc',
+ 'bookmarks/bookmark_pref_names.h',
],
},
],
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/bookmarks/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698