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

Unified Diff: test/protos/mixins.proto

Issue 2103743002: Rename mixin protos and add a check for undefined mixin name (Closed) Base URL: git@github.com:dart-lang/dart-protoc-plugin.git@master
Patch Set: 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
« lib/message_generator.dart ('K') | « test/protos/dart_options.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/protos/mixins.proto
diff --git a/test/protos/mixins.proto b/test/protos/mixins.proto
index fccd674a5976114761959695fda9ca23751a29b6..48352a82f1cd99992bff597f0c868c80a24721f8 100644
--- a/test/protos/mixins.proto
+++ b/test/protos/mixins.proto
@@ -2,7 +2,7 @@ syntax = "proto2";
import "dart_options.proto";
-option (dart_options.imported_mixins) = {
+option (dart_options.imports) = {
mixins: [{
name: "Mixin1"
import_from: "package:protoc_plugin/testing/mixins.dart"
« lib/message_generator.dart ('K') | « test/protos/dart_options.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698