| Index: chrome/browser/resources/chromeos/chromevox/chromevox.gyp
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox.gyp b/chrome/browser/resources/chromeos/chromevox/chromevox.gyp
|
| index b75744aa803cf9bd4b589d0044ad7435f21bf987..da655823bf47f60c215c62b6778c7f2e44c56729 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox.gyp
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox.gyp
|
| @@ -131,9 +131,7 @@
|
| 'action_name': 'chromevox_strings',
|
| 'variables': {
|
| 'grit_grd_file': 'strings/chromevox_strings.grd',
|
| - # TODO(plundblad): Change to use PRODUCT_DIR when we have
|
| - # translations.
|
| - 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/resources/chromeos/chromevox',
|
| + 'grit_out_dir': '<(chromevox_dest_dir)',
|
| # We don't generate any RC files, so no resource_ds file is needed.
|
| 'grit_resource_ids': '',
|
| },
|
|
|