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

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

Issue 1924613002: Move ui/gfx/geometry ParamTraits to ui/gfx/ipc/geometry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed ozone Created 4 years, 8 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/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",

Powered by Google App Engine
This is Rietveld 408576698