summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-02 20:22:09 +0000
committerjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-02 20:22:09 +0000
commit2758c793c149246eda44f4843d4b3d72b00de434 (patch)
treec099dda601fcc2400928ff90e5d4543d7a439677 /remoting/remoting.gyp
parent704359693f5c8507635155ae117c466a7149065a (diff)
downloadchromium_src-2758c793c149246eda44f4843d4b3d72b00de434.zip
chromium_src-2758c793c149246eda44f4843d4b3d72b00de434.tar.gz
chromium_src-2758c793c149246eda44f4843d4b3d72b00de434.tar.bz2
Add i18n support to it2me web-app.
BUG=None TEST=Check the javascript console after loading the app and make sure there are no error messages. Review URL: http://codereview.chromium.org/7530032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95146 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp8
1 files changed, 8 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 88d526e..1c07e3c 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -73,6 +73,7 @@
'webapp/me2mom/debug_log.js',
'webapp/me2mom/dividerbottom.png',
'webapp/me2mom/dividertop.png',
+ 'webapp/me2mom/l10n.js',
'webapp/me2mom/main.css',
'webapp/me2mom/manifest.json',
'webapp/me2mom/oauth2.js',
@@ -84,6 +85,9 @@
'webapp/me2mom/toolbar-stub.png',
'webapp/me2mom/xhr.js',
],
+ 'remoting_it2me_locale_files': [
+ 'webapp/me2mom/_locales/en/messages.json',
+ ],
},
'target_defaults': {
@@ -226,6 +230,7 @@
'webapp/build-webapp.py',
'<@(remoting_it2me_files)',
'<@(remoting_it2me_os_files)',
+ '<@(remoting_it2me_locale_files)',
],
# Can't use a 'copies' because we need to manipulate
# the manifest file to get the right plugin name.
@@ -244,6 +249,7 @@
'<(_plugin_path)',
'<@(remoting_it2me_files)',
'<@(remoting_it2me_os_files)',
+ '<@(remoting_it2me_locale_files)',
],
'outputs': [
'<(_output_dir)',
@@ -258,6 +264,8 @@
'<(name_suffix)',
'<@(remoting_it2me_files)',
'<@(remoting_it2me_os_files)',
+ '--locales',
+ '<@(remoting_it2me_locale_files)',
],
},
],