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

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
« no previous file with comments | « Source/devtools/front_end/externs.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..9aebda14b1f4cfe68b26479823395192f3e92671 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",
@@ -91,6 +92,7 @@ modules = [
"InspectorBackend.js",
"IsolatedFileSystemManager.js",
"IsolatedFileSystem.js",
+ "JavaScriptFormatter.js",
"Linkifier.js",
"NetworkLog.js",
"NetworkUISourceCodeProvider.js",
@@ -100,6 +102,7 @@ modules = [
"SASSSourceMapping.js",
"Script.js",
"ScriptFormatter.js",
+ "ScriptFormatterWorker.js",
"ScriptSnippetModel.js",
"SimpleWorkspaceProvider.js",
"SnippetStorage.js",
« no previous file with comments | « Source/devtools/front_end/externs.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698