| Index: remoting/tools/build/remoting_localize.py
|
| diff --git a/remoting/tools/build/remoting_localize.py b/remoting/tools/build/remoting_localize.py
|
| index 5c4eeb12f6c50c66468865adcdb878d14241c89e..466a86efea317f7a3cc01f3598aee957e40fd4cd 100755
|
| --- a/remoting/tools/build/remoting_localize.py
|
| +++ b/remoting/tools/build/remoting_localize.py
|
| @@ -656,7 +656,7 @@ def Localize(source, locales, options):
|
| # Load the localized messages.
|
| message_map = MessageMap(languages, options.locale_dir)
|
|
|
| - # Add OFFICIAL_BUILD variable the same way chrome/tools/build/version.py
|
| + # Add OFFICIAL_BUILD variable the same way build/util/version.py
|
| # does.
|
| if os.environ.get('CHROME_BUILD_TYPE') == '_official':
|
| context['official_build'] = '1'
|
|
|