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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox.gyp

Issue 317613002: Switch ChromeVox translations to the non-third_party ones. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | chrome/third_party/chromevox/_locales/am/messages.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': '',
},
« no previous file with comments | « no previous file | chrome/third_party/chromevox/_locales/am/messages.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698