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

Side by Side Diff: webkit/common/gpu/DEPS

Issue 802113002: Revert "Revert of Extract WebGraphicsContext3DImpl from webkit/common/gpu. (patchset #12 id:220001 … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 6 years 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 | « webkit/common/gpu/BUILD.gn ('k') | webkit/common/gpu/grcontext_for_webgraphicscontext3d.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Do NOT add chrome to the list below. We shouldn't be including files from 1 # Do NOT add chrome to the list below. We shouldn't be including files from
2 # src/chrome in src/webkit. 2 # src/chrome in src/webkit.
3 include_rules = [ 3 include_rules = [
4 "+cc/output", 4 "+cc/output",
5 "+gpu/GLES2", 5 "+gpu/GLES2",
6 "+gpu/blink",
6 "+gpu/command_buffer/client", 7 "+gpu/command_buffer/client",
7 "+gpu/command_buffer/common", 8 "+gpu/command_buffer/common",
8 "+gpu/command_buffer/service", 9 "+gpu/command_buffer/service",
9 "+gpu/skia_bindings", 10 "+gpu/skia_bindings",
10 "+skia", 11 "+skia",
11 "+third_party/WebKit/public/platform", 12 "+third_party/WebKit/public/platform",
12 "+third_party/khronos/GLES2", 13 "+third_party/khronos/GLES2",
13 "+third_party/skia", 14 "+third_party/skia",
14 "+ui/gfx", 15 "+ui/gfx",
15 "+ui/gl", 16 "+ui/gl",
16 ] 17 ]
OLDNEW
« no previous file with comments | « webkit/common/gpu/BUILD.gn ('k') | webkit/common/gpu/grcontext_for_webgraphicscontext3d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698