DescriptionMake //content/public/renderer dependency on //media public
There's following include chain:
content/public/renderer/content_renderer_client.h
media/base/decode_capabilities.h
media/base/video_color_space.h
ui/gfx/color_space.h
third_party/skia/include/core/SkColorSpace.h
SkMatrix44.h
Dependency chain must be also public to make sure that target that depends
on //content/public/renderer has include paths configured properly and
skia header inclusion doesn't cause 'include file not found' error during
compilation.
BUG=
Review-Url: https://codereview.chromium.org/2839623002
Cr-Commit-Position: refs/heads/master@{#467018}
Committed: https://chromium.googlesource.com/chromium/src/+/59b24c1b73e0548788d9b12969380e058f9ad770
Patch Set 1 #
Messages
Total messages: 8 (4 generated)
|