Commit b4f81984 authored by jlklein's avatar jlklein Committed by Commit bot

Add Polymer config to enable native shadow dom.

BUG=

Review URL: https://codereview.chromium.org/1128723004

Cr-Commit-Position: refs/heads/master@{#329505}
parent 49f8b812
......@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Settings</title>
<script src="chrome://md-settings/polymer_config.js"></script>
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://md-settings/strings.js"></script>
<link rel="import" href="chrome://md-settings/settings.html">
......
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
Polymer = {dom: 'shadow'};
......@@ -115,6 +115,9 @@
<structure name="IDR_SETTINGS_PREF_TRACKER_JS"
file="pref_tracker/pref_tracker.js"
type="chrome_html" />
<structure name="IDR_SETTINGS_POLYMER_CONFIG_JS"
file="polymer_config.js"
type="chrome_html" />
<structure name="IDR_SETTINGS_ROUTES_HTML"
file="routes.html"
type="chrome_html" />
......
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