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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/gpu_resources.grd
===================================================================
--- chrome/browser/resources/gpu_resources.grd (revision 0)
+++ chrome/browser/resources/gpu_resources.grd (revision 0)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- This comment is only here because changes to resources are not picked up
+ without changes to the corresponding grd file. -->
+<grit latest_public_release="0" current_release="1">
+ <outputs>
+ <output filename="grit/gpu_resources.h" type="rc_header">
+ <emit emit_type='prepend'></emit>
+ </output>
+ <output filename="grit/gpu_resources_map.cc" type="resource_file_map_source" />
+ <output filename="grit/gpu_resources_map.h" type="resource_map_header" />
+ <output filename="gpu_resources.pak" type="data_package" />
+ </outputs>
+ <release seq="1">
+ <includes>
+ <include name="IDR_GPU_INDEX_HTML" file="gpu/index.html" flattenhtml="true" type="BINDATA" />
+ </includes>
+ </release>
+</grit>

Powered by Google App Engine
This is Rietveld 408576698