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

Unified Diff: build/shim_headers.gypi

Issue 20083003: Work around gyp nested merge problem in shim_headers.gypi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 0c885be4ef20a72045129a7f0dd20e6b0a80fd37..4291468de106a6a38a033c391199e7b3eb3da52f 100644
--- a/build/shim_headers.gypi
+++ b/build/shim_headers.gypi
@@ -20,6 +20,9 @@
'include_dirs+++': [
'<(shim_headers_path)',
],
+ 'include_dirs++++': [
+ '<(shim_headers_path)',
+ ],
},
'actions': [
{
« 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