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.
5 source_set("enhanced_bookmarks") {
11 "image_store_util_ios.mm",
12 "metadata_accessor.cc",
13 "metadata_accessor.h",
14 "persistent_image_store.cc",
15 "persistent_image_store.h",
20 "//components/bookmarks/browser",
21 "//components/enhanced_bookmarks/proto",
29 "image_store_util.cc",
34 source_set("test_support") {
36 "test_image_store.cc",
41 ":enhanced_bookmarks",