summaryrefslogtreecommitdiffstats
path: root/gpu/BUILD.gn
diff options
context:
space:
mode:
authormartina.kollarova <martina.kollarova@intel.com>2016-01-20 00:53:44 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-20 08:54:43 +0000
commitc0d13d185e7b4d844265d6fc61b39217c4b9cd9c (patch)
treee07953171d727ad7e88857ce4485a1d1ce04d977 /gpu/BUILD.gn
parent7ccff7a3b607f413c97e5b2405e5325483ba75c1 (diff)
downloadchromium_src-c0d13d185e7b4d844265d6fc61b39217c4b9cd9c.zip
chromium_src-c0d13d185e7b4d844265d6fc61b39217c4b9cd9c.tar.gz
chromium_src-c0d13d185e7b4d844265d6fc61b39217c4b9cd9c.tar.bz2
Delete 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 Review URL: https://codereview.chromium.org/1607883002 Cr-Commit-Position: refs/heads/master@{#370350}
Diffstat (limited to 'gpu/BUILD.gn')
-rw-r--r--gpu/BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index 06b16c8..c7f7d9c 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -208,7 +208,6 @@ test("gpu_unittests") {
"command_buffer/common/gles2_cmd_format_test_autogen.h",
"command_buffer/common/gles2_cmd_utils_unittest.cc",
"command_buffer/common/id_allocator_test.cc",
- "command_buffer/common/trace_event.h",
"command_buffer/common/unittest_main.cc",
"command_buffer/service/buffer_manager_unittest.cc",
"command_buffer/service/cmd_parser_test.cc",