Index: build/shim_headers.gypi |
diff --git a/build/shim_headers.gypi b/build/shim_headers.gypi |
index cf0914d9f52a5477a30f12ed98e94a749dd9ed83..bb80797c588223a244169d63d102a1ea0757c120 100644 |
--- a/build/shim_headers.gypi |
+++ b/build/shim_headers.gypi |
@@ -10,10 +10,13 @@ |
{ |
'variables': { |
- 'shim_headers_path': '<(INTERMEDIATE_DIR)/shim_headers', |
+ 'shim_headers_path': '<(SHARED_INTERMEDIATE_DIR)/shim_headers/<(_target_name)', |
}, |
+ 'include_dirs+++': [ |
Mark Mentovai
2012/12/18 21:17:57
Surprised it took this many pluses.
|
+ '<(shim_headers_path)', |
+ ], |
'direct_dependent_settings': { |
- 'include_dirs+': [ |
+ 'include_dirs++++': [ |
'<(shim_headers_path)', |
], |
}, |