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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/bookmarks/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
tfarina 2014/04/08 16:11:50 I will add a BUILD.gn if you don't bet me.
sdefresne 2014/04/08 16:19:42 That would be helpful as I still don't know the sy
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'metrics', 8 '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.
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
11 '..', 11 '..',
12 ], 12 ],
13 'dependencies': [ 13 'dependencies': [
14 '../base/base.gyp:base', 14 '../base/base.gyp:base',
15 ], 15 ],
16 'sources': [ 16 'sources': [
17 'metrics/metrics_hashes.cc', 17 'bookmarks/bookmark_pref_names.cc',
18 'metrics/metrics_hashes.h', 18 'bookmarks/bookmark_pref_names.h',
19 ], 19 ],
20 }, 20 },
21 ], 21 ],
22 } 22 }
OLDNEW
« 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