| Index: ui/gfx/ipc/BUILD.gn
|
| diff --git a/ui/gfx/ipc/BUILD.gn b/ui/gfx/ipc/BUILD.gn
|
| index 9237efcc21de6507c26d5bcd484fa1bc6452da9f..ed1a1f11ba254fc57505f01fe5de8bece0b5b1a7 100644
|
| --- a/ui/gfx/ipc/BUILD.gn
|
| +++ b/ui/gfx/ipc/BUILD.gn
|
| @@ -1,5 +1,3 @@
|
| -# Copyright 2014 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| component("ipc") {
|
| @@ -13,11 +11,12 @@ component("ipc") {
|
|
|
| defines = [ "GFX_IPC_IMPLEMENTATION" ]
|
|
|
| - deps = [
|
| + public_deps = [
|
| "//base",
|
| "//ipc",
|
| "//ui/gfx:memory_buffer",
|
| - "//ui/gfx/geometry",
|
| + "//ui/gfx:selection_bound",
|
| + "//ui/gfx/ipc/geometry",
|
| "//ui/gfx/range",
|
| ]
|
| }
|
|
|