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

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

Issue 2772643002: DevTools: Changes View (Closed)
Patch Set: fix test 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/BUILD.gn
diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
index ac08ead290931f791ecf1696ca4e25f63b74b77a..8d3030e85e027a9da6ddc09e3db1b26b53670613 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -62,6 +62,12 @@ all_devtools_files = [
"front_end/bindings/SASSSourceMapping.js",
"front_end/bindings/StylesSourceMapping.js",
"front_end/bindings/TempFile.js",
+ "front_end/changes/ChangesHighlighter.js",
+ "front_end/changes/changesView.css",
+ "front_end/changes/ChangesView.js",
+ "front_end/changes/changesSidebar.css",
+ "front_end/changes/ChangesSidebar.js",
+ "front_end/changes/module.json",
"front_end/cm/activeline.js",
"front_end/cm/closebrackets.js",
"front_end/cm/codemirror.css",
@@ -838,6 +844,7 @@ generated_resources = [
"$resources_out_dir/animation/animation_module.js",
"$resources_out_dir/audits/audits_module.js",
"$resources_out_dir/audits2/audits2_module.js",
+ "$resources_out_dir/changes/changes_module.js",
"$resources_out_dir/cm/cm_module.js",
"$resources_out_dir/color_picker/color_picker_module.js",
"$resources_out_dir/console/console_module.js",

Powered by Google App Engine
This is Rietveld 408576698