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

Unified Diff: third_party/WebKit/Source/devtools/front_end/unit_test_runner.json

Issue 2769843003: DevTools: split text_utils out of common module (Closed)
Patch Set: rebaseline 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/front_end/unit_test_runner.json
diff --git a/third_party/WebKit/Source/devtools/front_end/unit_test_runner.json b/third_party/WebKit/Source/devtools/front_end/unit_test_runner.json
index ed35e3008f91641c3cba0462c5da0e44978aea4b..69a4a9bf5e185d73b452a6e08ed36748e900a661 100644
--- a/third_party/WebKit/Source/devtools/front_end/unit_test_runner.json
+++ b/third_party/WebKit/Source/devtools/front_end/unit_test_runner.json
@@ -4,6 +4,7 @@
{ "name": "dom_extension", "type": "autostart" },
{ "name": "ui", "type": "autostart" },
{ "name": "host", "type": "autostart" },
+ { "name": "text_utils", "type": "autostart" },
{ "name": "common", "type": "autostart" },
{ "name": "workspace", "type": "autostart" },
{ "name": "text_editor", "type": "autostart" },

Powered by Google App Engine
This is Rietveld 408576698