| 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' ],
|
|
|