Chromium Code Reviews| Index: components/bookmarks.gypi |
| diff --git a/components/bookmarks.gypi b/components/bookmarks.gypi |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7d94c8388123a96100868675aa7d6f39bcb55661 |
| --- /dev/null |
| +++ b/components/bookmarks.gypi |
| @@ -0,0 +1,22 @@ |
| +# 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': 'bookmarks', |
|
blundell
2014/04/09 09:13:00
bookmarks will be a layered component, right? If s
sdefresne
2014/04/09 13:16:07
Done.
|
| + 'type': 'static_library', |
| + 'include_dirs': [ |
| + '..', |
| + ], |
| + 'dependencies': [ |
| + '../base/base.gyp:base', |
| + ], |
| + 'sources': [ |
| + 'bookmarks/bookmark_pref_names.cc', |
| + 'bookmarks/bookmark_pref_names.h', |
| + ], |
| + }, |
| + ], |
| +} |