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

Unified Diff: components/tracing/BUILD.gn

Issue 2147613002: Skeleton for proto_zero_plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cross compilation Created 4 years, 5 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
Index: components/tracing/BUILD.gn
diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn
index 9376463ad2c972aaddf5bd7261c7901d6eb30079..6ef5785676be6680948460a629f86c41ee9c6d64 100644
--- a/components/tracing/BUILD.gn
+++ b/components/tracing/BUILD.gn
@@ -62,10 +62,12 @@ source_set("unit_tests") {
"core/proto_utils_unittest.cc",
"core/scattered_stream_writer_unittest.cc",
"core/trace_ring_buffer_unittest.cc",
+ "proto_zero_plugin/mock_messages_unittest.cc",
Primiano Tucci (use gerrit) 2016/07/13 16:52:31 this file should NOT be inside the tools/proto_zer
]
deps = [
":tracing",
+ "proto_zero_plugin:mock_messages",
"//base/test:test_support",
"//ipc",
"//testing/gmock:gmock",

Powered by Google App Engine
This is Rietveld 408576698