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

Unified Diff: Source/devtools/scripts/compile_frontend.py

Issue 18347003: DevTools: Implement CSS pretty-printing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 7 years, 3 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: Source/devtools/scripts/compile_frontend.py
diff --git a/Source/devtools/scripts/compile_frontend.py b/Source/devtools/scripts/compile_frontend.py
index bc4e5e5eebad5e02b604e3f21691c7087c1ea196..ca96c7e14511c4685438f67cfdf88f8a78273b0c 100755
--- a/Source/devtools/scripts/compile_frontend.py
+++ b/Source/devtools/scripts/compile_frontend.py
@@ -72,6 +72,7 @@ modules = [
"ContentProviderBasedProjectDelegate.js",
"ContentProviders.js",
"CookieParser.js",
+ "CSSFormatter.js",
"CSSMetadata.js",
"CSSStyleModel.js",
"CSSStyleSheetMapping.js",

Powered by Google App Engine
This is Rietveld 408576698