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

Unified Diff: third_party/closure_compiler/compile2.py

Issue 2898563002: Closure: OK, really remove build/inputs.py this time (Closed)
Patch Set: update run_tests.py Created 3 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 | « third_party/closure_compiler/build/inputs.py ('k') | third_party/closure_compiler/compiler_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/compile2.py
diff --git a/third_party/closure_compiler/compile2.py b/third_party/closure_compiler/compile2.py
index 787b76ed2cbb710937016b3bb9f0934b8a9c18f0..a292c8dd732b2a4c76054e39b9a3d17d85ffebf0 100755
--- a/third_party/closure_compiler/compile2.py
+++ b/third_party/closure_compiler/compile2.py
@@ -13,7 +13,6 @@ import subprocess
import sys
import tempfile
-import build.inputs
import processor
import error_filter
@@ -189,7 +188,7 @@ class Checker(object):
return tmp_file.name
def check(self, sources, out_file, closure_args=None,
- custom_sources=True, custom_includes=False):
+ custom_sources=False, custom_includes=False):
dpapad 2017/05/20 02:12:10 Hm, so I guess currently the compilation succeeds,
Dan Beam 2017/05/20 03:03:45 this is always specified from the |opts| below
"""Closure compile |sources| while checking for errors.
Args:
« no previous file with comments | « third_party/closure_compiler/build/inputs.py ('k') | third_party/closure_compiler/compiler_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698