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

Side by Side Diff: webkit/DEPS

Issue 890873007: Cleanup: Move ContextProviderWebContext into cc/blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
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/blink",
4 "+cc/output", 5 "+cc/output",
5 "+gpu/GLES2", 6 "+gpu/GLES2",
6 "+gpu/blink", 7 "+gpu/blink",
7 "+gpu/command_buffer/client", 8 "+gpu/command_buffer/client",
8 "+gpu/command_buffer/common", 9 "+gpu/command_buffer/common",
9 "+gpu/command_buffer/service", 10 "+gpu/command_buffer/service",
10 "+gpu/skia_bindings", 11 "+gpu/skia_bindings",
11 "+skia", 12 "+skia",
12 "+third_party/WebKit/public/platform", 13 "+third_party/WebKit/public/platform",
13 "+third_party/khronos/GLES2", 14 "+third_party/khronos/GLES2",
14 "+third_party/skia", 15 "+third_party/skia",
15 "+ui/gfx", 16 "+ui/gfx",
16 "+ui/gl", 17 "+ui/gl",
17 ] 18 ]
OLDNEW
« no previous file with comments | « content/renderer/webgraphicscontext3d_provider_impl.cc ('k') | webkit/common/gpu/context_provider_in_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698