Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Commit

Permalink
Use new size graphic for browser action icon graphic
Browse files Browse the repository at this point in the history
Size is changed to 18px as per brave/brave-browser#2295
  • Loading branch information
petemill committed Jan 8, 2019
1 parent 038a43a commit 3a59fb8
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 19 deletions.
14 changes: 12 additions & 2 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ action("brave-extension") {
"app/actions/tabActions.ts",
"app/actions/webNavigationActions.ts",
"app/actions/windowActions.ts",
"app/assets/img/shields-off.png",
"app/assets/img/shields-off@2x.png",
"app/assets/img/shields-off@3x.png",
"app/assets/img/shields-on.png",
"app/assets/img/shields-on@2x.png",
"app/assets/img/shields-on@3x.png",
"app/background.ts",
"app/background/actions/cosmeticFilterActions.ts",
"app/background/actions/runtimeActions.ts",
Expand Down Expand Up @@ -103,8 +109,12 @@ action("brave-extension") {
"$build_dir/img/icon-64.png",
"$build_dir/img/icon-128.png",
"$build_dir/img/icon-256.png",
"$build_dir/img/icon.svg",
"$build_dir/img/icon-off.svg",
"$build_dir/img/shields-off.png",
"$build_dir/img/shields-off@2x.png",
"$build_dir/img/shields-off@3x.png",
"$build_dir/img/shields-on.png",
"$build_dir/img/shields-on@2x.png",
"$build_dir/img/shields-on@3x.png",
"$build_dir/_locales/en_US/messages.json",
]

Expand Down
7 changes: 0 additions & 7 deletions app/assets/img/icon-off.svg

This file was deleted.

Loading

0 comments on commit 3a59fb8

Please sign in to comment.