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

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

Issue 1871233002: Move LatencyInfo to ui/latency_info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some more gyp issues 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/latency_info/OWNERS ('k') | ui/latency_info/ipc/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/latency_info/ipc/BUILD.gn
diff --git a/ui/events/ipc/BUILD.gn b/ui/latency_info/ipc/BUILD.gn
similarity index 68%
rename from ui/events/ipc/BUILD.gn
rename to ui/latency_info/ipc/BUILD.gn
index b6ccbf51d5fc10800fd1071f3608b8192fed1df9..411305da2e4be3ea62d9c409bb3f439691a2b0b3 100644
--- a/ui/events/ipc/BUILD.gn
+++ b/ui/latency_info/ipc/BUILD.gn
@@ -2,21 +2,23 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//build/config/ui.gni")
-
component("ipc") {
- output_name = "events_ipc"
+ output_name = "latency_info_ipc"
sources = [
+ "latency_info_ipc_export.h",
"latency_info_param_traits.cc",
"latency_info_param_traits.h",
"latency_info_param_traits_macros.h",
]
- defines = [ "EVENTS_IPC_IMPLEMENTATION" ]
+ defines = [ "LATENCY_INFO_IPC_IMPLEMENTATION" ]
+
+ public_deps = [
+ "//ui/latency_info",
+ ]
deps = [
"//base",
"//ipc",
- "//ui/events:events_base",
]
}
« no previous file with comments | « ui/latency_info/OWNERS ('k') | ui/latency_info/ipc/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698