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

Unified Diff: chrome/browser/resources/settings/lazy_load.html

Issue 2746033005: MD Settings: Separate code to be loaded lazily to its own lazy_load.html (Closed)
Patch Set: Fix crisper output. Created 3 years, 9 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/settings/lazy_load.html
diff --git a/chrome/browser/resources/settings/lazy_load.html b/chrome/browser/resources/settings/lazy_load.html
new file mode 100644
index 0000000000000000000000000000000000000000..2853b3c1eae36b0926dcaa69ba2d2da907406b9e
--- /dev/null
+++ b/chrome/browser/resources/settings/lazy_load.html
@@ -0,0 +1,15 @@
+<link rel="import" href="a11y_page/a11y_page.html">
+<link rel="import" href="downloads_page/downloads_page.html">
+<link rel="import" href="languages_page/languages_page.html">
+<link rel="import" href="passwords_and_forms_page/passwords_and_forms_page.html">
+<link rel="import" href="printing_page/printing_page.html">
+<link rel="import" href="privacy_page/privacy_page.html">
+<link rel="import" href="reset_page/reset_page.html">
+
+<if expr="chromeos">
+<link rel="import" href="date_time_page/date_time_page.html">
+</if>
+
+<if expr="not chromeos">
+<link rel="import" href="system_page/system_page.html">
+</if>
« no previous file with comments | « chrome/browser/resources/settings/basic_page/basic_page.html ('k') | chrome/browser/resources/settings/settings_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698