summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-16 10:51:14 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-16 10:51:14 -0700
commitf74cb51f113afcf579e60b74749cffffdf2a5f6a (patch)
tree702ae213197537eaedc691c8941c50e7f99a9ccc /tools
parent240bf641de10a056a048b9b7fa0de811a39bb707 (diff)
Refactored workspace deps into a separate file.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make_cmakelists.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/make_cmakelists.py b/tools/make_cmakelists.py
index 44cd1b0..22f3757 100755
--- a/tools/make_cmakelists.py
+++ b/tools/make_cmakelists.py
@@ -178,6 +178,9 @@ class WorkspaceFileFunctions(object):
def bazel_version_repository(self, **kwargs):
pass
+ def upb_deps(self):
+ pass
+
class Converter(object):
def __init__(self):
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback