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

Unified Diff: components/tracing/BUILD.gn

Issue 1988353003: Add missing test file to tracing:unit_tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing/BUILD.gn
diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn
index 927aeb67894b1e398c5a2f96a463126df2fd9a95..e5200dd9c934009f2b3ce06066eafec8ade451d4 100644
--- a/components/tracing/BUILD.gn
+++ b/components/tracing/BUILD.gn
@@ -51,6 +51,7 @@ source_set("unit_tests") {
testonly = true
sources = [
+ "child_trace_message_filter_unittest.cc",
Primiano Tucci (use gerrit) 2016/05/19 17:06:33 FYI in gyp they seem excluded for IOS. But I guess
"graphics_memory_dump_provider_android_unittest.cc",
"process_metrics_memory_dump_provider_unittest.cc",
]
@@ -58,6 +59,8 @@ source_set("unit_tests") {
deps = [
":tracing",
"//base/test:test_support",
+ "//ipc",
+ "//testing/gmock:gmock",
"//testing/gtest",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698