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

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: re-upload 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
Index: build/shim_headers.gypi
diff --git a/build/shim_headers.gypi b/build/shim_headers.gypi
index cf0914d9f52a5477a30f12ed98e94a749dd9ed83..c9a3257dc2e9e06366ae5baee977dcd1d916c4f3 100644
--- a/build/shim_headers.gypi
+++ b/build/shim_headers.gypi
@@ -10,7 +10,7 @@
{
'variables': {
- 'shim_headers_path': '<(INTERMEDIATE_DIR)/shim_headers',
+ 'shim_headers_path': '<(SHARED_INTERMEDIATE_DIR)/shim_headers/<(_target_name)',
},
'direct_dependent_settings': {
'include_dirs+': [
Mark Mentovai 2012/12/18 19:48:17 You probably need one more plus here to have the e
Mark Mentovai 2012/12/18 19:48:17 Perhaps you’d also like to add 'include_dirs+' out
Paweł Hajdan Jr. 2012/12/18 20:57:41 Done.
Paweł Hajdan Jr. 2012/12/18 20:57:41 Done.
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/chromeos/wallpaper_source.cc » ('j') | skia/config/SkUserConfig.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698