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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « .gitignore ('k') | third_party/SPIRV-Tools/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used to manage the dependencies of the Chromium src repo. It is 1 # This file is used to manage the dependencies of the Chromium src repo. It is
2 # used by gclient to determine what version of each dependency to check out, and 2 # used by gclient to determine what version of each dependency to check out, and
3 # where. 3 # where.
4 # 4 #
5 # For more information, please refer to the official documentation: 5 # For more information, please refer to the official documentation:
6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
7 # 7 #
8 # When adding a new dependency, please update the top-level .gitignore file 8 # When adding a new dependency, please update the top-level .gitignore file
9 # to list the dependency's destination directory. 9 # to list the dependency's destination directory.
10 # 10 #
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 121
122 'src/sdch/open-vcdiff': 122 'src/sdch/open-vcdiff':
123 Var('chromium_git') + '/external/github.com/google/open-vcdiff.git' + '@' + ' 21d7d0b9c3d0c3ccbdb221c85ae889373f0a2a58', 123 Var('chromium_git') + '/external/github.com/google/open-vcdiff.git' + '@' + ' 21d7d0b9c3d0c3ccbdb221c85ae889373f0a2a58',
124 124
125 'src/testing/gtest': 125 'src/testing/gtest':
126 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6 f8a66431cb592dad629028a50b3dd418a408c87', 126 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6 f8a66431cb592dad629028a50b3dd418a408c87',
127 127
128 'src/testing/gmock': 128 'src/testing/gmock':
129 Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e10 2c9c332ce19a33faf75be', # from svn revision 566 129 Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e10 2c9c332ce19a33faf75be', # from svn revision 566
130 130
131 'src/third_party/glslang/src':
132 Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + '210c 6bf4d8119dc5f8ac21da2d4c87184f7015e0',
133
134 'src/third_party/shaderc/src':
135 Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd87 93c34907073025af2622c28bcee64e9879a4',
136
137 'src/third_party/SPIRV-Tools/src':
138 Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' + ' @' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c',
139
131 'src/third_party/angle': 140 'src/third_party/angle':
132 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), 141 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
133 142
134 'src/third_party/colorama/src': 143 'src/third_party/colorama/src':
135 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d27 89ecbd7e8db2e18e6b8', 144 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d27 89ecbd7e8db2e18e6b8',
136 145
137 'src/third_party/icu': 146 'src/third_party/icu':
138 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'c291cde264469b20ca969 ce8832088acb21e0c48', 147 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'c291cde264469b20ca969 ce8832088acb21e0c48',
139 148
140 'src/third_party/hunspell_dictionaries': 149 'src/third_party/hunspell_dictionaries':
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 'src/build/android/download_doclava.py', 855 'src/build/android/download_doclava.py',
847 ], 856 ],
848 }, 857 },
849 { 858 {
850 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 859 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
851 'name': 'gyp', 860 'name': 'gyp',
852 'pattern': '.', 861 'pattern': '.',
853 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'], 862 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'],
854 }, 863 },
855 ] 864 ]
OLDNEW
« 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