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

Unified Diff: ui/webui/resources/webui_resources.grd

Issue 23665004: sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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
« no previous file with comments | « ui/webui/resources/js/cr/ui/dialog_overlay.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/webui_resources.grd
diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd
index cd725a335e833ca31a190a2dfc05baf0b12ae09a..b13076de65b5e5a39760d16f389d6857285705ec 100644
--- a/ui/webui/resources/webui_resources.grd
+++ b/ui/webui/resources/webui_resources.grd
@@ -128,6 +128,9 @@ without changes to the corresponding grd file. -->
file="css/apps/common.css" type="chrome_html" />
<structure name="IDR_WEBUI_CSS_APPS_TOPBUTTON_BAR"
file="css/apps/topbutton_bar.css" type="chrome_html" />
+ <structure name="IDR_WEBUI_CSS_DIALOG_OVERLAY"
+ file="css/dialog_overlay.css" type="chrome_html"
+ flattenhtml="true" />
<structure name="IDR_WEBUI_CSS_DIALOGS"
file="css/dialogs.css" type="chrome_html" />
<structure name="IDR_WEBUI_CSS_LIST"
@@ -194,6 +197,8 @@ without changes to the corresponding grd file. -->
<structure name="IDR_WEBUI_JS_CR_UI_CONTEXT_MENU_HANDLER"
file="js/cr/ui/context_menu_handler.js"
type="chrome_html" />
+ <structure name="IDR_WEBUI_JS_CR_UI_DIALOG_OVERLAY"
+ file="js/cr/ui/dialog_overlay.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_CR_UI_DIALOGS"
file="js/cr/ui/dialogs.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_CR_UI_DRAG_WRAPPER"
« no previous file with comments | « ui/webui/resources/js/cr/ui/dialog_overlay.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698