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

Unified Diff: components/tracing/sample_proto_canary.cc

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/sample_proto_canary.cc
diff --git a/components/tracing/sample_proto_canary.cc b/components/tracing/sample_proto_canary.cc
new file mode 100644
index 0000000000000000000000000000000000000000..27d8b7a6c007c19296c14ad735abf8fdbf7c58d0
--- /dev/null
+++ b/components/tracing/sample_proto_canary.cc
@@ -0,0 +1,10 @@
+// Copyright (c) 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// TODO(kraynov) Remove this temporary file.
+
+// Don't actually include the file.
+// Will get an error if file is not found.
+#define FOO_BAR_SAMPLE_PROTO_H_
+#include "components/tracing/proto/sample.zeropb.h"

Powered by Google App Engine
This is Rietveld 408576698