Chromium Code Reviews| Index: third_party/WebKit/public/blink.gyp |
| diff --git a/third_party/WebKit/public/blink.gyp b/third_party/WebKit/public/blink.gyp |
| index ec66f60b9fc81ae75287f7d5684e0e3f869adf4c..6f700369fe6856a3d97f8b399f0f46cf39c4803f 100644 |
| --- a/third_party/WebKit/public/blink.gyp |
| +++ b/third_party/WebKit/public/blink.gyp |
| @@ -53,6 +53,11 @@ |
| 'blink_android_mojo_sources': [ |
| 'platform/modules/payments/payment_request.mojom', |
| ], |
| + 'blink_typemap_sources': [ |
| + '<(DEPTH)/cc/ipc/surface_id.typemap', |
| + '<(DEPTH)/cc/ipc/surface_sequence.typemap', |
| + '<(DEPTH)/ui/gfx/geometry/mojo/geometry.typemap', |
| + ], |
| }, |
| 'targets': [ |
| { |
| @@ -117,16 +122,14 @@ |
| '<@(blink_android_mojo_sources)', |
| ], |
| 'mojom_typemaps': [ |
| - '<(DEPTH)/cc/ipc/surface_id.typemap', |
| - '<(DEPTH)/cc/ipc/surface_sequence.typemap', |
| - |
| + '<@(blink_typemap_sources)', |
| ], |
| 'for_blink': 'true', |
| }, |
| 'dependencies' : [ |
| '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink', |
| ], |
| - 'includes': [ |
| + 'includes': [ |
|
pdr.
2016/07/20 17:35:54
nit: indentation
|
| '../../../mojo/mojom_bindings_generator_explicit.gypi', |
| ], |
| }, |
| @@ -140,15 +143,14 @@ |
| '<@(blink_android_mojo_sources)', |
| ], |
| 'mojom_typemaps': [ |
| - '../../../device/bluetooth/public/interfaces/bluetooth_uuid.typemap', |
| - '<(DEPTH)/cc/ipc/surface_id.typemap', |
| - '<(DEPTH)/cc/ipc/surface_sequence.typemap', |
| + '../../../device/bluetooth/public/interfaces/bluetooth_uuid.typemap', |
| + '<@(blink_typemap_sources)', |
| ], |
| }, |
| 'dependencies' : [ |
| '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces', |
| ], |
| - 'includes': [ |
| + 'includes': [ |
|
pdr.
2016/07/20 17:35:54
Nit: indentation
|
| '../../../mojo/mojom_bindings_generator_explicit.gypi', |
| ], |
| }, |