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

Unified Diff: components/tracing.gyp

Issue 2083373002: proto_zero_plugin [NOT FOR REVIEW]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: refactoring Created 4 years, 6 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.gyp
diff --git a/components/tracing.gyp b/components/tracing.gyp
index 0bd93241f42a0ab259e6d9eb5849432b51ef4a05..1786c4bfde1c319e6375b1813b571a14ea3db37d 100644
--- a/components/tracing.gyp
+++ b/components/tracing.gyp
@@ -18,6 +18,7 @@
'dependencies': [
'../base/base.gyp:base',
'../ipc/ipc.gyp:ipc',
+ 'tracing_proto.gyp:tracing_proto',
],
'include_dirs': [
'..',
@@ -43,6 +44,7 @@
'tracing/common/tracing_switches.cc',
'tracing/common/tracing_switches.h',
'tracing/tracing_export.h',
+ 'tracing/sample_proto_canary.cc',
],
'target_conditions': [
['>(nacl_untrusted_build)==1', {

Powered by Google App Engine
This is Rietveld 408576698