Chromium Code Reviews| Index: public/blink.gyp |
| diff --git a/public/blink.gyp b/public/blink.gyp |
| index a389b2185cbf698dbfe9db84ba529514a3bc0a1f..98e74203836e354899cce5e76fc6d4931730ae0f 100644 |
| --- a/public/blink.gyp |
| +++ b/public/blink.gyp |
| @@ -63,6 +63,11 @@ |
| 'export_dependent_settings': [ |
| '../Source/platform/blink_platform.gyp:blink_common', |
| ], |
| + 'direct_dependent_settings': { |
| + 'defines': [ |
| + '<@(public_feature_defines)', |
| + ], |
| + }, |
| }, |
| { |
| # GN version: //third_party/WebKit/public:test_support |