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

Unified Diff: ui/webui/resources/polymer_resources.grdp

Issue 917893004: Add a <cr-dropdown-menu> custom element to cr_elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@paperdropdown
Patch Set: Created 5 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: ui/webui/resources/polymer_resources.grdp
diff --git a/ui/webui/resources/polymer_resources.grdp b/ui/webui/resources/polymer_resources.grdp
index d6e0069f49fc2ebccade3d1103ca0944641f1929..05385de12b41d74be7a0de6530269be87a5477a0 100644
--- a/ui/webui/resources/polymer_resources.grdp
+++ b/ui/webui/resources/polymer_resources.grdp
@@ -126,6 +126,12 @@
<structure name="IDR_POLYMER_CORE_LIST_CORE_LIST_HTML"
file="../../../third_party/polymer/components-chromium/core-list/core-list.html"
type="chrome_html" />
+ <structure name="IDR_POLYMER_CORE_MENU_CORE_MENU_CSS"
+ file="../../../third_party/polymer/components-chromium/core-menu/core-menu.css"
+ type="chrome_html" />
+ <structure name="IDR_POLYMER_CORE_MENU_CORE_MENU_HTML"
+ file="../../../third_party/polymer/components-chromium/core-menu/core-menu.html"
+ type="chrome_html" />
<structure name="IDR_POLYMER_CORE_META_CORE_META_EXTRACTED_JS"
file="../../../third_party/polymer/components-chromium/core-meta/core-meta-extracted.js"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698