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

Side by Side Diff: cc/DEPS

Issue 445013002: media: Optimize HW Video to 2D Canvas copy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 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", 4 "+gpu/command_buffer/client/gles2_interface.h",
5 "+gpu/command_buffer/client/gles2_interface_stub.h", # for tests 5 "+gpu/command_buffer/client/gles2_interface_stub.h", # for tests
6 "+gpu/command_buffer/common/capabilities.h", 6 "+gpu/command_buffer/common/capabilities.h",
7 "+gpu/command_buffer/common/gpu_memory_allocation.h", 7 "+gpu/command_buffer/common/gpu_memory_allocation.h",
8 "+gpu/command_buffer/common/mailbox.h", 8 "+gpu/command_buffer/common/mailbox.h",
9 "+gpu/command_buffer/common/mailbox_holder.h", 9 "+gpu/command_buffer/common/mailbox_holder.h",
10 "+media", 10 "+media",
11 "+skia/ext", 11 "+skia/ext",
12 "+third_party/khronos/GLES2/gl2.h", 12 "+third_party/khronos/GLES2/gl2.h",
13 "+third_party/khronos/GLES2/gl2ext.h", 13 "+third_party/khronos/GLES2/gl2ext.h",
14 "+third_party/libyuv/include/libyuv.h",
dshwang 2014/08/06 14:10:59 danakj@, It's not necessary. See below comment.
14 "+third_party/skia/include", 15 "+third_party/skia/include",
15 "+ui/events/latency_info.h", 16 "+ui/events/latency_info.h",
16 "+ui/gfx", 17 "+ui/gfx",
17 "+ui/gl", 18 "+ui/gl",
18 ] 19 ]
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc.gyp » ('j') | cc/resources/media/skcanvas_video_renderer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698