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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
3 <include name="IDR_WUG_CONTEXT_HTML" file="../wug/resources/context.html" type ="chrome_html" />
4 <include name="IDR_WUG_CONTEXT_JS" file="../wug/resources/context.js" type="ch rome_html" flattenhtml="true" />
5 <include name="IDR_WUG_WEBUI_VIEW_HTML" file="../wug/resources/webui-view.html " type="chrome_html" />
6 <include name="IDR_WUG_WEBUI_VIEW_JS" file="../wug/resources/webui-view.js" ty pe="chrome_html" />
7 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698