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

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: Forward declare Range in gfx_param_traits 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
« no previous file with comments | « ui/gfx/ipc/BUILD.gn ('k') | ui/gfx/ipc/geometry/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « ui/gfx/ipc/BUILD.gn ('k') | ui/gfx/ipc/geometry/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698