Commit 216a14b6 authored by rbpotter's avatar rbpotter Committed by Commit Bot

Print Preview: Clean up if expr for base tag

The base tag was only added in non-optimized builds since Polymer
bundler ate base tags and the optimize_webui script manually restored
them during building. This is no longer needed now that Print Preview
has been migrated to use rollup for bundling.

Bug: None
Change-Id: I422dcc4ce56cd4ce853eec4915951776e88dc679
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451508Reviewed-by: default avatardpapad <dpapad@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#814672}
parent b679f489
......@@ -3,9 +3,7 @@
<head>
<title>$i18n{title}</title>
<meta charset="utf-8">
<if expr="not optimize_webui">
<base href="chrome://print">
</if>
<style>
html {
background: white;
......
......@@ -14,8 +14,7 @@
<includes>
<include name="IDR_PRINT_PREVIEW_PRINT_PREVIEW_HTML"
file="print_preview.html"
type="chrome_html"
preprocess="true" />
type="chrome_html" />
<include name="IDR_PRINT_PREVIEW_PRINT_PREVIEW_ROLLUP_JS"
file="${root_gen_dir}\chrome\browser\resources\print_preview\print_preview.rollup.js"
use_base_dir="false"
......
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