mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 05:05:07 +00:00
Remove binutils from DEPS and pull in changes to build.gni from Dawn
Change-Id: Id9855ccf133b50f406443c37b74f12ff1d9206fe Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/25560 Reviewed-by: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
14
DEPS
14
DEPS
@@ -14,7 +14,6 @@ vars = {
|
||||
'chromium_git': 'https://chromium.googlesource.com',
|
||||
'github': '/external/github.com',
|
||||
|
||||
'binutils_revision': '2566778206fdacdff455b2d96df3d52a18d439d4',
|
||||
'build_revision': '9b01e295f87e0cbdef297148e2b14efdd5f9d699',
|
||||
'buildtools_revision': 'eb3987ec709b39469423100c1e77f0446890e059',
|
||||
'clang_revision': '6412135b3979b680c20cf007ab242d968025fc3e',
|
||||
@@ -49,9 +48,6 @@ deps = {
|
||||
'tools/clang': Var('chromium_git') + '/chromium/src/tools/clang@' +
|
||||
Var('clang_revision'),
|
||||
|
||||
'third_party/binutils': Var('chromium_git') +
|
||||
'/chromium/src/third_party/binutils@' + Var('binutils_revision'),
|
||||
|
||||
# Dependencies required for testing
|
||||
'testing': Var('chromium_git') + '/chromium/src/testing@' +
|
||||
Var('testing_revision'),
|
||||
@@ -139,16 +135,6 @@ hooks = [
|
||||
'-s', 'build/toolchain/win/rc/win/rc.exe.sha1',
|
||||
],
|
||||
},
|
||||
# Pull binutils for linux hermetic builds
|
||||
{
|
||||
'name': 'binutils',
|
||||
'pattern': 'src/third_party/binutils',
|
||||
'condition': 'host_os == "linux"',
|
||||
'action': [
|
||||
'python',
|
||||
'third_party/binutils/download.py',
|
||||
],
|
||||
},
|
||||
# Update build/util/LASTCHANGE.
|
||||
{
|
||||
'name': 'lastchange',
|
||||
|
||||
Reference in New Issue
Block a user