Skip to content

Commit 3354660

Browse files
Kateryna ProkopenkoDevtools-frontend LUCI CQ
authored andcommitted
[GM3Restyling] Update run command menu
Also add a script that given an image name adds required image paths to devtools_image_files.gni and devtools_grd_files.gni Screenshot: https://imgur.com/a/MaU8tFD Bug: 325442580 Change-Id: I13d1af601c5534507f5303608fc28faf612c7d3a Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6170727 Auto-Submit: Kateryna Prokopenko <[email protected]> Reviewed-by: Kim-Anh Tran <[email protected]> Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Simon Zünd <[email protected]>
1 parent 7a44ab7 commit 3354660

File tree

15 files changed

+208
-31
lines changed

15 files changed

+208
-31
lines changed

config/gni/devtools_grd_files.gni

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,10 @@ grd_files_release_sources = [
151151
"front_end/Images/gear-filled.svg",
152152
"front_end/Images/gear.svg",
153153
"front_end/Images/gears.svg",
154+
"front_end/Images/global.svg",
154155
"front_end/Images/google.svg",
155156
"front_end/Images/goto-filled.svg",
157+
"front_end/Images/grid-on.svg",
156158
"front_end/Images/group.svg",
157159
"front_end/Images/heap-snapshot.svg",
158160
"front_end/Images/heap-snapshots.svg",
@@ -181,8 +183,10 @@ grd_files_release_sources = [
181183
"front_end/Images/justify-items-start.svg",
182184
"front_end/Images/justify-items-stretch.svg",
183185
"front_end/Images/keyboard-arrow-right.svg",
186+
"front_end/Images/keyboard-full.svg",
184187
"front_end/Images/keyboard-pen.svg",
185188
"front_end/Images/keyboard.svg",
189+
"front_end/Images/label.svg",
186190
"front_end/Images/large-arrow-right-filled.svg",
187191
"front_end/Images/layers-filled.svg",
188192
"front_end/Images/layers.svg",
@@ -205,6 +209,8 @@ grd_files_release_sources = [
205209
"front_end/Images/network-settings.svg",
206210
"front_end/Images/nodeIcon.avif",
207211
"front_end/Images/open-externally.svg",
212+
"front_end/Images/override.svg",
213+
"front_end/Images/palette.svg",
208214
"front_end/Images/pause-circle.svg",
209215
"front_end/Images/pause.svg",
210216
"front_end/Images/pen-spark.svg",
@@ -214,6 +220,7 @@ grd_files_release_sources = [
214220
"front_end/Images/performance-panel-time-range.svg",
215221
"front_end/Images/performance.svg",
216222
"front_end/Images/person.svg",
223+
"front_end/Images/photo-camera.svg",
217224
"front_end/Images/play.svg",
218225
"front_end/Images/plus.svg",
219226
"front_end/Images/policy.svg",
@@ -256,10 +263,12 @@ grd_files_release_sources = [
256263
"front_end/Images/symbol.svg",
257264
"front_end/Images/sync.svg",
258265
"front_end/Images/table.svg",
266+
"front_end/Images/terminal.svg",
259267
"front_end/Images/thumb-down-filled.svg",
260268
"front_end/Images/thumb-down.svg",
261269
"front_end/Images/thumb-up-filled.svg",
262270
"front_end/Images/thumb-up.svg",
271+
"front_end/Images/tonality.svg",
263272
"front_end/Images/toolbarResizerVertical.png",
264273
"front_end/Images/top-panel-close.svg",
265274
"front_end/Images/top-panel-open.svg",

config/gni/devtools_image_files.gni

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,10 @@ devtools_svg_sources = [
153153
"gear-filled.svg",
154154
"gear.svg",
155155
"gears.svg",
156+
"global.svg",
156157
"google.svg",
157158
"goto-filled.svg",
159+
"grid-on.svg",
158160
"group.svg",
159161
"heap-snapshot.svg",
160162
"heap-snapshots.svg",
@@ -183,8 +185,10 @@ devtools_svg_sources = [
183185
"justify-items-start.svg",
184186
"justify-items-stretch.svg",
185187
"keyboard-arrow-right.svg",
188+
"keyboard-full.svg",
186189
"keyboard-pen.svg",
187190
"keyboard.svg",
191+
"label.svg",
188192
"large-arrow-right-filled.svg",
189193
"layers-filled.svg",
190194
"layers.svg",
@@ -204,6 +208,8 @@ devtools_svg_sources = [
204208
"mouse.svg",
205209
"network-settings.svg",
206210
"open-externally.svg",
211+
"override.svg",
212+
"palette.svg",
207213
"pause-circle.svg",
208214
"pause.svg",
209215
"pen-spark.svg",
@@ -213,6 +219,7 @@ devtools_svg_sources = [
213219
"performance-panel-time-range.svg",
214220
"performance.svg",
215221
"person.svg",
222+
"photo-camera.svg",
216223
"play.svg",
217224
"plus.svg",
218225
"policy.svg",
@@ -254,10 +261,12 @@ devtools_svg_sources = [
254261
"symbol.svg",
255262
"sync.svg",
256263
"table.svg",
264+
"terminal.svg",
257265
"thumb-down-filled.svg",
258266
"thumb-down.svg",
259267
"thumb-up-filled.svg",
260268
"thumb-up.svg",
269+
"tonality.svg",
261270
"top-panel-close.svg",
262271
"top-panel-open.svg",
263272
"touch-app.svg",

front_end/Images/src/global.svg

Lines changed: 5 additions & 0 deletions
Loading

front_end/Images/src/grid-on.svg

Lines changed: 10 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Loading

front_end/Images/src/label.svg

Lines changed: 10 additions & 0 deletions
Loading

front_end/Images/src/override.svg

Lines changed: 11 additions & 0 deletions
Loading

front_end/Images/src/palette.svg

Lines changed: 10 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Loading

front_end/Images/src/terminal.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)