dhuynh95 commited on
Commit
6c224f0
1 Parent(s): 3be9f56

Upload 125 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +18 -0
  2. chrome-linux64/ABOUT +9 -0
  3. chrome-linux64/MEIPreload/manifest.json +8 -0
  4. chrome-linux64/MEIPreload/preloaded_data.pb +3 -0
  5. chrome-linux64/chrome +3 -0
  6. chrome-linux64/chrome-wrapper +163 -0
  7. chrome-linux64/chrome_100_percent.pak +0 -0
  8. chrome-linux64/chrome_200_percent.pak +3 -0
  9. chrome-linux64/chrome_crashpad_handler +3 -0
  10. chrome-linux64/chrome_debug.log +12 -0
  11. chrome-linux64/chrome_sandbox +0 -0
  12. chrome-linux64/icudtl.dat +3 -0
  13. chrome-linux64/libEGL.so +0 -0
  14. chrome-linux64/libGLESv2.so +3 -0
  15. chrome-linux64/libvk_swiftshader.so +3 -0
  16. chrome-linux64/libvulkan.so.1 +0 -0
  17. chrome-linux64/locales/af.pak +0 -0
  18. chrome-linux64/locales/af.pak.info +0 -0
  19. chrome-linux64/locales/am.pak +0 -0
  20. chrome-linux64/locales/am.pak.info +0 -0
  21. chrome-linux64/locales/ar.pak +0 -0
  22. chrome-linux64/locales/ar.pak.info +0 -0
  23. chrome-linux64/locales/bg.pak +0 -0
  24. chrome-linux64/locales/bg.pak.info +0 -0
  25. chrome-linux64/locales/bn.pak +3 -0
  26. chrome-linux64/locales/bn.pak.info +0 -0
  27. chrome-linux64/locales/ca.pak +0 -0
  28. chrome-linux64/locales/ca.pak.info +0 -0
  29. chrome-linux64/locales/cs.pak +0 -0
  30. chrome-linux64/locales/cs.pak.info +0 -0
  31. chrome-linux64/locales/da.pak +0 -0
  32. chrome-linux64/locales/da.pak.info +0 -0
  33. chrome-linux64/locales/de.pak +0 -0
  34. chrome-linux64/locales/de.pak.info +0 -0
  35. chrome-linux64/locales/el.pak +3 -0
  36. chrome-linux64/locales/el.pak.info +0 -0
  37. chrome-linux64/locales/en-GB.pak +0 -0
  38. chrome-linux64/locales/en-GB.pak.info +0 -0
  39. chrome-linux64/locales/en-US.pak +0 -0
  40. chrome-linux64/locales/en-US.pak.info +0 -0
  41. chrome-linux64/locales/es-419.pak +0 -0
  42. chrome-linux64/locales/es-419.pak.info +0 -0
  43. chrome-linux64/locales/es.pak +0 -0
  44. chrome-linux64/locales/es.pak.info +0 -0
  45. chrome-linux64/locales/et.pak +0 -0
  46. chrome-linux64/locales/et.pak.info +0 -0
  47. chrome-linux64/locales/fa.pak +0 -0
  48. chrome-linux64/locales/fa.pak.info +0 -0
  49. chrome-linux64/locales/fi.pak +0 -0
  50. chrome-linux64/locales/fi.pak.info +0 -0
