MCPcopy Create free account
hub / github.com/nodejs/node / _PatchAbseil

Function _PatchAbseil

deps/v8/third_party/abseil-cpp/roll_abseil.py:76–81  ·  view source on GitHub ↗
(abseil_in_chromium_dir)

Source from the content-addressed store, hash-verified

74
75
76def _PatchAbseil(abseil_in_chromium_dir):
77 logging.info('Patching abseil...')
78 for patch in os.listdir(os.path.join(abseil_in_chromium_dir, 'patches')):
79 subprocess.check_call(['patch', '--strip', '1', '-i', os.path.join(abseil_in_chromium_dir, 'patches', patch)])
80
81 os.remove(os.path.join(abseil_in_chromium_dir, 'absl', 'base', 'internal', 'dynamic_annotations.h'))
82
83
84def _Commit(chromium_dir, hash_diff, should_upload):

Callers 1

_RollFunction · 0.85

Calls 3

infoMethod · 0.80
joinMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected