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

Unified Diff: bin/protoc_plugin.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
« no previous file with comments | « Makefile ('k') | lib/code_generator.dart » ('j') | lib/protobuf_field.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/protoc_plugin.dart
diff --git a/bin/protoc_plugin.dart b/bin/protoc_plugin.dart
index b8c4d13ccc550656cb58f4942688e1a65a8c5a06..adb061b96ded18fcb87a19e2aa6af9f7ec1ead7e 100755
--- a/bin/protoc_plugin.dart
+++ b/bin/protoc_plugin.dart
@@ -4,7 +4,7 @@
// BSD-style license that can be found in the LICENSE file.
import 'dart:io';
-import 'package:protoc-plugin/protoc.dart';
+import 'package:protoc_plugin/protoc.dart';
void main() {
new CodeGenerator(stdin, stdout, stderr).generate();
« no previous file with comments | « Makefile ('k') | lib/code_generator.dart » ('j') | lib/protobuf_field.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698