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

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

Issue 2698623008: DevTools: extract a list view out of CSSTrackerView (Closed)
Patch Set: similarity=10 Created 3 years, 10 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 c669e0b945391f6d040856827b864028e037e300..24642dc55d0a33f303bbb6f5c92ef0d8c60df26b 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -145,6 +145,7 @@ all_devtools_files = [
"front_end/cookie_table/module.json",
"front_end/css_tracker/cssTrackerView.css",
"front_end/css_tracker/CSSTrackerView.js",
+ "front_end/css_tracker/CSSTrackerListView.js",
alph 2017/02/17 18:34:19 Can we have these sorted plz.
"front_end/css_tracker/module.json",
"front_end/css_tracker/unusedRulesTree.css",
"front_end/data_grid/dataGrid.css",

Powered by Google App Engine
This is Rietveld 408576698