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

Unified Diff: components/metrics/BUILD.gn

Issue 2267483002: Revert of Reland Introduce mojo interface for collecting StackSamplingProfiler data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « base/profiler/stack_sampling_profiler.cc ('k') | components/metrics/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index 5097279f1859b31a4ac3c5c215843fbd6a616e5a..95dfabbb9ad7dd92402ea8214fbe8b9b60e494e1 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -240,12 +240,6 @@
}
}
-static_library("call_stacks") {
- deps = [
- "//components/metrics/public/interfaces:call_stack_mojo_bindings",
- ]
-}
-
# GYP version: components/metrics.gypi:metrics_test_support
static_library("test_support") {
testonly = true
@@ -312,7 +306,6 @@
":test_support",
":ui",
"//base/test:test_support",
- "//components/metrics/public/cpp:call_stack_unit_tests",
"//components/prefs:test_support",
"//components/variations",
"//net:test_support",
@@ -329,10 +322,4 @@
if (is_chromeos) {
deps += [ "leak_detector:unit_tests" ]
}
-
- # iOS is not supported by the profiler and the ios-simulator bot chokes on
- # this test.
- if (is_ios) {
- deps -= [ "//components/metrics/public/cpp:call_stack_unit_tests" ]
- }
-}
+}
« no previous file with comments | « base/profiler/stack_sampling_profiler.cc ('k') | components/metrics/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698