Per brettw@'s talk the other day we should get this passing for media. The primary failures are:
- cdm
- gles2 includes by skia, gpu mem bufs, and gpu accelerator factories.
dalecurtis@xorax /d/code/chrome/src $ gn check out/Release //media/
ERROR at //media/cdm/cdm_adapter.cc:30:11: Include not allowed.
#include "media/cdm/cdm_wrapper.h"
^----------------------
It is not in any dependency of
//media:media
The include file is in the target(s):
//media/cdm/ppapi:clearkeycdmadapter
which should somehow be reachable.
___________________
ERROR at //media/cdm/cdm_adapter.h:28:11: Include not allowed.
#include "media/cdm/api/content_decryption_module.h"
^----------------------------------------
It is not in any dependency of
//media:media
The include file is in the target(s):
//media/cdm/ppapi:clearkeycdmadapter
which should somehow be reachable.
___________________
ERROR at //media/cdm/cdm_helpers.cc:9:11: Include not allowed.
#include "ppapi/cpp/logging.h"
^------------------
It is not in any dependency of
//media:media
The include file is in the target(s):
//ppapi:ppapi_cpp_lib
//ppapi/cpp:objects
at least one of which should somehow be reachable.
___________________
ERROR at //media/cdm/cdm_helpers.h:12:11: Include not allowed.
#include "media/cdm/api/content_decryption_module.h"
^----------------------------------------
It is not in any dependency of
//media:media
The include file is in the target(s):
//media/cdm/ppapi:clearkeycdmadapter
which should somehow be reachable.
___________________
ERROR at //media/cdm/supported_cdm_versions.cc:7:11: Include not allowed.
#include "media/cdm/api/content_decryption_module.h"
^----------------------------------------
It is not in any dependency of
//media:media
The include file is in the target(s):
//media/cdm/ppapi:clearkeycdmadapter
which should somehow be reachable.
___________________
ERROR at //media/renderers/gpu_video_accelerator_factories.h:16:11: Include not allowed.
#include "gpu/command_buffer/client/gles2_interface.h"
^------------------------------------------
It is not in any dependency of
//media:media
The include file is in the target(s):
//gpu/command_buffer/client:gles2_interface
which should somehow be reachable.
___________________
ERROR at //media/renderers/skcanvas_video_renderer.cc:11:11: Include not allowed.
#include "gpu/command_buffer/client/gles2_interface.h"
^------------------------------------------
It is not in any dependency of
//media:media
The include file is in the target(s):
//gpu/command_buffer/client:gles2_interface
which should somehow be reachable.
___________________
ERROR at //media/video/gpu_memory_buffer_video_frame_pool.cc:26:11: Include not allowed.
#include "gpu/command_buffer/client/gles2_interface.h"
^------------------------------------------
It is not in any dependency of
//media:media
The include file is in the target(s):
//gpu/command_buffer/client:gles2_interface
which should somehow be reachable.
Comment 1 by xhw...@chromium.org
, Mar 31 2016