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

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

Issue 2772643002: DevTools: Changes View (Closed)
Patch Set: no highlighting 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 d9de7733db091c0663b6c9266842da43d2cc7705..bd789ad7826281704c859640b8ce86949a7749a1 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/uiSourceCodeList.css",
+ "front_end/changes/UISourceCodeList.js",
+ "front_end/changes/module.json",
"front_end/cm/activeline.js",
"front_end/cm/closebrackets.js",
"front_end/cm/codemirror.css",
@@ -833,6 +839,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