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

Unified Diff: components/resources/wug_resources.grdp

Issue 928163002: Initial implementation of WebUI generator (WUG) toolkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed problems with component build. 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: components/resources/wug_resources.grdp
diff --git a/components/resources/wug_resources.grdp b/components/resources/wug_resources.grdp
new file mode 100644
index 0000000000000000000000000000000000000000..3374c14819356da558b4e1feddbb1048e69ce851
--- /dev/null
+++ b/components/resources/wug_resources.grdp
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+ <include name="IDR_WUG_CONTEXT_HTML" file="../wug/resources/context.html" type="chrome_html" />
+ <include name="IDR_WUG_CONTEXT_JS" file="../wug/resources/context.js" type="chrome_html" flattenhtml="true" />
+ <include name="IDR_WUG_WEBUI_VIEW_HTML" file="../wug/resources/webui-view.html" type="chrome_html" />
+ <include name="IDR_WUG_WEBUI_VIEW_JS" file="../wug/resources/webui-view.js" type="chrome_html" />
+</grit-part>

Powered by Google App Engine
This is Rietveld 408576698