Chromium Code Reviews| 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', |
|
danakj
2016/06/13 18:38:10
I think you need the inverse. cc does not depend o
danakj
2016/06/13 18:40:04
Also, if you change .gyp you should also change BU
|
| + '../../third_party/WebKit/Source/platform/mojo/SurfaceSequence.typemap', |
| ], |
| }, |
| 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], |