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

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

Issue 2150013003: Add IPC support for gfx::ColorSpace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 4 years, 5 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/color_space.h ('k') | ui/gfx/ipc/color/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/ipc/color/BUILD.gn
diff --git a/blimp/client/test/BUILD.gn b/ui/gfx/ipc/color/BUILD.gn
similarity index 53%
copy from blimp/client/test/BUILD.gn
copy to ui/gfx/ipc/color/BUILD.gn
index 7afb984bb5fd25cfd41a3f7130b5cc18d6ef378d..88a6a878a9b4ec64a11f32f98fbe5e0ecc186bb0 100644
--- a/blimp/client/test/BUILD.gn
+++ b/ui/gfx/ipc/color/BUILD.gn
@@ -2,16 +2,19 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("test") {
- testonly = true
+component("color") {
+ output_name = "gfx_ipc_color"
sources = [
- "test_blimp_client_context_delegate.cc",
- "test_blimp_client_context_delegate.h",
+ "gfx_param_traits.cc",
+ "gfx_param_traits.h",
]
+ defines = [ "GFX_IPC_COLOR_IMPLEMENTATION" ]
+
deps = [
"//base",
- "//blimp/client/public:public_headers",
+ "//ipc",
+ "//ui/gfx:gfx",
]
}
« no previous file with comments | « ui/gfx/color_space.h ('k') | ui/gfx/ipc/color/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698