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

Side by Side Diff: content/shell/shell_resources.grd

Issue 12258047: [content shell] Use the TestRunner library again and remove the mock testRunner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « content/shell/shell_render_process_observer.cc ('k') | content/shell/webkit_test_controller.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/shell_resources.h" type="rc_header"> 4 <output filename="grit/shell_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="shell_resources.pak" type="data_package" /> 7 <output filename="shell_resources.pak" type="data_package" />
8 <output filename="shell_resources.rc" type="rc_all" /> 8 <output filename="shell_resources.rc" type="rc_all" />
9 </outputs> 9 </outputs>
10 <translations /> 10 <translations />
11 <release seq="1"> 11 <release seq="1">
12 <includes> 12 <includes>
13 <include name="IDR_CONTENT_SHELL_DEVTOOLS_DISCOVERY_PAGE" file="resources/ shell_devtools_discovery_page.html" type="BINDATA" /> 13 <include name="IDR_CONTENT_SHELL_DEVTOOLS_DISCOVERY_PAGE" file="resources/ shell_devtools_discovery_page.html" type="BINDATA" />
14 <include name="IDR_CONTENT_SHELL_WEBKIT_TEST_RUNNER_JS" file="resources/we bkit_test_runner.js" type="BINDATA" />
15 <include name="IDR_CONTENT_SHELL_MISSING_IMAGE_GIF" file="resources/missin gImage.gif" type="BINDATA" /> 14 <include name="IDR_CONTENT_SHELL_MISSING_IMAGE_GIF" file="resources/missin gImage.gif" type="BINDATA" />
16 <include name="IDR_CONTENT_SHELL_MISSING_IMAGE_PNG" file="resources/missin gImage.png" type="BINDATA" /> 15 <include name="IDR_CONTENT_SHELL_MISSING_IMAGE_PNG" file="resources/missin gImage.png" type="BINDATA" />
17 <include name="IDR_CONTENT_SHELL_TEXT_AREA_RESIZE_CORNER_PNG" file="resour ces/textAreaResizeCorner.png" type="BINDATA" /> 16 <include name="IDR_CONTENT_SHELL_TEXT_AREA_RESIZE_CORNER_PNG" file="resour ces/textAreaResizeCorner.png" type="BINDATA" />
18 </includes> 17 </includes>
19 </release> 18 </release>
20 </grit> 19 </grit>
OLDNEW
« no previous file with comments | « content/shell/shell_render_process_observer.cc ('k') | content/shell/webkit_test_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698