diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2018-08-28 15:28:34 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2018-08-28 13:54:51 +0000 |
commit | 2a19c63448c84c1805fb1a585c3651318bb86ca7 (patch) | |
tree | eb17888e8531aa6ee5e85721bd553b832a7e5156 /chromium/cc/DEPS | |
parent | b014812705fc80bff0a5c120dfcef88f349816dc (diff) | |
download | qtwebengine-chromium-2a19c63448c84c1805fb1a585c3651318bb86ca7.tar.gz |
BASELINE: Update Chromium to 69.0.3497.70
Change-Id: I2b7b56e4e7a8b26656930def0d4575dc32b900a0
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/cc/DEPS')
-rw-r--r-- | chromium/cc/DEPS | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chromium/cc/DEPS b/chromium/cc/DEPS index 2e684073776..7b0e07a0097 100644 --- a/chromium/cc/DEPS +++ b/chromium/cc/DEPS @@ -1,5 +1,6 @@ include_rules = [ "+components/ukm/test_ukm_recorder.h", + "+components/viz/client", "+components/viz/common", "+gpu/GLES2", "+gpu/command_buffer/client/context_support.h", @@ -28,9 +29,13 @@ include_rules = [ "+third_party/libyuv", "+third_party/skia/include", "+third_party/skia/src/core/SkRemoteGlyphCache.h", - "+ui/latency/latency_info.h", + "+ui/latency", "+ui/gfx", "+ui/gl", + + # Do not use mojo bindings in cc/. This library should be agnostic about how + # to communicate with viz. + "-mojo/public/cpp/bindings", ] specific_include_rules = { |