Chromium Code Reviews| 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> |