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

Unified Diff: content/browser/BUILD.gn

Issue 1085783002: Replace image_messages.h with Mojo service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix trybot unit_tests error Created 5 years, 6 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 | « no previous file | content/browser/frame_host/DEPS » ('j') | content/browser/frame_host/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 474f5624af785fef408e77d5e29f954c1ac286fa..9211dc17f2918bfd92654bb660e2ede588aaf846 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -116,6 +116,9 @@ source_set("browser") {
"//device/bluetooth",
"//gin",
"//mojo/application/public/interfaces",
+ "//mojo/common:url_type_converters",
+ "//mojo/converters/geometry",
+ "//skia/public",
"//storage/browser",
"//storage/common",
"//third_party/WebKit/public:image_resources",
« no previous file with comments | « no previous file | content/browser/frame_host/DEPS » ('j') | content/browser/frame_host/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698