Commit 90efec29 authored by dpapad's avatar dpapad Committed by Commit Bot

New Tab Page: Fix missing logo with optimize_webui=true

The logo image was accidentally only included for optimize_webui=false
at r827003.

Bug: 1149235
Change-Id: Ie6a965529e9d31cebcffc0a75672b3a505cc6411
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2538397
Commit-Queue: dpapad <dpapad@chromium.org>
Auto-Submit: dpapad <dpapad@chromium.org>
Reviewed-by: default avatarTibor Goldschwendt <tiborg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827871}
parent f1584254
...@@ -72,8 +72,6 @@ ...@@ -72,8 +72,6 @@
<include name="IDR_NEW_TAB_PAGE_REALBOX_MATCH_JS" <include name="IDR_NEW_TAB_PAGE_REALBOX_MATCH_JS"
file="${root_gen_dir}/chrome/browser/resources/new_tab_page/realbox_match.js" file="${root_gen_dir}/chrome/browser/resources/new_tab_page/realbox_match.js"
use_base_dir="false" type="BINDATA" /> use_base_dir="false" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_ICONS_GOOGLE_LOGO_SVG"
file="icons/google_logo.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_IMG_JS" <include name="IDR_NEW_TAB_PAGE_IMG_JS"
file="img.js" type="BINDATA" /> file="img.js" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_BROWSER_PROXY_JS" <include name="IDR_NEW_TAB_PAGE_BROWSER_PROXY_JS"
......
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
file="icons/chevron.svg" type="BINDATA" /> file="icons/chevron.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_GENERIC_GLOBE_SVG" <include name="IDR_NEW_TAB_PAGE_GENERIC_GLOBE_SVG"
file="icons/generic_globe.svg" type="BINDATA" /> file="icons/generic_globe.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_GOOGLE_LOGO_SVG"
file="icons/google_logo.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_PENCIL_ICON_SVG" <include name="IDR_NEW_TAB_PAGE_PENCIL_ICON_SVG"
file="icons/icon_pencil.svg" type="BINDATA" /> file="icons/icon_pencil.svg" type="BINDATA" />
<include name="IDR_NEW_TAB_PAGE_LINK_ICON_SVG" <include name="IDR_NEW_TAB_PAGE_LINK_ICON_SVG"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment