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

Unified Diff: components/metrics/BUILD.gn

Issue 577823002: Moves ProfilerMetricsProvider to //components/metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaase Created 6 years, 3 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 | « components/metrics.gypi ('k') | components/metrics/profiler/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 8179e27460ed90aae9be99dc6d43210057906b82..89bedd83c9c4cf3d3f1477e64720c349eecf4866 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -88,6 +88,25 @@ static_library("net") {
forward_dependent_configs_from = [ ":metrics" ]
}
+# GYP version: components/metrics.gypi:metrics_profiler
+source_set("profiler") {
+ sources = [
+ "profiler/profiler_metrics_provider.cc",
+ "profiler/profiler_metrics_provider.h",
+ "profiler/tracking_synchronizer.cc",
+ "profiler/tracking_synchronizer.h",
+ "profiler/tracking_synchronizer_observer.h",
+ ]
+
+ deps = [
+ ":metrics",
+ "//base",
+ "//content/public/browser",
+ ]
+
+ forward_dependent_configs_from = [ ":metrics" ]
+}
+
# GYP version: components/metrics.gypi:metrics_test_support
static_library("test_support") {
sources = [
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/profiler/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698