| Index: ui/gfx/ipc/geometry/BUILD.gn
|
| diff --git a/ui/gfx/ipc/BUILD.gn b/ui/gfx/ipc/geometry/BUILD.gn
|
| similarity index 76%
|
| copy from ui/gfx/ipc/BUILD.gn
|
| copy to ui/gfx/ipc/geometry/BUILD.gn
|
| index b65ea3a7c3ee5f006539bd5a6d9e3eaf871d82b0..1a2faec62f76108d4745f4c58398d9e08641d198 100644
|
| --- a/ui/gfx/ipc/BUILD.gn
|
| +++ b/ui/gfx/ipc/geometry/BUILD.gn
|
| @@ -2,8 +2,8 @@
|
| # 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",
|
| @@ -11,7 +11,7 @@ component("ipc") {
|
| "gfx_param_traits_macros.h",
|
| ]
|
|
|
| - defines = [ "GFX_IPC_IMPLEMENTATION" ]
|
| + defines = [ "GFX_IPC_GEOMETRY_IMPLEMENTATION" ]
|
|
|
| deps = [
|
| "//base",
|
|
|