| 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",
|
|
|