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

Unified Diff: Source/devtools/scripts/concatenate_application_code.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/scripts/compile_frontend.py ('k') | Source/devtools/scripts/modular_build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/scripts/concatenate_application_code.py
diff --git a/Source/devtools/scripts/concatenate_application_code.py b/Source/devtools/scripts/concatenate_application_code.py
index e239983340350dff56a3d7b67780664115c0ac44..efcdbc9899f64b30a83d7bad87c469f15fbfc374 100755
--- a/Source/devtools/scripts/concatenate_application_code.py
+++ b/Source/devtools/scripts/concatenate_application_code.py
@@ -194,7 +194,7 @@ class ReleaseBuilder(AppBuilder):
self._concatenate_autostart_modules(output)
output.write('/* Application descriptor %s */\n' % self.app_file('json'))
output.write('applicationDescriptor = ')
- output.write(self.descriptors.application_json)
+ output.write(self.descriptors.application_json())
output.write(';\n/* Core CSS */\n')
self._write_module_css_styles(self.core_css_names(), output)
output.write('\n/* Application loader */\n')
« no previous file with comments | « Source/devtools/scripts/compile_frontend.py ('k') | Source/devtools/scripts/modular_build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698