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