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

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

Issue 2837083003: DevTools: create test infrastructure so devtools drives the test (Closed)
Patch Set: rebaseline Created 3 years, 6 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 35bf1616d684e7cfd7f1be8e63a621058a11ddec..3c4c487f00c3ad8d496abc1a52c7d4982ef30ada 100755
--- a/third_party/WebKit/Source/devtools/scripts/compile_frontend.py
+++ b/third_party/WebKit/Source/devtools/scripts/compile_frontend.py
@@ -110,6 +110,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