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

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

Issue 365793002: Add lots of GN targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | ui/gfx/ipc/gfx_ipc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/ipc/BUILD.gn
diff --git a/components/tracing/BUILD.gn b/ui/gfx/ipc/BUILD.gn
similarity index 56%
copy from components/tracing/BUILD.gn
copy to ui/gfx/ipc/BUILD.gn
index c2e05190ad6e7a0996e2713071e35a4bea4525fe..8f11fa8db0fb5d0b9fce0247fcf54083d0b3ba36 100644
--- a/components/tracing/BUILD.gn
+++ b/ui/gfx/ipc/BUILD.gn
@@ -2,16 +2,20 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("tracing") {
+component("ipc") {
+ output_name = "gfx_ipc"
+
sources = [
- "child_trace_message_filter.cc",
- "child_trace_message_filter.h",
- "tracing_messages.cc",
- "tracing_messages.h",
+ "gfx_param_traits.cc",
+ "gfx_param_traits.h",
]
+ defines = [ "GFX_IPC_IMPLEMENTATION" ]
+
deps = [
"//base",
"//ipc",
+ "//skia",
+ "//ui/gfx",
]
}
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | ui/gfx/ipc/gfx_ipc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698