| Index: ui/gfx/ipc/geometry/BUILD.gn
|
| diff --git a/ui/gfx/ipc/BUILD.gn b/ui/gfx/ipc/geometry/BUILD.gn
|
| similarity index 66%
|
| copy from ui/gfx/ipc/BUILD.gn
|
| copy to ui/gfx/ipc/geometry/BUILD.gn
|
| index 426b690386a360f29b263e93f591eee279f55247..980f1ba1a8afcb494b38dc342909d6da86700cfd 100644
|
| --- a/ui/gfx/ipc/BUILD.gn
|
| +++ b/ui/gfx/ipc/geometry/BUILD.gn
|
| @@ -2,22 +2,19 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -component("ipc") {
|
| - output_name = "gfx_ipc"
|
| +component("geometry") {
|
| + output_name = "gfx_ipc_geometry"
|
|
|
| sources = [
|
| "gfx_param_traits.cc",
|
| "gfx_param_traits.h",
|
| - "gfx_param_traits_macros.h",
|
| ]
|
|
|
| - defines = [ "GFX_IPC_IMPLEMENTATION" ]
|
| + defines = [ "GFX_IPC_GEOMETRY_IMPLEMENTATION" ]
|
|
|
| deps = [
|
| "//base",
|
| "//ipc",
|
| - "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| - "//ui/gfx/range",
|
| ]
|
| }
|
|
|