Skip to content
18 changes: 9 additions & 9 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ vars = {
deps = {
# Dependencies required to use GN/Clang in standalone
'build': {
'url': '{chromium_git}/chromium/src/build@f87b9ff92eb2b16cd9b0e8998aebf8ec06433181',
'url': '{chromium_git}/chromium/src/build@af6dfb72115ed59c752910fc8f3fc66dbfb91c91',
'condition': 'gpgmm_standalone',
},
'buildtools': {
'url': '{chromium_git}/chromium/src/buildtools@15fa3e772dfb58c8e912861b0af62977dd851072',
'url': '{chromium_git}/chromium/src/buildtools@1ca6866771ba31f28ec3033458a85e79c0904b53',
'condition': 'gpgmm_standalone',
},
'buildtools/clang_format/script': {
Expand Down Expand Up @@ -61,15 +61,15 @@ deps = {
},

'buildtools/third_party/libc++/trunk': {
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@09f0e1383cda798a320a413b23a506c847def30c',
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@2e919977e0030ce61bd19c40cefe31b995f1e2d4',
'condition': 'gpgmm_standalone',
},
'buildtools/third_party/libc++abi/trunk': {
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@5c3e02e92ae8bbc1bf1001bd9ef0d76e044ddb86',
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@20a144a49a2819e20b90d145554299e995d67c06',
'condition': 'gpgmm_standalone',
},
'tools/clang': {
'url': '{chromium_git}/chromium/src/tools/clang@209fff0a4f6b87435669c94b4aa6ed4da73bdbf5',
'url': '{chromium_git}/chromium/src/tools/clang@a5e0d72349d028a4023927d6d166a8478355fac3',
'condition': 'gpgmm_standalone',
},
'tools/clang/dsymutil': {
Expand All @@ -85,20 +85,20 @@ deps = {

# Testing, GTest and GMock
'testing': {
'url': '{chromium_git}/chromium/src/testing@790b2291a5d5f599ddf0a61b74a7e987c81b5a44',
'url': '{chromium_git}/chromium/src/testing@6ff813a5ed22bf9224b9e1ca95b4c943b2d420d8',
'condition': 'gpgmm_standalone',
},
'third_party/googletest': {
'url': '{chromium_git}/external/github.com/google/googletest@63907e1bfe6f78806b17d094daf2198ee27aad62',
'url': '{chromium_git}/external/github.com/google/googletest@93f08be653c36ddc6943e9513fc14c7292b4d007',
'condition': 'gpgmm_standalone',
},
'third_party/vulkan-deps': {
'url': '{chromium_git}/vulkan-deps@45984dd714bb02f37d9105619ccaf209d0ac397c',
'url': '{chromium_git}/vulkan-deps@e0aed16f882f121a92e36a87b1c58d80da2fa2cb',
'condition': 'gpgmm_standalone',
},
# Dependency of //testing
'third_party/catapult': {
'url': '{chromium_git}/catapult.git@b7e9d589924bf7c7b7caf06870c5d3c6c7ed13da',
'url': '{chromium_git}/catapult.git@16eb7278843e4955064c980c5887668d6cba1035',
'condition': 'gpgmm_standalone',
},
'third_party/jsoncpp/source': {
Expand Down