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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 1707613002: MD Settings: Start device page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments, rebase Created 4 years, 10 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/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index 32f59f29ee22baffd48bffd71f1a5b7b9180adf3..2da74c70d8915f8ed71a87e4e09bb8f197606f65 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -220,6 +220,20 @@
file="default_browser_page/default_browser_page.js"
type="chrome_html" />
</if>
+ <if expr="chromeos">
+ <structure name="IDR_SETTINGS_DEVICE_PAGE_HTML"
+ file="device_page/device_page.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_DEVICE_PAGE_JS"
+ file="device_page/device_page.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_DEVICE_TOUCHPAD_HTML"
+ file="device_page/touchpad.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_DEVICE_TOUCHPAD_JS"
+ file="device_page/touchpad.js"
+ type="chrome_html" />
+ </if>
<structure name="IDR_SETTINGS_DIRECTION_DELEGATE_HTML"
file="direction_delegate.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698