.gitattributes CHANGED
@@ -33,3 +33,21 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ chrome-linux64/chrome filter=lfs diff=lfs merge=lfs -text
37
+ chrome-linux64/chrome_200_percent.pak filter=lfs diff=lfs merge=lfs -text
38
+ chrome-linux64/chrome_crashpad_handler filter=lfs diff=lfs merge=lfs -text
39
+ chrome-linux64/icudtl.dat filter=lfs diff=lfs merge=lfs -text
40
+ chrome-linux64/libGLESv2.so filter=lfs diff=lfs merge=lfs -text
41
+ chrome-linux64/libvk_swiftshader.so filter=lfs diff=lfs merge=lfs -text
42
+ chrome-linux64/locales/bn.pak filter=lfs diff=lfs merge=lfs -text
43
+ chrome-linux64/locales/el.pak filter=lfs diff=lfs merge=lfs -text
44
+ chrome-linux64/locales/gu.pak filter=lfs diff=lfs merge=lfs -text
45
+ chrome-linux64/locales/hi.pak filter=lfs diff=lfs merge=lfs -text
46
+ chrome-linux64/locales/kn.pak filter=lfs diff=lfs merge=lfs -text
47
+ chrome-linux64/locales/ml.pak filter=lfs diff=lfs merge=lfs -text
48
+ chrome-linux64/locales/mr.pak filter=lfs diff=lfs merge=lfs -text
49
+ chrome-linux64/locales/ta.pak filter=lfs diff=lfs merge=lfs -text
50
+ chrome-linux64/locales/te.pak filter=lfs diff=lfs merge=lfs -text
51
+ chrome-linux64/locales/th.pak filter=lfs diff=lfs merge=lfs -text
52
+ chrome-linux64/resources.pak filter=lfs diff=lfs merge=lfs -text
53
+ chromedriver-linux64/chromedriver filter=lfs diff=lfs merge=lfs -text
chrome-linux64/ABOUT ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ Google Chrome
2
+
3
+ Copyright 2024 Google LLC. All rights reserved.
4
+
5
+ Chrome is made possible by the Chromium open source project
6
+ (https://www.chromium.org/) and other open source software
7
+ (chrome://credits).
8
+
9
+ See the Terms of Service at chrome://terms.
chrome-linux64/MEIPreload/manifest.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "MEI Preload",
3
+ "icons": {},
4
+ "version": "1.0.7.1652906823",
5
+ "manifest_version": 2,
6
+ "update_url": "https://clients2.google.com/service/update2/crx",
7
+ "description": "Contains preloaded data for Media Engagement"
8
+ }
chrome-linux64/MEIPreload/preloaded_data.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6070a157b4e28d16fbccbd233e93846ddb070c85e1a1bc64469b7a5f1424fad
3
+ size 8254
chrome-linux64/chrome ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e5f912ec332df79dfcba176cd7219cdefabd9d21a1474262a6eed02f2d66af6
3
+ size 237713440
chrome-linux64/chrome-wrapper ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Copyright 2011 The Chromium Authors
4
+ # Use of this source code is governed by a BSD-style license that can be
5
+ # found in the LICENSE file.
6
+
7
+ # Running Chromium via this script makes it possible to set Chromium as the
8
+ # default browser directly out of a compile, without needing to package it.
9
+
10
+ DESKTOP="chromium-devel"
11
+ TITLE="Chromium"
12
+
13
+ usage() {
14
+ echo "$0 [--gdb] [--help] [--man-page] [--] [chrome-options]"
15
+ echo
16
+ echo " --gdb Start within gdb"
17
+ echo " --help This help screen"
18
+ echo " --man-page Open the man page in the tree"
19
+ }
20
+
21
+ # Check to see if there is a desktop file of the given name.
22
+ exists_desktop_file() {
23
+ # Build a search list from $XDG_DATA_HOME and $XDG_DATA_DIRS, the latter
24
+ # of which can itself be a colon-separated list of directories to search.
25
+ search="${XDG_DATA_HOME:-$HOME/.local/share}:${XDG_DATA_DIRS:-/usr/local/share:/usr/share}"
26
+ IFS=:
27
+ for dir in $search; do
28
+ unset IFS
29
+ [ "$dir" -a -d "$dir/applications" ] || continue
30
+ [ -r "$dir/applications/$DESKTOP.desktop" ] && return
31
+ done
32
+ # Didn't find it in the search path.
33
+ return 1
34
+ }
35
+
36
+ # Checks a file to see if it's a 32 or 64-bit.
37
+ check_executable() {
38
+ out=$(file $(readlink -f $1) 2> /dev/null)
39
+ echo $out | grep -qs "ELF 32-bit LSB"
40
+ if [ $? = 0 ]; then
41
+ echo 32
42
+ return
43
+ fi
44
+ echo $out | grep -qs "ELF 64-bit LSB"
45
+ if [ $? = 0 ]; then
46
+ echo 64
47
+ return
48
+ fi
49
+ echo neither
50
+ }
51
+
52
+ # Generate a desktop file that will run this script.
53
+ generate_desktop_file() {
54
+ apps="${XDG_DATA_HOME:-$HOME/.local/share}/applications"
55
+ mkdir -p "$apps"
56
+ cat > "$apps/$DESKTOP.desktop" << EOF
57
+ [Desktop Entry]
58
+ Version=1.0
59
+ Encoding=UTF-8
60
+ Name=$TITLE
61
+ Exec=$CHROME_WRAPPER %U
62
+ Terminal=false
63
+ Icon=$HERE/product_logo_48.png
64
+ Type=Application
65
+ Categories=Application;Network;WebBrowser;
66
+ MimeType=text/html;text/xml;application/xhtml_xml;
67
+ EOF
68
+ }
69
+
70
+ # Let the wrapped binary know that it has been run through the wrapper.
71
+ export CHROME_WRAPPER="`readlink -f "$0"`"
72
+ export CHROME_DESKTOP="$DESKTOP.desktop"
73
+
74
+ HERE="`dirname "$CHROME_WRAPPER"`"
75
+
76
+ # We include some xdg utilities next to the binary, and we want to prefer them
77
+ # over the system versions when we know the system versions are very old. We
78
+ # detect whether the system xdg utilities are sufficiently new to be likely to
79
+ # work for us by looking for xdg-settings. If we find it, we leave $PATH alone,
80
+ # so that the system xdg utilities (including any distro patches) will be used.
81
+ if ! which xdg-settings &> /dev/null; then
82
+ # Old xdg utilities. Prepend $HERE to $PATH to use ours instead.
83
+ export PATH="$HERE:$PATH"
84
+ else
85
+ # Use system xdg utilities. But first create mimeapps.list if it doesn't
86
+ # exist; some systems have bugs in xdg-mime that make it fail without it.
87
+ xdg_app_dir="${XDG_DATA_HOME:-$HOME/.local/share/applications}"
88
+ mkdir -p "$xdg_app_dir"
89
+ [ -f "$xdg_app_dir/mimeapps.list" ] || touch "$xdg_app_dir/mimeapps.list"
90
+ fi
91
+
92
+ # Always use our ffmpeg and other shared libs.
93
+ export LD_LIBRARY_PATH="$HERE:$HERE/lib:$HERE/lib.target${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}"
94
+
95
+ MISSING_LIBS=$(ldd "$HERE/chrome" 2> /dev/null |grep "not found$" | cut -d" " -f 1|sed 's/\t//')
96
+ CHROME_ARCH=$(check_executable "$HERE/chrome")
97
+ uname -m | grep -qs x86_64
98
+ if [ $? = 1 ]; then
99
+ LIBDIRS="/lib /lib32 /usr/lib /usr/lib32"
100
+ else
101
+ LIBDIRS="/lib64 /lib /usr/lib64 /usr/lib"
102
+ fi
103
+
104
+ echo $MISSING_LIBS | grep -qs libbz2.so.1.0
105
+ if [ $? = 0 ]; then
106
+ for dir in $LIBDIRS
107
+ do
108
+ if [ -e "$dir/libbz2.so.1" ]; then
109
+ LIB_ARCH=$(check_executable "$dir/libbz2.so.1")
110
+ if [ "$CHROME_ARCH" = "$LIB_ARCH" ]; then
111
+ ln -snf "$dir/libbz2.so.1" "$HERE/libbz2.so.1.0"
112
+ break;
113
+ fi
114
+ fi
115
+ done
116
+ fi
117
+
118
+ for lib in libnspr4.so.0d libnss3.so.1d libnssutil3.so.1d libplc4.so.0d libplds4.so.0d libsmime3.so.1d libssl3.so.1d
119
+ do
120
+ echo $MISSING_LIBS | grep -qs $lib
121
+ if [ $? = 0 ]; then
122
+ reallib=$(echo $lib | sed 's/\.[01]d$//')
123
+ for dir in $LIBDIRS
124
+ do
125
+ if [ -e "$dir/$reallib" ]; then
126
+ LIB_ARCH=$(check_executable "$dir/$reallib")
127
+ if [ "$CHROME_ARCH" = "$LIB_ARCH" ]; then
128
+ ln -snf "$dir/$reallib" "$HERE/$lib"
129
+ break;
130
+ fi
131
+ fi
132
+ done
133
+ fi
134
+ done
135
+
136
+ # Custom version string for this release. This can be used to add a downstream
137
+ # vendor string or release channel information.
138
+ export CHROME_VERSION_EXTRA="custom"
139
+
140
+ exists_desktop_file || generate_desktop_file
141
+
142
+ CMD_PREFIX=
143
+ ARGS=()
144
+ while [ "$#" -gt 0 ]; do
145
+ case "$1" in
146
+ "--")
147
+ shift
148
+ break ;;
149
+ "--gdb")
150
+ CMD_PREFIX="gdb --args" ;;
151
+ "--help")
152
+ usage
153
+ exit 0 ;;
154
+ "--man-page")
155
+ exec man "$HERE/../../chrome/app/resources/manpage.1.in" ;;
156
+ *)
157
+ ARGS=( "${ARGS[@]}" "$1" ) ;;
158
+ esac
159
+ shift
160
+ done
161
+ set -- "${ARGS[@]}" "$@"
162
+
163
+ exec $CMD_PREFIX "$HERE/chrome" "$@"
chrome-linux64/chrome_100_percent.pak ADDED
Binary file (689 kB). View file
 
