DescriptionDelete trace_event.h from gpu/
Fixes couple of GN warnings similar to this one:
ERROR at //gpu/command_buffer/client/gles2_trace_implementation.cc:6:11:
Include not allowed.
#include "gpu/command_buffer/common/trace_event.h"
^--------------------------------------
It is not in any dependency of
//gpu/command_buffer/client:gles2_implementation
The include file is in the target(s):
//gpu:gpu_unittests
which should somehow be reachable.
BUG=367595
Committed: https://crrev.com/c0d13d185e7b4d844265d6fc61b39217c4b9cd9c
Cr-Commit-Position: refs/heads/master@{#370350}
Patch Set 1 #
Messages
Total messages: 11 (6 generated)
|