diff options
author | hajimehoshi@chromium.org <hajimehoshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 06:57:51 +0000 |
---|---|---|
committer | hajimehoshi@chromium.org <hajimehoshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 06:57:51 +0000 |
commit | 147408a5e03460dfa439cb25c41f2d9cabf8f7e1 (patch) | |
tree | 5d276baae6616466d8900e86326c066450a53d29 /chrome/chrome_resources.gyp | |
parent | 78a158bedcd8d5d91995e1e4fe4a0b7b9e7f6b9d (diff) | |
download | chromium_src-147408a5e03460dfa439cb25c41f2d9cabf8f7e1.zip chromium_src-147408a5e03460dfa439cb25c41f2d9cabf8f7e1.tar.gz chromium_src-147408a5e03460dfa439cb25c41f2d9cabf8f7e1.tar.bz2 |
Added chrome://translate-internals. For now, this shows only the preferences concerned with the translation.
BUG=175967
Review URL: https://chromiumcodereview.appspot.com/13842010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195745 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_resources.gyp')
-rw-r--r-- | chrome/chrome_resources.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp index ab0d3b8..2ee24ad 100644 --- a/chrome/chrome_resources.gyp +++ b/chrome/chrome_resources.gyp @@ -43,6 +43,13 @@ }, 'includes': [ '../build/grit_action.gypi' ], }, + { + 'action_name': 'translate_internals_resources', + 'variables': { + 'grit_grd_file': 'browser/resources/translate_internals_resources.grd', + }, + 'includes': [ '../build/grit_action.gypi' ], + }, ], 'includes': [ '../build/grit_target.gypi' ], 'conditions': [ |