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

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

Issue 2671413004: DevTools: introduce spritesheet assembler. (Closed)
Patch Set: rebaseline tests 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 ab0fc7dc3c359cb5d7f93e0b82ae7006e88ec097..2a9c69b0bb38ecedacddfeeac5fe7595d49da94d 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -601,6 +601,7 @@ all_devtools_files = [
"front_end/ui/GlassPane.js",
"front_end/ui/HistoryInput.js",
"front_end/ui/Icon.js",
+ "front_end/ui/GeneratedIconDescriptors.js",
"front_end/ui/infobar.css",
"front_end/ui/Infobar.js",
"front_end/ui/InplaceEditor.js",
@@ -764,8 +765,6 @@ devtools_image_files = [
"front_end/Images/resourceCSSIcon.png",
"front_end/Images/resourceDocumentIcon.png",
"front_end/Images/resourceDocumentIconSmall.png",
- "front_end/Images/resourceGlyphs.png",
- "front_end/Images/resourceGlyphs_2x.png",
"front_end/Images/resourceJSIcon.png",
"front_end/Images/resourcePlainIcon.png",
"front_end/Images/resourcePlainIconSmall.png",
@@ -774,13 +773,11 @@ devtools_image_files = [
"front_end/Images/searchPrev.png",
"front_end/Images/securityIcons_2x.png",
"front_end/Images/securityIcons.png",
- "front_end/Images/smallIcons.png",
- "front_end/Images/smallIcons_2x.png",
+ "front_end/Images/icons_spritesheet.png",
+ "front_end/Images/icons_spritesheet_2x.png",
"front_end/Images/speech.png",
"front_end/Images/treeoutlineTriangles.png",
"front_end/Images/treeoutlineTriangles_2x.png",
- "front_end/Images/toolbarButtonGlyphs.png",
- "front_end/Images/toolbarButtonGlyphs_2x.png",
"front_end/Images/toolbarResizerVertical.png",
"front_end/Images/touchCursor.png",
"front_end/Images/touchCursor_2x.png",

Powered by Google App Engine
This is Rietveld 408576698