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

Unified Diff: chrome/browser/resources/workers_resources.grd

Issue 9724038: DevTools: convert about:workers into about:inspect (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments addressed. Created 8 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/workers_resources.grd
diff --git a/chrome/browser/resources/workers_resources.grd b/chrome/browser/resources/workers_resources.grd
deleted file mode 100644
index bec517edf7b2cc943a0270cff015377189718bf2..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/workers_resources.grd
+++ /dev/null
@@ -1,24 +0,0 @@
-<?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/workers_resources.h" type="rc_header">
- <emit emit_type='prepend'></emit>
- </output>
- <!-- Note: These next two files aren't actually used by Chrome, but they're
- needed so that Visual Studio doesn't try to continually rebuild this
- .grd (which it will do if it can't find some relevant output files).
- Supposedly we could update our .gyp rules to not need this, but I don't
- know how to do it and this doesn't really cost us anything... -->
- <output filename="grit/workers_resources_map.cc" type="resource_file_map_source" />
- <output filename="grit/workers_resources_map.h" type="resource_map_header" />
- <output filename="workers_resources.pak" type="data_package" />
- </outputs>
- <release seq="1">
- <includes>
- <include name="IDR_WORKERS_INDEX_HTML" file="workers/index.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
- <include name="IDR_WORKERS_INDEX_JS" file="workers/workers.js" type="BINDATA" />
- </includes>
- </release>
-</grit>
« no previous file with comments | « chrome/browser/resources/workers/workers.js ('k') | chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698