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/ntp_snippets/BUILD.gn

Issue 1974013002: Replace SkBitmap with gfx::Image in the ImageFetcher API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix iOS build errors. Created 4 years, 7 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
Index: components/ntp_snippets/BUILD.gn
diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
index 863f7bd00dbb35e9aa2baa31aa2625d0b079f471..cc91365d12be351caed88ccc81cd19b2b7c2e0f8 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -37,6 +37,7 @@ source_set("ntp_snippets") {
"//components/metrics",
"//components/variations",
"//third_party/icu/",
+ "//ui/gfx/",
Marc Treib 2016/05/13 15:54:00 Does the trailing slash do anything? Most of the d
markusheintz_ 2016/05/17 13:08:22 TBH I don't know. Removed the trailing slash
]
}

Powered by Google App Engine
This is Rietveld 408576698