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

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

Issue 6254007: Adding ChromeVox as a component extensions (enabled only for ChromeOS, for no... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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/component_extension_resources.grd
===================================================================
--- chrome/browser/resources/component_extension_resources.grd (revision 71755)
+++ chrome/browser/resources/component_extension_resources.grd (working copy)
@@ -19,6 +19,12 @@
<if expr="pp_ifdef('touchui')">
<include name="IDR_KEYBOARD_INDEX" file="keyboard/index.html" flattenhtml="true" type="BINDATA" />
</if>
+
+ <if expr="pp_ifdef('chromeos')">
+ <!-- ChromeVox extension resources -->
+ <include name="IDR_CHROMEVOX_MANIFEST_JSON" file="access_chromevox/manifest.json" type="BINDATA" />
asargent_no_longer_on_chrome 2011/01/20 05:55:59 Wait, do we need an entry in both this .grd file a
Chaitanya 2011/01/20 20:04:52 removed.
+ </if>
+
</includes>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698