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

Unified Diff: pylib/gyp/input.py

Issue 10749020: Adds support for the library_dirs key, which appears in the documentation but was never actually im… (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 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
Index: pylib/gyp/input.py
===================================================================
--- pylib/gyp/input.py (revision 1429)
+++ pylib/gyp/input.py (working copy)
@@ -35,6 +35,7 @@
'files',
'include_dirs',
'inputs',
+ 'library_dirs',
Mark Mentovai 2012/07/17 19:58:34 It shouldn’t be neecssary to add anything ending w
Brian Ellis 2012/07/17 20:26:52 Okay. I was surprised by the inclusion of include
'libraries',
'outputs',
'sources',

Powered by Google App Engine
This is Rietveld 408576698