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

Unified Diff: build/shim_headers.gypi

Issue 11632002: Use generated shim headers for zlib. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 years 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 | chrome/browser/ui/webui/options/chromeos/wallpaper_source.cc » ('j') | 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 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)',
],
},
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/chromeos/wallpaper_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698