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

Unified Diff: content/content.gyp

Issue 1085783002: Replace image_messages.h with Mojo service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix review comments on set7 Created 5 years, 5 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.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 41beae757bef837cad3513473ff345f1f9247c49..85ed59f43c0020d983039200d14ea386a2e4034d 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -434,12 +434,14 @@
'../mojo/mojo_base.gyp:mojo_application_bindings',
'../mojo/mojo_base.gyp:mojo_system_java',
'../net/net.gyp:net',
+ '../skia/skia.gyp:skia_mojo',
nasko 2015/07/06 07:45:23 Why are the changes in this file needed? Aren't th
'../third_party/mojo/mojo_public.gyp:mojo_bindings_java',
'../ui/android/ui_android.gyp:ui_java',
'../ui/touch_selection/ui_touch_selection.gyp:selection_event_type_java',
'../ui/touch_selection/ui_touch_selection.gyp:touch_handle_orientation_java',
'../third_party/android_tools/android_tools.gyp:android_support_v13_javalib',
'../third_party/WebKit/public/blink_headers.gyp:blink_headers_java',
+ '../ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings',
'common_aidl',
'console_message_level_java',
'content_common',

Powered by Google App Engine
This is Rietveld 408576698