# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # To use this the following variables need to be defined: # pak_locales: string: the list of all the locales that need repacking { 'variables': { 'repack_locales_path': 'tools/build/repack_locales.py', 'repack_options%': [], 'conditions': [ ['branding=="Chrome"', { 'branding_flag': ['-b', 'google_chrome',], }, { # else: branding!="Chrome" 'branding_flag': ['-b', 'chromium',], }], ['chromeos==1', { 'chromeos_flag': ['--chromeos=1'], }, { 'chromeos_flag': ['--chromeos=0'], }], ], }, 'inputs': [ '<(repack_locales_path)', '