Skip to content

Commit 11784c6

Browse files
authored
Merge pull request #429 from teeminus/update
2 parents a4382f6 + 487c5a7 commit 11784c6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def main():
172172

173173
# Unpack chromium tarball
174174
get_logger().info('Unpacking chromium tarball...')
175-
downloads.unpack_downloads(download_info, downloads_cache, None, source_tree, False, None, extractors)
175+
downloads.unpack_downloads(download_info, downloads_cache, None, source_tree, extractors)
176176
else:
177177
# Clone sources
178178
subprocess.run([sys.executable, str(Path('ungoogled-chromium', 'utils', 'clone.py')), '-o', 'build\\src', '-p', 'win32' if args.x86 else 'win64'], check=True)

domain_substitution.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13082,6 +13082,7 @@ third_party/skia/gm/bitmapshader.cpp
1308213082
third_party/skia/gm/blurroundrect.cpp
1308313083
third_party/skia/gm/crbug_224618.cpp
1308413084
third_party/skia/gm/dashcubics.cpp
13085+
third_party/skia/gm/gradients.cpp
1308513086
third_party/skia/gm/labyrinth.cpp
1308613087
third_party/skia/gm/pictureshader.cpp
1308713088
third_party/skia/gm/png_codec.cpp

ungoogled-chromium

0 commit comments

Comments
 (0)