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

Side by Side Diff: cc/DEPS

Issue 131893003: Skeleton surface interfaces in cc/surfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add base and ui/gfx deps to fix win/mac component link Created 6 years, 11 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
« no previous file with comments | « android_webview/browser/DEPS ('k') | cc/cc.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-cc/surfaces", # cc shouldn't depend directly on the surface implementation
2 "+gpu/GLES2", 3 "+gpu/GLES2",
3 "+gpu/command_buffer/client/context_support.h", 4 "+gpu/command_buffer/client/context_support.h",
4 "+gpu/command_buffer/client/gles2_interface.h", 5 "+gpu/command_buffer/client/gles2_interface.h",
5 "+gpu/command_buffer/client/gles2_interface_stub.h", # for tests 6 "+gpu/command_buffer/client/gles2_interface_stub.h", # for tests
6 "+gpu/command_buffer/common/gpu_memory_allocation.h", 7 "+gpu/command_buffer/common/gpu_memory_allocation.h",
7 "+gpu/command_buffer/common/capabilities.h", 8 "+gpu/command_buffer/common/capabilities.h",
8 "+gpu/command_buffer/common/mailbox.h", 9 "+gpu/command_buffer/common/mailbox.h",
9 "+media", 10 "+media",
10 "+skia/ext", 11 "+skia/ext",
11 "+third_party/skia/include", 12 "+third_party/skia/include",
12 "+third_party/khronos/GLES2/gl2.h", 13 "+third_party/khronos/GLES2/gl2.h",
13 "+third_party/khronos/GLES2/gl2ext.h", 14 "+third_party/khronos/GLES2/gl2ext.h",
14 "+ui/events/latency_info.h", 15 "+ui/events/latency_info.h",
15 "+ui/gfx", 16 "+ui/gfx",
16 "+ui/gl", 17 "+ui/gl",
17 # DO NOT ADD ANY NEW WEBKIT HEADERS TO THIS LIST. 18 # DO NOT ADD ANY NEW WEBKIT HEADERS TO THIS LIST.
18 # TODO(danakj): Drop dependencies on WebKit Platform API from cc. 19 # TODO(danakj): Drop dependencies on WebKit Platform API from cc.
19 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", 20 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
20 ] 21 ]
OLDNEW
« no previous file with comments | « android_webview/browser/DEPS ('k') | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698