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

Unified Diff: third_party/protobuf/js/test2.proto

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years 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
« no previous file with comments | « third_party/protobuf/js/test.proto ('k') | third_party/protobuf/js/testbinary.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf/js/test2.proto
diff --git a/third_party/protobuf/js/test2.proto b/third_party/protobuf/js/test2.proto
index 44e55effcb47e983729f41a0b95f3e0f20497c05..b67f93fa9ece8e72ed4744461afd435ba03bfaff 100644
--- a/third_party/protobuf/js/test2.proto
+++ b/third_party/protobuf/js/test2.proto
@@ -35,6 +35,8 @@ option java_multiple_files = true;
package jspb.test;
+import "test.proto";
+
message TestExtensionsMessage {
optional int32 intfield = 1;
extensions 100 to max;
@@ -52,3 +54,7 @@ extend TestExtensionsMessage {
optional ExtensionMessage floating_msg_field = 101;
optional string floating_str_field = 102;
}
+
+message ForeignNestedFieldMessage {
+ optional Deeply.Nested.Message deeply_nested_message = 1;
+}
« no previous file with comments | « third_party/protobuf/js/test.proto ('k') | third_party/protobuf/js/testbinary.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698