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

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

Issue 2766903002: DevTools: make what's new look nice. (Closed)
Patch Set: image added Created 3 years, 9 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 d9de7733db091c0663b6c9266842da43d2cc7705..31759f99f86394588858b6af20779770696567ea 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -246,8 +246,8 @@ all_devtools_files = [
"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/help/ReleaseNoteView.js",
"front_end/host/InspectorFrontendHost.js",
"front_end/host/InspectorFrontendHostAPI.js",
"front_end/host/module.json",
@@ -810,6 +810,7 @@ devtools_image_files = [
"front_end/Images/toolbarResizerVertical.png",
"front_end/Images/touchCursor.png",
"front_end/Images/touchCursor_2x.png",
+ "front_end/Images/whatsnew.png",
]
resources_out_dir = "$root_out_dir/resources/inspector"

Powered by Google App Engine
This is Rietveld 408576698