Chromium Code Reviews| 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', |
| ], |
| }, |
| ], |