Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(677)

Unified Diff: build/shim_headers.gypi

Issue 14806002: Fix shim_headers.gypi to properly set up include paths (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)',
],
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698