OLD | NEW |
---|---|
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 } |
OLD | NEW |