Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: chrome/browser/resources/md_policy/md_policy.html

Issue 1371073003: Display material design policies grouped by tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove typing for string property. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698