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

Unified Diff: cc/ipc/cc_ipc.gyp

Issue 2036663003: Establish mojo service between Canvas (blink) and SurfaceManager (browser) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit test Created 4 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
Index: cc/ipc/cc_ipc.gyp
diff --git a/cc/ipc/cc_ipc.gyp b/cc/ipc/cc_ipc.gyp
index 607ff51985f98dfd9b2757badb8b79e4b2208b4d..0d0f513e9ff758bc559017369e3705b8586128bf 100644
--- a/cc/ipc/cc_ipc.gyp
+++ b/cc/ipc/cc_ipc.gyp
@@ -65,8 +65,8 @@
'surface_sequence.mojom',
],
'mojom_typemaps': [
- 'surface_id.typemap',
- 'surface_sequence.typemap',
+ '../../third_party/WebKit/Source/platform/mojo/SurfaceId.typemap',
+ '../../third_party/WebKit/Source/platform/mojo/SurfaceSequence.typemap',
],
},
'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ],
« no previous file with comments | « no previous file | cc/ipc/surface_id_struct_traits.h » ('j') | third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698