| 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 edda862de0500328f6a7458806d63a6a9553c211..7ca346214bc1d630071f7aed914f3b4e4d4d5c03 100644
|
| --- a/third_party/WebKit/Source/devtools/BUILD.gn
|
| +++ b/third_party/WebKit/Source/devtools/BUILD.gn
|
| @@ -246,6 +246,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",
|
|
|