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

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

Issue 2500493003: [DevTools] make breakpoints better (Closed)
Patch Set: Created 4 years, 1 month 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 639080fd7c4cd19795f1dc35dece5c453573e93c..6696fda1f104ac9685942075d8dd9f10ff6201ef 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -220,6 +220,7 @@ devtools_ui_js_files = [
"front_end/ui/emptyWidget.css",
"front_end/ui/filter.css",
"front_end/ui/infobar.css",
+ "front_end/ui/inlineBreakpoint.css",
"front_end/ui/inspectorCommon.css",
"front_end/ui/inspectorStyle.css",
"front_end/ui/inspectorSyntaxHighlight.css",
@@ -262,6 +263,7 @@ devtools_ui_js_files = [
"front_end/ui/HistoryInput.js",
"front_end/ui/Icon.js",
"front_end/ui/Infobar.js",
+ "front_end/ui/InlineBreakpoint.js",
"front_end/ui/InplaceEditor.js",
"front_end/ui/TextEditor.js",
"front_end/ui/InspectorView.js",

Powered by Google App Engine
This is Rietveld 408576698