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

Side by Side Diff: cc/DEPS

Issue 1835303002: Implementation of the GreenWeb language extensions. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change GreenWeb-related CSS property names such that they apply in the desired order at runtime. Created 4 years, 8 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
« no previous file with comments | « base/trace_event/trace_log.cc ('k') | cc/output/latency_info_swap_promise.cc » ('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 "+content/renderer",
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/client/gpu_memory_buffer_manager.h", 7 "+gpu/command_buffer/client/gpu_memory_buffer_manager.h",
7 "+gpu/command_buffer/common/capabilities.h", 8 "+gpu/command_buffer/common/capabilities.h",
8 "+gpu/command_buffer/common/gpu_memory_allocation.h", 9 "+gpu/command_buffer/common/gpu_memory_allocation.h",
9 "+gpu/command_buffer/common/mailbox.h", 10 "+gpu/command_buffer/common/mailbox.h",
10 "+gpu/command_buffer/common/mailbox_holder.h", 11 "+gpu/command_buffer/common/mailbox_holder.h",
11 "+media", 12 "+media",
12 "+skia/ext", 13 "+skia/ext",
13 "+third_party/khronos/GLES2/gl2.h", 14 "+third_party/khronos/GLES2/gl2.h",
14 "+third_party/khronos/GLES2/gl2ext.h", 15 "+third_party/khronos/GLES2/gl2ext.h",
15 "+third_party/skia/include", 16 "+third_party/skia/include",
16 "+ui/events/latency_info.h", 17 "+ui/events/latency_info.h",
17 "+ui/gfx", 18 "+ui/gfx",
18 "+ui/gl", 19 "+ui/gl",
19 "-cc/blink", 20 "-cc/blink",
20 ] 21 ]
OLDNEW
« no previous file with comments | « base/trace_event/trace_log.cc ('k') | cc/output/latency_info_swap_promise.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698