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

Side by Side Diff: chrome/browser/resources/gpu_resources.grd

Issue 5228004: Switch the about:gpu implementation from an about handler to dom_ui.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This comment is only here because changes to resources are not picked up
3 without changes to the corresponding grd file. -->
4 <grit latest_public_release="0" current_release="1">
5 <outputs>
6 <output filename="grit/gpu_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit>
8 </output>
9 <output filename="grit/gpu_resources_map.cc" type="resource_file_map_source" />
10 <output filename="grit/gpu_resources_map.h" type="resource_map_header" />
11 <output filename="gpu_resources.pak" type="data_package" />
12 </outputs>
13 <release seq="1">
14 <includes>
15 <include name="IDR_GPU_INDEX_HTML" file="gpu/index.html" flattenhtml="true " type="BINDATA" />
16 </includes>
17 </release>
18 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698