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

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

Issue 662393007: DevTools: Make compile_frontend.py check code from all applications (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comment Created 6 years, 2 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/Runtime.js ('k') | Source/devtools/scripts/concatenate_application_code.py » ('j') | 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 1e1f4521fdb4813ecd6953c8165aa9ea71b184f8..4be8d7f5f06c32b5fd7b99a2b021db8b23da0094 100755
--- a/Source/devtools/scripts/compile_frontend.py
+++ b/Source/devtools/scripts/compile_frontend.py
@@ -88,8 +88,9 @@ def error_excepthook(exctype, value, traceback):
sys.excepthook = error_excepthook
+application_descriptors = ['devtools.json', 'toolbox.json']
loader = modular_build.DescriptorLoader(devtools_frontend_path)
-descriptors = loader.load_application('devtools.json')
+descriptors = loader.load_applications(application_descriptors)
modules_by_name = descriptors.modules
« no previous file with comments | « Source/devtools/front_end/Runtime.js ('k') | Source/devtools/scripts/concatenate_application_code.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698