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

Unified Diff: third_party/closure_compiler/build/inputs.py

Issue 475493002: Closure compiler: add pydoc for parts of third_party/closure_compiler/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 6 years, 4 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 | third_party/closure_compiler/checker.py » ('j') | third_party/closure_compiler/checker.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/build/inputs.py
diff --git a/third_party/closure_compiler/build/inputs.py b/third_party/closure_compiler/build/inputs.py
index 107599511dbb43386ac37fb60fc1a94cd906a605..356c77197140845d246c855a18ddc20466731977 100755
--- a/third_party/closure_compiler/build/inputs.py
+++ b/third_party/closure_compiler/build/inputs.py
@@ -24,7 +24,7 @@ def GetInputs(args):
files = set()
for file in opts.sources + opts.depends + opts.externs:
files.add(file)
- files.update(processor.Processor(file).included_files())
+ files.update(processor.Processor(file).included_files)
return files
« no previous file with comments | « no previous file | third_party/closure_compiler/checker.py » ('j') | third_party/closure_compiler/checker.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698