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 70d762cc11ccce0caeb8c5bbb81a27d5ec6f0698..118b0ab997ab5f262ca943dc3be787fe75a2907e 100644 |
| --- a/third_party/WebKit/public/blink.gyp |
| +++ b/third_party/WebKit/public/blink.gyp |
| @@ -37,6 +37,7 @@ |
| 'target_name': 'blink', |
| 'type': 'none', |
| 'dependencies': [ |
| + 'mojo_bindings', |
| '../Source/platform/blink_platform.gyp:blink_platform', |
| '../Source/web/web.gyp:blink_web', |
| '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', |
| @@ -80,5 +81,17 @@ |
| '../Source/web/web.gyp:blink_web_test_support', |
| ], |
| }, |
| + { |
| + 'target_name': 'mojo_bindings', |
|
Ken Rockot(use gerrit already)
2016/03/10 02:41:16
i don't think we want just a single target for all
esprehn
2016/03/11 07:00:38
Yeah we can have a mega target, but it should be m
jam
2016/03/14 16:35:24
in practice, why is one target not good enough?
|
| + 'type': 'none', |
| + 'variables': { |
| + 'mojom_files': [ |
| + 'platform/modules/bluetooth/web_bluetooth.mojom', |
| + ], |
| + }, |
| + 'includes': [ |
| + '../../../mojo/mojom_bindings_generator_explicit.gypi', |
| + ], |
| + }, |
| ], |
| } |