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

Unified Diff: components/metrics/BUILD.gn

Issue 1304163005: Sync more GN unit tests with GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes Created 5 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 | « components/keyed_service/core/BUILD.gn ('k') | components/navigation_interception/BUILD.gn » ('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 58e88bff883ce90998ffd90c6d4864a4d232ea1a..4796d5ce80b1dcf2ec74d2be84fa39f53ed472ee 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -177,9 +177,11 @@ if (is_linux) {
source_set("unit_tests") {
testonly = true
sources = [
+ "call_stack_profile_metrics_provider_unittest.cc",
"compression_utils_unittest.cc",
"daily_event_unittest.cc",
"drive_metrics_provider_unittest.cc",
+ "gpu/gpu_metrics_provider_unittest.cc",
"histogram_encoder_unittest.cc",
"machine_id_provider_win_unittest.cc",
"metrics_hashes_unittest.cc",
@@ -188,13 +190,16 @@ source_set("unit_tests") {
"metrics_reporting_scheduler_unittest.cc",
"metrics_service_unittest.cc",
"metrics_state_manager_unittest.cc",
+ "net/net_metrics_log_uploader_unittest.cc",
"persisted_logs_unittest.cc",
"profiler/profiler_metrics_provider_unittest.cc",
"profiler/tracking_synchronizer_unittest.cc",
]
deps = [
+ ":gpu",
":metrics",
+ ":net",
":profiler",
":test_support",
"//base:prefs_test_support",
« no previous file with comments | « components/keyed_service/core/BUILD.gn ('k') | components/navigation_interception/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698