| 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 64ca3e5360488102fc7876135da05a1ac3288cd0..0018559c32a26e60680e55511be35ba5b5c38d5e 100644
|
| --- a/third_party/WebKit/Source/devtools/BUILD.gn
|
| +++ b/third_party/WebKit/Source/devtools/BUILD.gn
|
| @@ -240,6 +240,11 @@ all_devtools_files = [
|
| "front_end/heap_snapshot_worker/HeapSnapshotWorker.js",
|
| "front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js",
|
| "front_end/heap_snapshot_worker/module.json",
|
| + "front_end/help/Help.js",
|
| + "front_end/help/module.json",
|
| + "front_end/help/releaseNote.css",
|
| + "front_end/help/ReleaseNote.js",
|
| + "front_end/help/ReleaseNoteText.js",
|
| "front_end/host/InspectorFrontendHost.js",
|
| "front_end/host/InspectorFrontendHostAPI.js",
|
| "front_end/host/module.json",
|
|
|