Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: ui/gfx/ipc/BUILD.gn

Issue 2030033003: Replace cc::ViewportSelectionBound with gfx::SelectionBound (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Further cleanup Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]
}
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/ipc/gfx_param_traits.h » ('j') | ui/gfx/ipc/gfx_param_traits.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698