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

Unified Diff: appengine/swarming/proto/Makefile

Issue 1926443003: swarming: read configs from luci-config (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: unlint Created 4 years, 8 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: appengine/swarming/proto/Makefile
diff --git a/appengine/swarming/proto/Makefile b/appengine/swarming/proto/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..cb7c594b93b50cc9b8333497e4a5b8b06e4e37da
--- /dev/null
+++ b/appengine/swarming/proto/Makefile
@@ -0,0 +1,6 @@
+# Copyright 2016 The LUCI Authors. All rights reserved.
+# Use of this source code is governed by the Apache v2.0 license that can be
+# found in the LICENSE file.
+
+compile:
+ ../../components/tools/compile_proto.py .

Powered by Google App Engine
This is Rietveld 408576698