Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: DEPS

Issue 2238063003: Adding SwiftShader to the DEPS file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TBRs for previous approvals. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/checklicenses/checklicenses.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 388faa55eee58ebceac186d47930fb60304582eb..a1adc1067591fb3e228bdfed37dbe50fa7c7dd7f 100644
--- a/DEPS
+++ b/DEPS
@@ -54,6 +54,10 @@ vars = {
# and whatever else without interference from each other.
'buildtools_revision': '33a32b8aa2b7274d246fcf85ce8f762cf4291418',
# Three lines of non-changing comments so that
+ # the commit queue can handle CLs rolling SwiftShader
+ # and whatever else without interference from each other.
+ 'swiftshader_revision': '3e204de9bb74b5379b42b7eea5c4b898b2698d56',
+ # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling PDFium
# and whatever else without interference from each other.
'pdfium_revision': '85af2a3cfcdfb2200510d337bfbf5b405858aa3b',
@@ -102,6 +106,7 @@ allowed_hosts = [
'boringssl.googlesource.com',
'pdfium.googlesource.com',
'android.googlesource.com',
+ 'swiftshader.googlesource.com',
]
deps = {
@@ -249,6 +254,9 @@ deps = {
'src/third_party/ced/src':
Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '9012c0ab648025dd0f8df14294bf5d6d73793ac9',
+ 'src/third_party/swiftshader':
+ 'https://swiftshader.googlesource.com/SwiftShader.git' + '@' + Var('swiftshader_revision'),
+
'src/third_party/cld_2/src':
Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84b58a5d7690ebf05a91406f371ce00c3daf31c0',
« no previous file with comments | « no previous file | tools/checklicenses/checklicenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698