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

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

Issue 2742623002: DevTools: improve test infrastructure w/ devtools driving the test (Closed)
Patch Set: fixup 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..f431f35423e89ca31815005291f6a154eb8811ae 100755
--- a/third_party/WebKit/Source/devtools/scripts/compile_frontend.py
+++ b/third_party/WebKit/Source/devtools/scripts/compile_frontend.py
@@ -109,6 +109,7 @@ sys.excepthook = error_excepthook
application_descriptors = [
'inspector.json',
'toolbox.json',
+ 'integration_test_runner.json',
'unit_test_runner.json',
'formatter_worker.json',
'heap_snapshot_worker.json',

Powered by Google App Engine
This is Rietveld 408576698