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

Side by Side Diff: gpu/DEPS

Issue 16737007: Make it possible to switch between two different versions of ANGLE. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+native_client/src/include", 2 "+native_client/src/include",
3 "+third_party/angle", 3 "+third_party/angle",
4 "+third_party/angle_dx11",
4 "+third_party/amd", 5 "+third_party/amd",
5 "+third_party/re2", 6 "+third_party/re2",
6 "+third_party/smhasher", 7 "+third_party/smhasher",
7 "+third_party/protbuf", 8 "+third_party/protbuf",
8 "+crypto", 9 "+crypto",
9 "+ui/gfx", 10 "+ui/gfx",
10 "+ui/gl", 11 "+ui/gl",
11 "+ui/surface", 12 "+ui/surface",
12 ] 13 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698