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

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: fix compiled_resources2.gyp 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 a3df15e0bf74f3c511c3ec34f9819ee1301b53c4..379882890eaf9b627efdfa878712fdf9785a464c 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -211,6 +211,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_DOWNLOADS_PAGE_CSS"
file="downloads_page/downloads_page.css"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698