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

Unified Diff: Makefile

Issue 1196293003: Initial support for generating client and server stubs for Dart. (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: don't import dart:async if no services Created 5 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
« no previous file with comments | « no previous file | lib/client_generator.dart » ('j') | lib/client_generator.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 5ec982dff2dbd35f112aff3d64b1868cd3b277e0..e21ae395973ba4d680eea128a19472d2bf57ff67 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
PLUGIN_SRC = \
prepend.dart \
bin/protoc_plugin.dart \
+ lib/client_generator.dart \
lib/code_generator.dart \
lib/enum_generator.dart \
lib/exceptions.dart \
@@ -12,6 +13,7 @@ PLUGIN_SRC = \
lib/output_config.dart \
lib/protobuf_field.dart \
lib/protoc.dart \
+ lib/service_generator.dart \
lib/src/descriptor.pb.dart \
lib/src/plugin.pb.dart \
lib/writer.dart
« no previous file with comments | « no previous file | lib/client_generator.dart » ('j') | lib/client_generator.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698