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

Unified Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2975523002: DevTools: add console test helpers to new test runner & migrate a console test (Closed)
Patch Set: fix Created 3 years, 5 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/BUILD.gn
diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
index 377f7fa2cc6e8d8bcfbcce8a20bd01e0105bd210..75dc8a346c9f1fb51b3e0fac29eb39fd200bf60d 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -152,6 +152,9 @@ all_devtools_files = [
"front_end/console_test_runner/module.json",
"front_end/cookie_table/CookiesTable.js",
"front_end/cookie_table/module.json",
+ "front_end/counters/errorWarningCounter.css",
+ "front_end/counters/module.json",
+ "front_end/counters/WarningErrorCounter.js",
"front_end/coverage/coverageListView.css",
"front_end/coverage/CoverageDecorationManager.js",
"front_end/coverage/CoverageListView.js",
@@ -308,7 +311,6 @@ all_devtools_files = [
"front_end/layers/LayersPanel.js",
"front_end/layers/LayerTreeModel.js",
"front_end/layers/module.json",
- "front_end/main/errorWarningCounter.css",
"front_end/main/ExecutionContextSelector.js",
"front_end/main/GCActionDelegate.js",
"front_end/main/Main.js",

Powered by Google App Engine
This is Rietveld 408576698