Searched refs:chromium_dir (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/ |
D | roll_abseil.py | 20 def _SyncChromium(chromium_dir): argument 22 subprocess.check_call(['git', 'checkout', 'main'], cwd=chromium_dir) 23 subprocess.check_call(['git', 'pull', '--rebase'], cwd=chromium_dir) 24 subprocess.check_call(['gclient', 'sync'], cwd=chromium_dir) 49 def _UpdateAbseilInChromium(abseil_dir, chromium_dir): argument 67 params = ['rsync', '-aP', abseil_dir, os.path.join(chromium_dir, 'third_party'), '--delete'] 70 subprocess.check_call(params, cwd=chromium_dir) 82 def _Commit(chromium_dir, hash_diff): argument 92 subprocess.check_call(['git', 'add', 'third_party/abseil-cpp'], cwd=chromium_dir) 93 subprocess.check_call(['git', 'commit', '-m', desc], cwd=chromium_dir) [all …]
|
/third_party/skia/tools/rebaseline/ |
D | toggle_legacy_flag.py | 43 os.chdir(args.chromium_dir) 53 "before running this script") % args.chromium_dir 134 if not args.android_dir and not args.chromium_dir and not args.google3: 144 if args.chromium_dir: 145 args.chromium_dir = os.path.expanduser(args.chromium_dir)
|
/third_party/flutter/skia/tools/rebaseline/ |
D | toggle_legacy_flag.py | 42 os.chdir(args.chromium_dir) 52 "before running this script") % args.chromium_dir 133 if not args.android_dir and not args.chromium_dir and not args.google3: 143 if args.chromium_dir: 144 args.chromium_dir = os.path.expanduser(args.chromium_dir)
|
/third_party/flutter/engine/flutter/sky/tools/roll/ |
D | roll.py | 148 if args.chromium_dir: 149 rev(os.path.abspath(args.chromium_dir), dest_dir, dirs_from_chromium, 'chromium')
|
/third_party/cef/tools/automate/ |
D | automate-git.py | 1070 chromium_dir = os.path.join(download_dir, 'chromium') variable 1071 chromium_src_dir = os.path.join(chromium_dir, 'src') 1248 create_directory(chromium_dir) 1256 gclient_file = os.path.join(chromium_dir, '.gclient') 1291 chromium_dir, depot_tools_dir) 1367 run("gclient revert --nohooks", chromium_dir, depot_tools_dir) 1379 ('--reset ' if discard_local_changes else ''), chromium_dir, depot_tools_dir) 1385 run("gclient runhooks --jobs 16", chromium_dir, depot_tools_dir)
|