Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test chromium jumbo #1324

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,21 +1,33 @@
# Default.
* text eol=lf

# Treat patch files as binaries but let diff'ing them
# as normal text.
*.diff binary diff
*.patch binary diff
*.patch32 binary diff
*.patch64 binary diff
*.patch.* binary diff

# Powershell scripts.
*.ps1 text eol=crlf

# Binaries.
*.gpg binary
*.gz binary
*.jpg binary
*.png binary
*.tar binary
*.tar.* binary
*.bin binary
bytecode_builtins_list_generator binary
character_data_generator binary
gen-regexp-special-case binary
generate_colors_info binary
make_top_domain_list_variables binary
mksnapshot binary
root_store_tool binary
top_domain_generator binary
torque binary
transport_security_state_generator binary
icudtl.dat binary
libvk_swiftshader.so binary
libpdfium.a binary
*.a filter=lfs diff=lfs merge=lfs -text
1 change: 1 addition & 0 deletions big-pkgs.list
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
chromium
chromium-jumbo
code-server
code-oss
electron-headers-.*
Expand Down
13 changes: 13 additions & 0 deletions tur/chromium-jumbo/0000-patches-desc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Patches 0001-0999 are reserved for the building system of chromium.

Patches 1001-2999 are reserved to make chromium work properly on Termux.

1001-1499 are reserved for chromium (base, content, etc.).
1501-1599 are reserved for angle, blink, swiftshader and v8.
2001-2999 are reserved for other 3rd-party libraries and mixed patches.

Patches 6001-6999 are reserved for some patches that cherry-picks or reverts a commit.

Patches 7001-7999 are reserved for some patches related to compiler features or bugs.

Patches 8001-8999 are reserved for some patches that adds missing includes or namespaces.
Loading
Loading