| Index: public/blink_resources.gyp
|
| diff --git a/public/blink_resources.gyp b/public/blink_resources.gyp
|
| index 5b347e839d32c1ba0dd576ab31156ca8bdf4f9fc..ddad5a2e449b0662472e7d43b62f6284e08071cc 100644
|
| --- a/public/blink_resources.gyp
|
| +++ b/public/blink_resources.gyp
|
| @@ -19,6 +19,13 @@
|
| 'includes': [ '../../../build/grit_action.gypi' ],
|
| },
|
| ],
|
| + 'direct_dependent_settings': {
|
| + 'include_dirs': [
|
| + '<(SHARED_INTERMEDIATE_DIR)',
|
| + ],
|
| + },
|
| + # TODO(thakis): Remove this once https://codereview.chromium.org/430083002
|
| + # has landed.
|
| 'includes': [ '../../../build/grit_target.gypi' ],
|
| },
|
| ],
|
|
|