Index: chrome/browser/resources/md_policy/md_policy.html |
diff --git a/chrome/browser/resources/md_policy/md_policy.html b/chrome/browser/resources/md_policy/md_policy.html |
index 0ed781997cfbfc7538814e70e50bc25be2d9eb67..582e5e558b51a495f644f61fc91fb09ed677d2de 100644 |
--- a/chrome/browser/resources/md_policy/md_policy.html |
+++ b/chrome/browser/resources/md_policy/md_policy.html |
@@ -3,8 +3,22 @@ |
<head> |
<meta charset="utf-8"> |
<title>Policies</title> |
+ |
+ <script src="chrome://resources/js/cr.js"></script> |
+ <script src="chrome://resources/js/load_time_data.js"></script> |
+ <script src="chrome://resources/js/i18n_template.js"></script> |
+ <script src="chrome://resources/js/polymer_config.js"></script> |
+ <script src="chrome://resources/js/util.js"></script> |
+ <script src="chrome://md-policy/strings.js"></script> |
Dan Beam
2015/10/10 01:04:18
if we're not using this on iOS, can you use import
fhorschig
2015/10/13 16:29:10
Done. Also distributed dependencies to the files t
|
+ |
+ <link rel="import" href="chrome://md-policy/policy_ui.html"> |
+ |
+ <link rel="import" type="css" href="chrome://resources/css/roboto.css"> |
+ |
+ <link rel="stylesheet" type="text/css" href="chrome://md-policy/md_policy.css"> |
</head> |
<body> |
- <h1>A Material Design policy page is under construction!</h1> |
+ <policy-ui></policy-ui> |
+ |
Dan Beam
2015/10/10 01:04:18
why this \n?
fhorschig
2015/10/13 16:29:10
Deleted.
|
</body> |
</html> |