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

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

Issue 2777103003: Turning ui/events/ipc into a source_set (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | ui/events/ipc/events_ipc_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ipc/BUILD.gn
diff --git a/ui/events/ipc/BUILD.gn b/ui/events/ipc/BUILD.gn
index ab9411ff80f8673c8c2b47989b336c276dad09bf..bfc9e7c870208eba5fb8aab3619732d199831091 100644
--- a/ui/events/ipc/BUILD.gn
+++ b/ui/events/ipc/BUILD.gn
@@ -4,16 +4,13 @@
import("//build/config/ui.gni")
-component("ipc") {
- output_name = "events_ipc"
+source_set("ipc") {
sources = [
"latency_info_param_traits.cc",
"latency_info_param_traits.h",
"latency_info_param_traits_macros.h",
]
- defines = [ "EVENTS_IPC_IMPLEMENTATION" ]
-
deps = [
"//base",
"//ipc",
« no previous file with comments | « no previous file | ui/events/ipc/events_ipc_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698