Commit 8b7ec4fe authored by rbpotter's avatar rbpotter Committed by Commit Bot

Print Preview Componentization: Add string includes

Include <strings.html> wherever we rely on load_time_data or i18n.

Bug: 773928
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I7474fcc83359503464a99df5e4d73a152f39c50d
Reviewed-on: https://chromium-review.googlesource.com/1040274Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#555586}
parent 361a3c45
<link rel="import" href="chrome://resources/html/cr.html">
<link rel="import" href="chrome://resources/html/load_time_data.html">
<link rel="import" href="../print_preview_utils.html">
<link rel="import" href="../new/strings.html">
<script src="destination.js"></script>
......@@ -10,6 +10,7 @@
<link rel="import" href="button_css.html">
<link rel="import" href="print_preview_shared_css.html">
<link rel="import" href="search_dialog_css.html">
<link rel="import" href="strings.html">
<dom-module id="print-preview-advanced-dialog">
<style include="print-preview-shared search-dialog button cr-hidden-style">
......
......@@ -7,6 +7,7 @@
<link rel="import" href="../data/destination.html">
<link rel="import" href="destination_list_item.html">
<link rel="import" href="print_preview_shared_css.html">
<link rel="import" href="strings.html">
<link rel="import" href="throbber_css.html">
<dom-module id="print-preview-destination-list">
......
......@@ -7,6 +7,7 @@
<link rel="import" href="../data/destination.html">
<link rel="import" href="highlight_utils.html">
<link rel="import" href="print_preview_shared_css.html">
<link rel="import" href="strings.html">
<dom-module id="print-preview-destination-list-item">
<template>
......
......@@ -14,6 +14,7 @@
<link rel="import" href="throbber_css.html">
<link rel="import" href="settings_section.html">
<link rel="import" href="settings_section_behavior.html">
<link rel="import" href="strings.html">
<dom-module id="print-preview-destination-settings">
<template>
......
......@@ -6,6 +6,7 @@
<link rel="import" href="settings_section.html">
<link rel="import" href="settings_section_behavior.html">
<link rel="import" href="settings_select.html">
<link rel="import" href="strings.html">
<dom-module id="print-preview-dpi-settings">
<template>
......
......@@ -5,6 +5,7 @@
<link rel="import" href="chrome://resources/html/action_link_css.html">
<link rel="import" href="chrome://resources/html/i18n_behavior.html">
<link rel="import" href="settings_section_behavior.html">
<link rel="import" href="strings.html">
<dom-module id="print-preview-more-settings">
<template>
......
......@@ -8,6 +8,7 @@
<link rel="import" href="settings_behavior.html">
<link rel="import" href="settings_section.html">
<link rel="import" href="settings_section_behavior.html">
<link rel="import" href="strings.html">
<dom-module id="print-preview-pages-settings">
<template>
......
......@@ -18,6 +18,7 @@
<link rel="import" href="model.html">
<link rel="import" href="state.html">
<link rel="import" href="settings_behavior.html">
<link rel="import" href="strings.html">
<dom-module id="print-preview-preview-area">
<template>
......
......@@ -9,6 +9,7 @@
<link rel="import" href="button_css.html">
<link rel="import" href="print_preview_shared_css.html">
<link rel="import" href="search_dialog_css.html">
<link rel="import" href="strings.html">
<link rel="import" href="throbber_css.html">
<dom-module id="print-preview-provisional-destination-resolver">
......
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