Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
Author:    Alex313031 <Alex313031@gmail.com>
  • Loading branch information
CI authored and Alex313031 committed Oct 10, 2023
1 parent ed83210 commit caf8311
Show file tree
Hide file tree
Showing 17 changed files with 9,559 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.DS_Store
API_KEYS.txt
*.zip
!depot_tools.zip
*.apk
/release/
mini_installer.exe
4 changes: 4 additions & 0 deletions chromium.gyp_env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
'GYP_MSVS_VERSION': '2015',
'GYP_DEFINES': 'buildtype=Official proprietary_codecs=1 fastbuild=2 remove_webcore_debug_symbols=1 ffmpeg_branding=Chrome enable_widevine=1 is_official_build=1 is_debug=0 dcheck_always_on=0 symbol_level=0 fieldtrial_testing_like_official_build=1 enable_hevc_demuxing=1 enable_webrtc=1 rtc_use_lto=1 use_openh264=1 enable_hangout_services_extension=1 enable_ac3_eac3_audio_demuxing=1 enable_mse_mpeg2ts_stream_parser=1 enable_iterator_debugging=0 enable_hotwording=0 enable_google_now=1 google_api_key=AIzaSyBOti4mM-6x9WDnZIjIeyEU21OpBXqWBgw google_default_client_id=77185425430.apps.googleusercontent.com google_default_client_secret=OTJgUOQcT7lO7GsGZq2G4IlT'
}
Binary file added depot_tools.zip
Binary file not shown.
Binary file added infra/swiftshader/3.3.0.1/libEGL.dll
Binary file not shown.
Binary file added infra/swiftshader/3.3.0.1/libGLESv2.dll
Binary file not shown.
Empty file.
5 changes: 5 additions & 0 deletions infra/swiftshader/3.3.0.1/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"manifest_version": 2,
"name": "SwiftShader",
"version": "3.3.0.1"
}
Loading

0 comments on commit caf8311

Please sign in to comment.