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

Side by Side Diff: ui/oobe/oobe_resources.grd

Issue 1181703008: Removed webui_generator and new OOBE UI placeholder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed empty line. Created 5 years, 6 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
« no previous file with comments | « ui/oobe/oobe_md_ui.cc ('k') | ui/oobe/resources/oobe-element.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1">
3 <outputs>
4 <output filename="grit/oobe_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit>
6 </output>
7 <output filename="grit/oobe_resources_map.cc" type="resource_file_map_source " />
8 <output filename="grit/oobe_resources_map.h" type="resource_map_header" />
9 <output filename="oobe_resources.pak" type="data_package" />
10 <output filename="oobe_resources.rc" type="rc_all" />
11 </outputs>
12 <release seq="1">
13 <includes>
14 <if expr="chromeos">
15 <include name="IDR_OOBE_UI_HTML" file="resources/oobe_ui.html" type="chr ome_html" />
16 <include name="IDR_OOBE_UI_JS" file="resources/oobe_ui.js" type="chrome_ html" />
17 <include name="IDR_OOBE_ELEMENT_HTML" file="resources/oobe-element.html" type="chrome_html" />
18 <include name="IDR_OOBE_ELEMENT_JS" file="resources/oobe-element.js" typ e="chrome_html" />
19 </if>
20 </includes>
21 </release>
22 </grit>
OLDNEW
« no previous file with comments | « ui/oobe/oobe_md_ui.cc ('k') | ui/oobe/resources/oobe-element.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698