| Index: third_party/WebKit/public/blink.gyp
|
| diff --git a/third_party/WebKit/public/blink.gyp b/third_party/WebKit/public/blink.gyp
|
| index b3ee8533fe1b3650b73d03e49b43f0111b626fa0..3a0f3c184388446f70a83f5b1cecc5c7065854f8 100644
|
| --- a/third_party/WebKit/public/blink.gyp
|
| +++ b/third_party/WebKit/public/blink.gyp
|
| @@ -85,8 +85,18 @@
|
| 'target_name': 'mojo_bindings_mojom',
|
| 'type': 'none',
|
| 'variables': {
|
| + # TODO(rouslan): The variables 'mojom_generator_wtf_arg' and
|
| + # 'wtf_dependencies' should be replaced by 'for_blink': 'true'.
|
| + 'mojom_generator_wtf_arg': [
|
| + '--for_blink',
|
| + ],
|
| + 'wtf_dependencies': [
|
| + '../../../mojo/mojo_public.gyp:mojo_cpp_bindings_wtf_support',
|
| + '../Source/wtf/wtf.gyp:wtf',
|
| + ],
|
| 'mojom_files': [
|
| 'platform/modules/bluetooth/web_bluetooth.mojom',
|
| + 'platform/modules/payments/payment_request.mojom',
|
| ],
|
| },
|
| 'includes': [
|
|
|