Chromium Code Reviews| Index: public/all.gyp |
| diff --git a/public/all.gyp b/public/all.gyp |
| index 4ca4c519b6888a6c62bdd60eb3e2549820bfc36f..1126367cf8b297e4327afbe214788a8f8b959d39 100644 |
| --- a/public/all.gyp |
| +++ b/public/all.gyp |
| @@ -42,6 +42,11 @@ |
| '../Source/web/web_tests.gyp:webkit_unit_tests', |
| '../Source/wtf/wtf_tests.gyp:wtf_unittests', |
| ], |
| + 'direct_dependent_settings': { |
| + 'defines': [ |
| + '<@(public_feature_defines)', |
| + ], |
| + }, |
| 'conditions': [ |
| ['OS=="android" and android_webview_build==0', { |
| 'dependencies': [ |