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

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

Issue 2262743002: DevTools: Run devtools tests in release mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pull from master Created 4 years, 4 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/concatenate_application_code.py
diff --git a/third_party/WebKit/Source/devtools/scripts/concatenate_application_code.py b/third_party/WebKit/Source/devtools/scripts/concatenate_application_code.py
index 8831e6123e670ac0cf7ca655e2b5eb8965bbf973..e6984e04864e14767f6fd64ff23f1ddfb871c822 100755
--- a/third_party/WebKit/Source/devtools/scripts/concatenate_application_code.py
+++ b/third_party/WebKit/Source/devtools/scripts/concatenate_application_code.py
@@ -100,9 +100,6 @@ class ReleaseBuilder(AppBuilder):
AppBuilder.__init__(self, application_name, descriptors, application_dir, output_dir)
def build_app(self):
- for module in self.descriptors.application.values():
- if 'type' in module and module['type'] == 'remoteInRelease':
- module['type'] = 'remote'
if self.descriptors.has_html:
self._build_html()
self._build_app_script()

Powered by Google App Engine
This is Rietveld 408576698