Commit e9ef789a authored by dstockwell's avatar dstockwell Committed by Commit Bot

third_party/ink: Roll to 236729529 and add threaded build

Bug: 902646
Change-Id: I8b7bb960a2cdc0a386b3a8518d20a9514c4d1eb4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1501236
Commit-Queue: dstockwell <dstockwell@chromium.org>
Reviewed-by: default avatarDarren Shen <shend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#638065}
parent 263882a6
...@@ -2749,7 +2749,7 @@ hooks = [ ...@@ -2749,7 +2749,7 @@ hooks = [
'src/third_party/libovr/src', 'src/third_party/libovr/src',
], ],
}, },
# Download ink resources for chromeos. # Download common ink resources for chromeos.
{ {
'name': 'ink-build', 'name': 'ink-build',
'pattern': '.', 'pattern': '.',
...@@ -2763,7 +2763,7 @@ hooks = [ ...@@ -2763,7 +2763,7 @@ hooks = [
'-d', 'src/third_party/ink/build', '-d', 'src/third_party/ink/build',
], ],
}, },
# Download ink resources for chromeos. # Download wasm ink resources for chromeos.
{ {
'name': 'ink-build-wasm', 'name': 'ink-build-wasm',
'pattern': '.', 'pattern': '.',
...@@ -2777,6 +2777,20 @@ hooks = [ ...@@ -2777,6 +2777,20 @@ hooks = [
'-d', 'src/third_party/ink/build/wasm', '-d', 'src/third_party/ink/build/wasm',
], ],
}, },
# Download wasm threaded ink resources for chromeos.
{
'name': 'ink-build-wasm',
'pattern': '.',
'condition': 'checkout_chromeos',
'action': [ 'python',
'src/third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--no_auth',
'--num_threads=4',
'--bucket', 'chromium-ink',
'-d', 'src/third_party/ink/build/wasm-threads',
],
},
{ {
# Pull doclava binaries if building for Android. # Pull doclava binaries if building for Android.
'name': 'doclava', 'name': 'doclava',
......
Name: Google Ink Name: Google Ink
Short Name: ink Short Name: ink
URL: https://github.com/google/ink URL: https://github.com/google/ink
Version: 233314166 Version: 236729529
License: Apache 2.0 License: Apache 2.0
Security Critical: yes Security Critical: yes
......
36d392d7bec3d8550e40a947c0db29b40e19d60b b64c8e4dbec4b01a3aa0cd4a0b7fd37ff735fb72
\ No newline at end of file \ No newline at end of file
b866a5dbc00ee771cf56ed08cc78015cef160758 90f553cbf55aa906cdd43c4b27dc3d5ef9e75ebb
\ No newline at end of file \ No newline at end of file
d346855d34df6a757683494be06cad9aac8e1a01
\ No newline at end of file
4d8f1d787a8c0f496b733c7578824cf6e0608840
\ No newline at end of file
3e0eaa76ec1238f9cd1cecf7808d700cd9a84924
\ No newline at end of file
4ab63d6214d411e2b096d5d0f3a072d0c9332201
\ No newline at end of file
89f47a099c85e412a4dc1755c8f01deef42e4713
\ No newline at end of file
529bc90cbda84c1c1ea684f3b74203932e6897da c8b78d6f7b0b9639cf05f68100568f54024bd621
\ No newline at end of file \ No newline at end of file
a27172fe2f09c9c5c194219754beb0e7433f6264 5310afd49946994abbf109c77d06831143d7f623
\ No newline at end of file \ No newline at end of file
c742f9bc02eeb6189d07d7acb893af6ec7c0f49e 49ed90d6ccc69b214c88fe99c43700099ef00bdb
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment