Home
last modified time | relevance | path

Searched refs:GRIT_DIR (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/tools/build/
Drepack_locales.py25 GRIT_DIR = None variable
68 inputs.append(os.path.join(GRIT_DIR, 'generated_resources_%s.pak' % locale))
71 inputs.append(os.path.join(GRIT_DIR, 'locale_settings_%s.pak' % locale))
74 inputs.append(os.path.join(GRIT_DIR,
127 GRIT_DIR, '%s_strings_%s.pak' % (BRANDING, locale)))
175 global GRIT_DIR
216 GRIT_DIR = options.grit_dir
236 if not (GRIT_DIR and INT_DIR and SHARE_INT_DIR):
/external/chromium_org/remoting/tools/build/
Dremoting_copy_locales.py22 GRIT_DIR = None variable
53 inputs.append(os.path.join(GRIT_DIR, 'remoting/resources/%s.pak' % locale))
99 global GRIT_DIR
125 GRIT_DIR = options.grit_dir
142 if print_inputs and not GRIT_DIR:
146 if not (print_inputs or print_outputs or (GRIT_DIR and INT_DIR)):