| Index: gpu/ipc/BUILD.gn
|
| diff --git a/components/tracing/BUILD.gn b/gpu/ipc/BUILD.gn
|
| similarity index 53%
|
| copy from components/tracing/BUILD.gn
|
| copy to gpu/ipc/BUILD.gn
|
| index c2e05190ad6e7a0996e2713071e35a4bea4525fe..a6249bf564ddef4648dd1f9988e319399268bfcc 100644
|
| --- a/components/tracing/BUILD.gn
|
| +++ b/gpu/ipc/BUILD.gn
|
| @@ -2,16 +2,16 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("tracing") {
|
| +source_set("ipc") {
|
| sources = [
|
| - "child_trace_message_filter.cc",
|
| - "child_trace_message_filter.h",
|
| - "tracing_messages.cc",
|
| - "tracing_messages.h",
|
| + "gpu_command_buffer_traits.cc",
|
| + "gpu_command_buffer_traits.h",
|
| ]
|
|
|
| + configs += [ "//third_party/khronos:khronos_headers" ]
|
| +
|
| deps = [
|
| - "//base",
|
| + "//gpu/command_buffer/common",
|
| "//ipc",
|
| ]
|
| }
|
|
|