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

Side by Side Diff: cc/DEPS

Issue 2023973002: Introduce cc StructTraits unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Capture constants Created 4 years, 6 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/client/gpu_memory_buffer_manager.h", 6 "+gpu/command_buffer/client/gpu_memory_buffer_manager.h",
7 "+gpu/command_buffer/common/capabilities.h", 7 "+gpu/command_buffer/common/capabilities.h",
8 "+gpu/command_buffer/common/gpu_memory_allocation.h", 8 "+gpu/command_buffer/common/gpu_memory_allocation.h",
9 "+gpu/command_buffer/common/mailbox.h", 9 "+gpu/command_buffer/common/mailbox.h",
10 "+gpu/command_buffer/common/mailbox_holder.h", 10 "+gpu/command_buffer/common/mailbox_holder.h",
11 "+gpu/command_buffer/common/sync_token.h", 11 "+gpu/command_buffer/common/sync_token.h",
12 "+gpu/vulkan", 12 "+gpu/vulkan",
13 "+media", 13 "+media",
14 "+skia/ext", 14 "+skia/ext",
15 "+third_party/khronos/GLES2/gl2.h", 15 "+third_party/khronos/GLES2/gl2.h",
16 "+third_party/khronos/GLES2/gl2ext.h", 16 "+third_party/khronos/GLES2/gl2ext.h",
17 "+third_party/skia/include", 17 "+third_party/skia/include",
18 "+ui/events/latency_info.h", 18 "+ui/events/latency_info.h",
19 "+ui/gfx", 19 "+ui/gfx",
20 "+ui/gl", 20 "+ui/gl",
21 "-cc/blink", 21 "-cc/blink",
22 ] 22 ]
23
24 specific_include_rules = {
danakj 2016/05/31 19:58:41 Or just put this in cc/test/DEPS?
Fady Samuel 2016/05/31 20:03:38 Done.
25 "run_all_unittests\.cc": [
26 "+mojo/edk/embedder/embedder.h",
27 ],
28 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/ipc/struct_traits_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698