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

Unified Diff: lib/protoc.dart

Issue 269823003: Parameterize uri resolution and parsing of options, use package:path (Closed) Base URL: git@github.com:dart-lang/dart-protoc-plugin.git@master
Patch Set: Created 6 years, 7 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 b745198aa7ed21041dcfa9363cd9a29f95ebdd98..20c5dc7f1f1ee184897c84cc221931e0f2ac32e5 100644
--- a/lib/protoc.dart
+++ b/lib/protoc.dart
@@ -2,9 +2,9 @@ library protoc;
import 'dart:async';
import 'dart:io';
-import 'dart:math';
import 'package:protobuf/protobuf.dart';
+import 'package:path/path.dart' as path;
import 'src/descriptor.pb.dart';
import 'src/plugin.pb.dart';
@@ -16,5 +16,7 @@ part 'extension_generator.dart';
part 'file_generator.dart';
part 'indenting_writer.dart';
part 'message_generator.dart';
+part 'options.dart';
+part 'output_config.dart';
part 'protobuf_field.dart';
part 'writer.dart';
« lib/protobuf_field.dart ('K') | « lib/protobuf_field.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698