Unused resources in Android .pak file |
|||||
Issue descriptionIDR_WEBUI_ANALYTICS_JS - doesn't seem to be used in android - https://code.google.com/p/chromium/codesearch#chromium/src/ui/webui/resources/webui_resources.grd&q=js/analytics.js%20-file:tools%20-file:infra&sq=package:chromium&type=cs&l=18 IDR_WEBUI_ROBOTO_ROBOTO_MEDIUM_WOFF2, IDR_WEBUI_ROBOTO_ROBOTO_REGULAR_WOFF2, IDR_WEBUI_ROBOTO_ROBOTO_LIGHT_WOFF2 might not be used (pending investigation) - https://code.google.com/p/chromium/codesearch#chromium/src/ui/webui/resources/webui_resources.grd&q=js/analytics.js%20-file:tools%20-file:infra&sq=package:chromium&type=cs&l=19 IDR_WEBUI_JS_CR_UI_LIST, IDR_WEBUI_JS_CR_UI_TOUCH_HANDLER, IDR_WEBUI_JS_CR_UI_CARD_SLIDER - investigate this, talk to owner to see if this was ever meant to be shared. IDR_NEWTAB_WEBSTORE_THUMBNAIL - do we use this? WEBSTORE keyword seems to make me think we aren't using it.
,
Jan 25 2017
,
Jan 14 2018
It looks like there are some unused image resources that we ship in Chrome.apk I did an experiment. Removing the unused IDR_EASY_UNLOCK_.* resources from Chrome.apk shrinks Chrome.apk by ~20KB.
,
Jan 15 2018
,
Jan 18 2018
Note: the roboto resources were removed at some point.
,
Jan 18 2018
,
Jan 21
(2 days ago)
|
|||||
►
Sign in to add a comment |
|||||
Comment 1 by smaier@chromium.org
, Aug 18 2016Owner: agrieve@chromium.org