1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
8 'target_name': 'enhanced_bookmarks',
9 'type': 'static_library',
14 '../base/base.gyp:base',
16 '../ui/gfx/gfx.gyp:gfx',
17 '../url/url.gyp:url_lib',
20 'enhanced_bookmarks/image_store.cc',
21 'enhanced_bookmarks/image_store.h',
22 'enhanced_bookmarks/image_store_util.cc',
23 'enhanced_bookmarks/image_store_util.h',
24 'enhanced_bookmarks/persistent_image_store.cc',
25 'enhanced_bookmarks/persistent_image_store.h',
30 'enhanced_bookmarks/image_store_util.cc',
36 'target_name': 'enhanced_bookmarks_test_support',
37 'type': 'static_library',
42 '../testing/gtest.gyp:gtest',
46 'enhanced_bookmarks/test_image_store.cc',
47 'enhanced_bookmarks/test_image_store.h',