summaryrefslogtreecommitdiff
path: root/chromium/components/viz/common/DEPS
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-12 14:27:29 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-13 09:35:20 +0000
commitc30a6232df03e1efbd9f3b226777b07e087a1122 (patch)
treee992f45784689f373bcc38d1b79a239ebe17ee23 /chromium/components/viz/common/DEPS
parent7b5b123ac58f58ffde0f4f6e488bcd09aa4decd3 (diff)
downloadqtwebengine-chromium-85-based.tar.gz
BASELINE: Update Chromium to 85.0.4183.14085-based
Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/components/viz/common/DEPS')
-rw-r--r--chromium/components/viz/common/DEPS4
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": [