Chromium Code Reviews| Index: public/blink.gyp |
| diff --git a/public/blink.gyp b/public/blink.gyp |
| index 8135b7668f56abbdc83caac2d5ef33378dc39638..89456e302c399cf85d80a9e62ca061e7cb935860 100644 |
| --- a/public/blink.gyp |
| +++ b/public/blink.gyp |
| @@ -60,5 +60,14 @@ |
| '../Source/platform/blink_platform.gyp:blink_common', |
| ], |
| }, |
| + { |
| + # This target adds the include paths required to include from public/, |
| + # for code that does not link with Blink. |
| + 'target_name': 'blink_public', |
| + 'type': 'none', |
| + 'include_dirs': [ |
| + '..' |
| + ] |
| + } |
| ], |
| } |