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

Unified Diff: pylib/gyp/__init__.py

Issue 7067039: Add a "dump-json" generator that dumps the dependency graph. (Closed) Base URL: https://gyp.googlecode.com/svn/trunk
Patch Set: Created 9 years, 7 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 | pylib/gyp/generator/dump-json.py » ('j') | pylib/gyp/generator/dump-json.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pylib/gyp/__init__.py
diff --git a/pylib/gyp/__init__.py b/pylib/gyp/__init__.py
index 4b088f6207ef6609e0e9a501f57424a9b92a07ba..70df56ca250c1ef76bb7777a6d359ea8c0542518 100644
--- a/pylib/gyp/__init__.py
+++ b/pylib/gyp/__init__.py
@@ -77,6 +77,8 @@ def Load(build_files, format, default_variables={},
getattr(generator, 'generator_extra_sources_for_rules', []),
'generator_supports_multiple_toolsets':
getattr(generator, 'generator_supports_multiple_toolsets', False),
+ 'generator_wants_flattened_static_libraries':
Mark Mentovai 2011/05/24 21:46:15 “flattened” is a bad name because it means somethi
+ getattr(generator, 'generator_wants_flattened_static_libraries', True)
}
# Process the input specific to this generator.
« no previous file with comments | « no previous file | pylib/gyp/generator/dump-json.py » ('j') | pylib/gyp/generator/dump-json.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698