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

Side by Side Diff: remoting/remoting.gyp

Issue 7795063: Changes for l10n in official build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporated comments from garykac@ Created 9 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/webapp/build-webapp.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use a consistent MIME-type independent of branding. 10 # Use a consistent MIME-type independent of branding.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 ], 50 ],
51 }], 51 }],
52 ['OS=="win"', { 52 ['OS=="win"', {
53 'plugin_extension': 'dll', 53 'plugin_extension': 'dll',
54 'plugin_prefix': '', 54 'plugin_prefix': '',
55 'name_suffix': '- Windows', 55 'name_suffix': '- Windows',
56 'remoting_it2me_os_files': [ 56 'remoting_it2me_os_files': [
57 # Empty for now, may be used in future. 57 # Empty for now, may be used in future.
58 ], 58 ],
59 }], 59 }],
60 ['branding=="Chrome"', {
61 'remoting_it2me_locale_files': [
62 'webapp/me2mom/_locales.official/ar/messages.json',
63 'webapp/me2mom/_locales.official/bg/messages.json',
64 'webapp/me2mom/_locales.official/ca/messages.json',
65 'webapp/me2mom/_locales.official/cs/messages.json',
66 'webapp/me2mom/_locales.official/da/messages.json',
67 'webapp/me2mom/_locales.official/de/messages.json',
68 'webapp/me2mom/_locales.official/el/messages.json',
69 'webapp/me2mom/_locales.official/en/messages.json',
70 'webapp/me2mom/_locales.official/en_GB/messages.json',
71 'webapp/me2mom/_locales.official/es/messages.json',
72 'webapp/me2mom/_locales.official/es_419/messages.json',
73 'webapp/me2mom/_locales.official/et/messages.json',
74 'webapp/me2mom/_locales.official/fi/messages.json',
75 'webapp/me2mom/_locales.official/fil/messages.json',
76 'webapp/me2mom/_locales.official/fr/messages.json',
77 'webapp/me2mom/_locales.official/he/messages.json',
78 'webapp/me2mom/_locales.official/hi/messages.json',
79 'webapp/me2mom/_locales.official/hr/messages.json',
80 'webapp/me2mom/_locales.official/hu/messages.json',
81 'webapp/me2mom/_locales.official/id/messages.json',
82 'webapp/me2mom/_locales.official/it/messages.json',
83 'webapp/me2mom/_locales.official/ja/messages.json',
84 'webapp/me2mom/_locales.official/ko/messages.json',
85 'webapp/me2mom/_locales.official/lt/messages.json',
86 'webapp/me2mom/_locales.official/lv/messages.json',
87 'webapp/me2mom/_locales.official/nb/messages.json',
88 'webapp/me2mom/_locales.official/nl/messages.json',
89 'webapp/me2mom/_locales.official/pl/messages.json',
90 'webapp/me2mom/_locales.official/pt_BR/messages.json',
91 'webapp/me2mom/_locales.official/pt_PT/messages.json',
92 'webapp/me2mom/_locales.official/ro/messages.json',
93 'webapp/me2mom/_locales.official/ru/messages.json',
94 'webapp/me2mom/_locales.official/sk/messages.json',
95 'webapp/me2mom/_locales.official/sl/messages.json',
96 'webapp/me2mom/_locales.official/sr/messages.json',
97 'webapp/me2mom/_locales.official/sv/messages.json',
98 'webapp/me2mom/_locales.official/th/messages.json',
99 'webapp/me2mom/_locales.official/tr/messages.json',
100 'webapp/me2mom/_locales.official/uk/messages.json',
101 'webapp/me2mom/_locales.official/vi/messages.json',
102 'webapp/me2mom/_locales.official/zh_CN/messages.json',
103 'webapp/me2mom/_locales.official/zh_TW/messages.json',
104 ],
105 }, { # else: branding!="Chrome"
106 'remoting_it2me_locale_files': [
107 'webapp/me2mom/_locales/en/messages.json',
108 ],
109 }],
60 ], 110 ],
61 'remoting_it2me_files': [ 111 'remoting_it2me_files': [
62 'resources/icon_warning.png', 112 'resources/icon_warning.png',
63 'webapp/me2mom/choice.css', 113 'webapp/me2mom/choice.css',
64 'webapp/me2mom/choice.html', 114 'webapp/me2mom/choice.html',
65 'webapp/me2mom/client_session.js', 115 'webapp/me2mom/client_session.js',
66 'webapp/me2mom/cs_oauth2_trampoline.js', 116 'webapp/me2mom/cs_oauth2_trampoline.js',
67 'webapp/me2mom/debug_log.css', 117 'webapp/me2mom/debug_log.css',
68 'webapp/me2mom/debug_log.js', 118 'webapp/me2mom/debug_log.js',
69 'webapp/me2mom/dividerbottom.png', 119 'webapp/me2mom/dividerbottom.png',
70 'webapp/me2mom/dividertop.png', 120 'webapp/me2mom/dividertop.png',
71 'webapp/me2mom/l10n.js', 121 'webapp/me2mom/l10n.js',
72 'webapp/me2mom/main.css', 122 'webapp/me2mom/main.css',
73 'webapp/me2mom/manifest.json', 123 'webapp/me2mom/manifest.json',
74 'webapp/me2mom/oauth2.js', 124 'webapp/me2mom/oauth2.js',
75 'webapp/me2mom/oauth2_callback.html', 125 'webapp/me2mom/oauth2_callback.html',
76 'webapp/me2mom/plugin_settings.js', 126 'webapp/me2mom/plugin_settings.js',
77 'webapp/me2mom/remoting.js', 127 'webapp/me2mom/remoting.js',
78 'webapp/me2mom/scale-to-fit.png', 128 'webapp/me2mom/scale-to-fit.png',
79 'webapp/me2mom/spinner.gif', 129 'webapp/me2mom/spinner.gif',
80 'webapp/me2mom/toolbar.css', 130 'webapp/me2mom/toolbar.css',
81 'webapp/me2mom/xhr.js', 131 'webapp/me2mom/xhr.js',
82 'resources/chromoting128.png', 132 'resources/chromoting128.png',
83 'resources/chromoting16.png', 133 'resources/chromoting16.png',
84 ], 134 ],
85 'remoting_it2me_locale_files': [
86 'webapp/me2mom/_locales/en/messages.json',
87 ],
88 }, 135 },
89 136
90 'target_defaults': { 137 'target_defaults': {
91 'defines': [ 138 'defines': [
92 ], 139 ],
93 'include_dirs': [ 140 'include_dirs': [
94 '..', # Root of Chrome checkout 141 '..', # Root of Chrome checkout
95 ], 142 ],
96 }, 143 },
97 144
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 '../base/allocator/allocator.gyp:allocator', 885 '../base/allocator/allocator.gyp:allocator',
839 ], 886 ],
840 }, 887 },
841 ], 888 ],
842 ], 889 ],
843 }], 890 }],
844 ], # end of 'conditions' 891 ], # end of 'conditions'
845 }, # end of target 'remoting_unittests' 892 }, # end of target 'remoting_unittests'
846 ], # end of targets 893 ], # end of targets
847 } 894 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/build-webapp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698