| Index: build/shim_headers.gypi
|
| diff --git a/build/shim_headers.gypi b/build/shim_headers.gypi
|
| index 8cdbaaf893e3b5203dbd9ed1cd3c1e4c54ed5fee..0c885be4ef20a72045129a7f0dd20e6b0a80fd37 100644
|
| --- a/build/shim_headers.gypi
|
| +++ b/build/shim_headers.gypi
|
| @@ -13,11 +13,11 @@
|
| 'shim_headers_path': '<(SHARED_INTERMEDIATE_DIR)/shim_headers/<(_target_name)/<(_toolset)',
|
| 'shim_generator_additional_args%': [],
|
| },
|
| - 'include_dirs+++': [
|
| + 'include_dirs++': [
|
| '<(shim_headers_path)',
|
| ],
|
| 'all_dependent_settings': {
|
| - 'include_dirs++++': [
|
| + 'include_dirs+++': [
|
| '<(shim_headers_path)',
|
| ],
|
| },
|
|
|