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

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

Issue 2770123002: DevTools: produce javascript outline for javascript classess (Closed)
Patch Set: missing build files 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/scripts/compile_frontend.py
diff --git a/third_party/WebKit/Source/devtools/scripts/compile_frontend.py b/third_party/WebKit/Source/devtools/scripts/compile_frontend.py
index da2b7aad971cca924f379f90557019c1faa6a7e6..ee4f21aa6ce37f60a5b085f1694c248db45acfd4 100755
--- a/third_party/WebKit/Source/devtools/scripts/compile_frontend.py
+++ b/third_party/WebKit/Source/devtools/scripts/compile_frontend.py
@@ -118,6 +118,7 @@ application_descriptors = [
skipped_namespaces = {
'Console', # Closure uses Console as a namespace item so we cannot override it right now.
'Gonzales', # third party module defined in front_end/externs.js
+ 'Acorn', # third party module defined in front_end/externs.js
'Terminal', # third party module defined in front_end/externs.js
}

Powered by Google App Engine
This is Rietveld 408576698