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

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

Issue 2649023007: DevTools: implement release note behind an experiment (Closed)
Patch Set: make test platform independent Created 3 years, 10 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 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",

Powered by Google App Engine
This is Rietveld 408576698