summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/prefs/prefs.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/settings/prefs/prefs.html')
-rw-r--r--chromium/chrome/browser/resources/settings/prefs/prefs.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/chrome/browser/resources/settings/prefs/prefs.html b/chromium/chrome/browser/resources/settings/prefs/prefs.html
new file mode 100644
index 00000000000..2b5323003d0
--- /dev/null
+++ b/chromium/chrome/browser/resources/settings/prefs/prefs.html
@@ -0,0 +1,8 @@
+<link rel="import" href="chrome://resources/polymer/v0_8/polymer/polymer.html">
+<link rel="import" href="chrome://resources/html/assert.html">
+<link rel="import" href="chrome://resources/html/cr.html">
+
+<dom-module id="cr-settings-prefs">
+ <script src="prefs_types.js"></script>
+ <script src="prefs.js"></script>
+</dom-module>