-
Notifications
You must be signed in to change notification settings - Fork 899
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP TEST: use vectored logo_card_back.xml
- Loading branch information
1 parent
e6cc322
commit e18cbcb
Showing
6 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android"> | ||
</shape> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
diff --git a/chrome/android/chrome_java_resources.gni b/chrome/android/chrome_java_resources.gni | ||
index 328c051b392cbbd35a12733a5b75a186323c3578..f01bd377bae753a0d98278b3dcbe5d3bcae66ff0 100644 | ||
--- a/chrome/android/chrome_java_resources.gni | ||
+++ b/chrome/android/chrome_java_resources.gni | ||
@@ -94,7 +94,6 @@ chrome_java_resources = [ | ||
"java/res/drawable-hdpi/infobar_translate.png", | ||
"java/res/drawable-hdpi/jcb_card.png", | ||
"java/res/drawable-hdpi/location_bar_incognito_badge.png", | ||
- "java/res/drawable-hdpi/logo_card_back.png", | ||
"java/res/drawable-hdpi/mc_card.png", | ||
"java/res/drawable-hdpi/menu_update.png", | ||
"java/res/drawable-hdpi/modern_location_bar.9.png", | ||
@@ -230,7 +229,6 @@ chrome_java_resources = [ | ||
"java/res/drawable-mdpi/infobar_translate.png", | ||
"java/res/drawable-mdpi/jcb_card.png", | ||
"java/res/drawable-mdpi/location_bar_incognito_badge.png", | ||
- "java/res/drawable-mdpi/logo_card_back.png", | ||
"java/res/drawable-mdpi/mc_card.png", | ||
"java/res/drawable-mdpi/menu_update.png", | ||
"java/res/drawable-mdpi/modern_location_bar.9.png", | ||
@@ -354,7 +352,6 @@ chrome_java_resources = [ | ||
"java/res/drawable-xhdpi/infobar_translate.png", | ||
"java/res/drawable-xhdpi/jcb_card.png", | ||
"java/res/drawable-xhdpi/location_bar_incognito_badge.png", | ||
- "java/res/drawable-xhdpi/logo_card_back.png", | ||
"java/res/drawable-xhdpi/mc_card.png", | ||
"java/res/drawable-xhdpi/menu_update.png", | ||
"java/res/drawable-xhdpi/modern_location_bar.9.png", |