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

Unified Diff: lib/protoc.dart

Issue 2043913005: Change how to set the Dart name of a field (Closed) Base URL: git@github.com:dart-lang/dart-protoc-plugin.git@master
Patch Set: better error checking, clean up pubspec 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: lib/protoc.dart
diff --git a/lib/protoc.dart b/lib/protoc.dart
index 81d6789a4d50ee28d7915d2da891a805771892f5..f8fde96f0341efd7cb3369d6b0a542006cd30e07 100644
--- a/lib/protoc.dart
+++ b/lib/protoc.dart
@@ -3,7 +3,6 @@ library protoc;
import 'dart:async';
import 'dart:io';
-import 'package:protobuf/meta.dart';
import 'package:protobuf/protobuf.dart';
import 'package:protobuf/mixins_meta.dart';
import 'package:path/path.dart' as path;
@@ -13,6 +12,7 @@ import 'src/plugin.pb.dart';
import 'src/dart_options.pb.dart';
import 'const_generator.dart' show writeJsonConst;
+import 'names.dart';
import 'indenting_writer.dart' show IndentingWriter;
part 'base_type.dart';

Powered by Google App Engine
This is Rietveld 408576698