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 1883763002: Revert of Move LatencyInfo to ui/latency_info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/latency_info/ipc/BUILD.gn b/ui/latency_info/ipc/BUILD.gn
deleted file mode 100644
index 411305da2e4be3ea62d9c409bb3f439691a2b0b3..0000000000000000000000000000000000000000
--- a/ui/latency_info/ipc/BUILD.gn
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-component("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 = [ "LATENCY_INFO_IPC_IMPLEMENTATION" ]
-
- public_deps = [
- "//ui/latency_info",
- ]
-
- deps = [
- "//base",
- "//ipc",
- ]
-}
« 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