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

Unified Diff: components/tracing/test/example_proto/library_internals/galaxies.proto

Issue 2201393002: Tracing V2: Import support for protobuf plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: style Created 4 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
Index: components/tracing/test/example_proto/library_internals/galaxies.proto
diff --git a/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h b/components/tracing/test/example_proto/library_internals/galaxies.proto
similarity index 62%
copy from tools/clang/rewrite_to_chrome_style/tests/gen/thing.h
copy to components/tracing/test/example_proto/library_internals/galaxies.proto
index 900b65c4cc4d0a285729491e4d03ed6f3a52b0f3..21e9019615222a3fc2234ec160fb69770c40a6f1 100644
--- a/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h
+++ b/components/tracing/test/example_proto/library_internals/galaxies.proto
@@ -2,10 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-namespace blink {
-void genThing();
+syntax = "proto2";
+package foo.bar;
-class GenClass {
- virtual void genMethod() {}
-};
+enum Galaxy {
+ MILKY_WAY = 1;
+ ANDROMEDA = 2;
+ SUNFLOWER = 3;
}
« no previous file with comments | « components/tracing/test/example_proto/library.proto ('k') | components/tracing/test/example_proto/test_messages.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698