chrome-linux64/chrome_200_percent.pak ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a83953bdc30a7bef4aac291c3dd372347112d06c6e349eb911465e00ee3cc230
3
+ size 1079901
chrome-linux64/chrome_crashpad_handler ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3f16888562dacb3ba8f176760a154d4e265ec9934546e7d8c7d16bdbf309380
3
+ size 1285544
chrome-linux64/chrome_debug.log ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [0315/230118.453008:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
2
+ [0315/230118.457310:ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
3
+ [0315/230730.412325:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
4
+ [0315/230730.416401:ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
5
+ [0315/230847.823186:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
6
+ [0315/230847.827306:ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
7
+ [0315/230848.271773:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
8
+ [0315/230848.275744:ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
9
+ [0315/231648.363103:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
10
+ [0315/231648.460819:WARNING:sqlite_persistent_store_backend_base.cc(197)] Failed to post task from operator()@net/extras/sqlite/sqlite_persistent_shared_dictionary_store.cc:253 to client_task_runner_.
11
+ [0315/231658.347556:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
12
+ [0315/231658.351751:ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
chrome-linux64/chrome_sandbox ADDED
Binary file (210 kB). View file
 
chrome-linux64/icudtl.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5170aa2b388d23bebf98784dd488a9bcb741470384a6a9a8d7a2638d768defb
3
+ size 10717392
chrome-linux64/libEGL.so ADDED
Binary file (243 kB). View file
 
chrome-linux64/libGLESv2.so ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:959ac39416543aef8182a37d1b36d0c038bc947977d6269a69a4cd4fd4144034
3
+ size 6621128
chrome-linux64/libvk_swiftshader.so ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f93571a29ce28faf90498336e55353b3f950496cd0d03788e7dc1fcceabcb27c
3
+ size 4027696
chrome-linux64/libvulkan.so.1 ADDED
Binary file (609 kB). View file
 
chrome-linux64/locales/af.pak ADDED
Binary file (496 kB). View file
 
chrome-linux64/locales/af.pak.info ADDED
The diff for this file is too large to render. See raw diff
 
chrome-linux64/locales/am.pak ADDED
Binary file (805 kB). View file
 
chrome-linux64/locales/am.pak.info ADDED
The diff for this file is too large to render. See raw diff
 
chrome-linux64/locales/ar.pak ADDED
Binary file (888 kB). View file
 
chrome-linux64/locales/ar.pak.info ADDED
The diff for this file is too large to render. See raw diff
 
chrome-linux64/locales/bg.pak ADDED
Binary file (918 kB). View file
 
chrome-linux64/locales/bg.pak.info ADDED
The diff for this file is too large to render. See raw diff
 
chrome-linux64/locales/bn.pak ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f006dfdfd3765dd2596028d9d647507104795c666926bf72bcc21dc8b8ad8c5
3
+ size 1180551
chrome-linux64/locales/bn.pak.info ADDED
The diff for this file is too large to render. See raw diff
 
chrome-linux64/locales/ca.pak ADDED
Binary file (567 kB). View file
 
chrome-linux64/locales/ca.pak.info ADDED
The diff for this file is too large to render. See raw diff
 
chrome-linux64/locales/cs.pak ADDED
Binary file (577 kB). View file
 
chrome-linux64/locales/cs.pak.info ADDED
The diff for this file is too large to render. See raw diff
 
chrome-linux64/locales/da.pak ADDED
Binary file (525 kB). View file
 
chrome-linux64/locales/da.pak.info ADDED
The diff for this file is too large to render. See raw diff
 
chrome-linux64/locales/de.pak ADDED
Binary file (565 kB). View file
 
chrome-linux64/locales/de.pak.info ADDED
The diff for this file is too large to render. See raw diff
 
chrome-linux64/locales/el.pak ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fd858f28be29bc92d93edbfaf174bfe7e593b034767d36703bebf444e810154
3
+ size 1005183
chrome-linux64/locales/el.pak.info ADDED
The diff for this file is too large to render. See raw diff
 
chrome-linux64/locales/en-GB.pak ADDED
Binary file (455 kB). View file
 
chrome-linux64/locales/en-GB.pak.info ADDED
The diff for this file is too large to render. See raw diff
 
chrome-linux64/locales/en-US.pak ADDED
Binary file (459 kB). View file
 
chrome-linux64/locales/en-US.pak.info ADDED
The diff for this file is too large to render. See raw diff
 
chrome-linux64/locales/es-419.pak ADDED
Binary file (554 kB). View file
 
chrome-linux64/locales/es-419.pak.info ADDED
The diff for this file is too large to render. See raw diff
 
chrome-linux64/locales/es.pak ADDED
Binary file (553 kB). View file
 
chrome-linux64/locales/es.pak.info ADDED
The diff for this file is too large to render. See raw diff
 
chrome-linux64/locales/et.pak ADDED
Binary file (504 kB). View file
 
chrome-linux64/locales/et.pak.info ADDED
The diff for this file is too large to render. See raw diff
 
chrome-linux64/locales/fa.pak ADDED
Binary file (816 kB). View file
 
chrome-linux64/locales/fa.pak.info ADDED
The diff for this file is too large to render. See raw diff
 
chrome-linux64/locales/fi.pak ADDED
Binary file (512 kB). View file
 
chrome-linux64/locales/fi.pak.info ADDED
The diff for this file is too large to render. See raw diff