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

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

Issue 2541923002: MD Settings: Add Google Play Store (Arc++) section (Closed)
Patch Set: . Created 4 years 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 4f04c098d9ee0aa154049174f680d3c2d28f4373..551f7c52565a85f1e752b0eb2a6af12ca1d510ab 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -974,6 +974,22 @@
file="site_settings/zoom_levels.js"
type="chrome_html" />
<if expr="chromeos">
+ <structure name="IDR_SETTINGS_ANDROID_APPS_PAGE_HTML"
+ file="android_apps_page/android_apps_page.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_ANDROID_APPS_PAGE_JS"
+ file="android_apps_page/android_apps_page.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_ANDROID_APPS_BROWSER_PROXY_JS"
+ file="android_apps_page/android_apps_browser_proxy.js"
+ type="chrome_html"
+ flattenhtml="true"
+ allowexternalscript="true" />
+ <structure name="IDR_SETTINGS_ANDROID_APPS_BROWSER_PROXY_HTML"
+ file="android_apps_page/android_apps_browser_proxy.html"
+ type="chrome_html"
+ flattenhtml="true"
+ allowexternalscript="true" />
<structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_DIALOG_HTML"
file="bluetooth_page/bluetooth_device_dialog.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698