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

Unified Diff: third_party/WebKit/Source/devtools/scripts/build/rjsmin.py

Issue 2800063003: Force a python_only rjsmin version in devtools build
Patch Set: Created 3 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/scripts/build/rjsmin.py
diff --git a/third_party/WebKit/Source/devtools/scripts/build/rjsmin.py b/third_party/WebKit/Source/devtools/scripts/build/rjsmin.py
index 54e20ec1c74a8b97e1baa88c12b437683d9bc4a2..de9e295fe4c194ce46779a0da0fd52b92c519a27 100755
--- a/third_party/WebKit/Source/devtools/scripts/build/rjsmin.py
+++ b/third_party/WebKit/Source/devtools/scripts/build/rjsmin.py
@@ -343,7 +343,7 @@ def _make_jsmin(python_only=False):
return jsmin
-jsmin = _make_jsmin()
+jsmin = _make_jsmin(python_only=True) # pylint: disable = invalid-name
def jsmin_for_posers(script, keep_bang_comments=False):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698