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

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

Issue 407243002: Some linking fixes for GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 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 | « tools/xdisplaycheck/xdisplaycheck.gyp ('k') | ui/events/ipc/events_ipc.gyp » ('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 82ac834cf3d30fc00da29f6b410a6bdf3d40a5a5..669e80c02c73f87e22cc01658d057127e934811a 100644
--- a/ui/events/ipc/BUILD.gn
+++ b/ui/events/ipc/BUILD.gn
@@ -4,8 +4,9 @@
import("//build/config/ui.gni")
-component("events_ipc") {
- sources = [
+component("ipc") {
+ output_name = "events_ipc"
+ sources = [
"latency_info_param_traits.cc",
"latency_info_param_traits.h",
]
« no previous file with comments | « tools/xdisplaycheck/xdisplaycheck.gyp ('k') | ui/events/ipc/events_ipc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698