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

Unified Diff: components/enhanced_bookmarks/BUILD.gn

Issue 875463003: ★ Record the image dominant color in the image database. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/enhanced_bookmarks.gypi ('k') | components/enhanced_bookmarks/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/enhanced_bookmarks/BUILD.gn
diff --git a/components/enhanced_bookmarks/BUILD.gn b/components/enhanced_bookmarks/BUILD.gn
index 0da3276a5be693e1f6560b7c44b5d1d3b46deec6..7ce7ed59fa9ac27d6ff15672fee18d71a94cc410 100644
--- a/components/enhanced_bookmarks/BUILD.gn
+++ b/components/enhanced_bookmarks/BUILD.gn
@@ -18,6 +18,7 @@ source_set("enhanced_bookmarks") {
"enhanced_bookmark_model_observer.h",
"enhanced_bookmark_utils.cc",
"enhanced_bookmark_utils.h",
+ "image_record.h",
"image_store.cc",
"image_store.h",
"image_store_util.cc",
@@ -37,6 +38,7 @@ source_set("enhanced_bookmarks") {
"//base",
"//components/bookmarks/browser",
"//components/enhanced_bookmarks/proto",
+ "//skia",
"//sql",
"//ui/gfx",
"//url",
« no previous file with comments | « components/enhanced_bookmarks.gypi ('k') | components/enhanced_bookmarks/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698