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

Unified Diff: content/content_browser.gypi

Issue 1085783002: Replace image_messages.h with Mojo service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index c172678762a54204817899160dad905993babf02..9fd2dd6cb4eb53363e950d2b9166343582fbf748 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -11,8 +11,11 @@
'../device/battery/battery.gyp:device_battery',
'../device/battery/battery.gyp:device_battery_mojo_bindings',
'../google_apis/google_apis.gyp:google_apis',
+ '../mojo/mojo_base.gyp:mojo_geometry_lib',
+ '../mojo/mojo_base.gyp:mojo_url_type_converters',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
+ '../skia/skia.gyp:skia_mojo',
'../sql/sql.gyp:sql',
'../third_party/re2/re2.gyp:re2',
'../third_party/zlib/google/zip.gyp:zip',
@@ -832,6 +835,8 @@
'browser/host_zoom_level_context.h',
'browser/host_zoom_map_impl.cc',
'browser/host_zoom_map_impl.h',
+ 'browser/image_downloader/image_downloader_dispatcher.cc',
+ 'browser/image_downloader/image_downloader_dispatcher.h',
'browser/indexed_db/indexed_db.h',
'browser/indexed_db/indexed_db_active_blob_registry.cc',
'browser/indexed_db/indexed_db_active_blob_registry.h',

Powered by Google App Engine
This is Rietveld 408576698