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

Side by Side Diff: cc/DEPS

Issue 93433004: Use GLES2Interface for shaders and programs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android_aosp warning Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/cc_tests.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 "+gpu/GLES2", 2 "+gpu/GLES2",
3 "+gpu/command_buffer/client/context_support.h", 3 "+gpu/command_buffer/client/context_support.h",
4 "+gpu/command_buffer/client/gles2_interface.h",
5 "+gpu/command_buffer/client/gles2_interface_stub.h", # for tests
4 "+gpu/command_buffer/common/gpu_memory_allocation.h", 6 "+gpu/command_buffer/common/gpu_memory_allocation.h",
5 "+gpu/command_buffer/common/capabilities.h", 7 "+gpu/command_buffer/common/capabilities.h",
6 "+gpu/command_buffer/common/mailbox.h", 8 "+gpu/command_buffer/common/mailbox.h",
7 "+media", 9 "+media",
8 "+skia/ext", 10 "+skia/ext",
9 "+third_party/skia/include", 11 "+third_party/skia/include",
10 "+third_party/khronos/GLES2/gl2.h", 12 "+third_party/khronos/GLES2/gl2.h",
11 "+third_party/khronos/GLES2/gl2ext.h", 13 "+third_party/khronos/GLES2/gl2ext.h",
12 "+ui/events/latency_info.h", 14 "+ui/events/latency_info.h",
13 "+ui/gfx", 15 "+ui/gfx",
14 "+ui/gl", 16 "+ui/gl",
15 # DO NOT ADD ANY NEW WEBKIT HEADERS TO THIS LIST. 17 # DO NOT ADD ANY NEW WEBKIT HEADERS TO THIS LIST.
16 # TODO(danakj): Drop dependencies on WebKit Platform API from cc. 18 # TODO(danakj): Drop dependencies on WebKit Platform API from cc.
17 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", 19 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
18 ] 20 ]
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698