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

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: adddressing nits 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') | test/service_test.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 5ec982dff2dbd35f112aff3d64b1868cd3b277e0..45172c27d14967412ea3a81f829f1982ad03347f 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
@@ -36,6 +38,7 @@ TEST_PROTO_LIST = \
package1 \
package2 \
package3 \
+ service \
toplevel_import \
toplevel
TEST_PROTO_DIR=$(OUTPUT_DIR)/protos
« no previous file with comments | « no previous file | lib/client_generator.dart » ('j') | test/service_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698