diff options
Diffstat (limited to 'chromium/components/viz/common/DEPS')
-rw-r--r-- | chromium/components/viz/common/DEPS | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chromium/components/viz/common/DEPS b/chromium/components/viz/common/DEPS index 71bb14cbcb1..f40bbfd2a81 100644 --- a/chromium/components/viz/common/DEPS +++ b/chromium/components/viz/common/DEPS @@ -7,12 +7,12 @@ include_rules = [ # Exception is struct_traits.h which is used for defining friends only. "+mojo/public/cpp/bindings/struct_traits.h", "+third_party/perfetto/protos/perfetto/trace/track_event", + "+third_party/skia", ] specific_include_rules = { "skia_helper.(cc|h)": [ "+cc/base", - "+third_party/skia", ], # DEPS for GLHelper and friends which are in the root common/ directory. "(yuv_readback|gl_helper|gl_scaler).*\.(cc|h)": [ @@ -21,7 +21,6 @@ specific_include_rules = { "+gpu/command_buffer/common", "+gpu/command_buffer/service", "+gpu/ipc/common", - "+third_party/skia", ], ".*(_unittest|_pixeltest|test_util)\.cc": [ "+cc/test", @@ -29,7 +28,6 @@ specific_include_rules = { "+gpu/ipc/gl_in_process_context.h", "+gpu/ipc/test_gpu_thread_holder.h", "+media/base", - "+third_party/skia/include/core", "+ui/gl", ], ".*_benchmark\.cc": [ |