summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/settings/prefs/prefs.html
blob: 2b5323003d0a64555104eea3dd329f1a997cf712 (plain)
1
2
3
4
5
6
7
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>