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

Unified Diff: DEPS

Issue 1917043003: Added shaderc, glslang, and SPIRV-Tools to third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated glslang ref, removed whitelist entry Created 4 years, 7 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 | « .gitignore ('k') | third_party/SPIRV-Tools/LICENSE » ('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 c40284d5a6b4f6f3100709a81372a57c903727ee..414c79b2c16620f7d2338b941fc35c8ea46a7175 100644
--- a/DEPS
+++ b/DEPS
@@ -128,6 +128,15 @@ deps = {
'src/testing/gmock':
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
+ 'src/third_party/glslang/src':
+ Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + '210c6bf4d8119dc5f8ac21da2d4c87184f7015e0',
+
+ 'src/third_party/shaderc/src':
+ Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd8793c34907073025af2622c28bcee64e9879a4',
+
+ 'src/third_party/SPIRV-Tools/src':
+ Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' + '@' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c',
+
'src/third_party/angle':
Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
« no previous file with comments | « .gitignore ('k') | third_party/SPIRV-Tools/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698