Home | History | Annotate | Download | only in webrtc

Lines Matching full:join

56     main_gclient = os.path.join(os.path.dirname(ROOT_DIR), '.gclient')
74 return ','.join(target_os_list)
78 CR_DIR = os.path.join(ROOT_DIR, 'chromium')
93 flag_file = os.path.join(opts.chromium_dir, '.last_sync_chromium')
94 flag_file_content = '\n'.join([
99 if (os.path.exists(os.path.join(opts.chromium_dir, 'src')) and
112 freetype_src = os.path.join(CR_DIR, 'src', 'third_party', 'freetype-android',
131 cache_path = os.path.join(os.path.splitdrive(ROOT_DIR)[0] + os.path.sep,
153 gclient_entries_file = os.path.join(opts.chromium_dir, '.gclient_entries')
156 gclientfile = os.path.join(opts.chromium_dir, '.gclient')
161 f.write('\n'.join(spec))
167 gclient_entries_file = os.path.join(opts.chromium_dir,
185 print 'Running "%s" in %s' % (' '.join(args), opts.chromium_dir)