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

Unified Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2770123002: DevTools: produce javascript outline for javascript classess (Closed)
Patch Set: address comments Created 3 years, 9 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: third_party/WebKit/Source/devtools/BUILD.gn
diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
index cd30c6f1ef31733a912f88b8b7940c1dded87cf1..a7266a886826669e9e3213eaf236cdfc19359a9d 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -214,7 +214,6 @@ all_devtools_files = [
"front_end/extensions/module.json",
"front_end/formatter_worker.js",
"front_end/formatter_worker.json",
- "front_end/formatter_worker/acorn/acorn.js",
"front_end/formatter_worker/AcornTokenizer.js",
"front_end/formatter_worker/CSSFormatter.js",
"front_end/formatter_worker/CSSRuleParser.js",
@@ -225,8 +224,10 @@ all_devtools_files = [
"front_end/formatter_worker/IdentityFormatter.js",
"front_end/formatter_worker/JavaScriptFormatter.js",
"front_end/formatter_worker/JavaScriptOutline.js",
- "front_end/formatter_worker/module.json",
"front_end/formatter_worker/RelaxedJSONParser.js",
+ "front_end/formatter_worker/acorn/acorn.js",
+ "front_end/formatter_worker/acorn/acorn_loose.js",
+ "front_end/formatter_worker/module.json",
"front_end/gonzales/gonzales-scss.js",
"front_end/gonzales/module.json",
"front_end/gonzales/SCSSParser.js",
« no previous file with comments | « third_party/WebKit/Source/devtools/.eslintignore ('k') | third_party/WebKit/Source/devtools/front_end/externs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698