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

Unified Diff: components/tracing/test/example_proto/upper_import.proto

Issue 2239383002: GN proto_libary refactoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: optimisation 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/upper_import.proto
diff --git a/components/tracing/test/example_proto/library_internals/galaxies.proto b/components/tracing/test/example_proto/upper_import.proto
similarity index 75%
copy from components/tracing/test/example_proto/library_internals/galaxies.proto
copy to components/tracing/test/example_proto/upper_import.proto
index 21e9019615222a3fc2234ec160fb69770c40a6f1..c948d2e8b1f52b0da523b83acb5fbfd45544c3ea 100644
--- a/components/tracing/test/example_proto/library_internals/galaxies.proto
+++ b/components/tracing/test/example_proto/upper_import.proto
@@ -3,10 +3,9 @@
// found in the LICENSE file.
syntax = "proto2";
+option optimize_for = LITE_RUNTIME;
+
package foo.bar;
-enum Galaxy {
- MILKY_WAY = 1;
- ANDROMEDA = 2;
- SUNFLOWER = 3;
+message TrickyPublicImport {
}
« no previous file with comments | « components/tracing/test/example_proto/test_messages.proto ('k') | components/tracing/test/proto_zero_generation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698