summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2019-01-24 12:19:08 -0800
committerJosh Haberman <jhaberman@gmail.com>2019-01-24 12:19:08 -0800
commitca5f951137a121e55ca21ee162afd1be596775ba (patch)
tree9ea8764ce04dc03d5f8391445336c0e85d183af0 /tools
parent9bc7973e3893a72a62e75b8c7075d692c8794ec1 (diff)
More fixes for google3 import.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make_cmakelists.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/make_cmakelists.py b/tools/make_cmakelists.py
index 1e1c1ee..86544cb 100755
--- a/tools/make_cmakelists.py
+++ b/tools/make_cmakelists.py
@@ -134,12 +134,15 @@ class BuildFileFunctions(object):
def select(self, arg_dict):
return []
- def glob(*args):
+ def glob(self, *args):
return []
- def licenses(*args):
+ def licenses(self, *args):
pass
+ def map_dep(self, arg):
+ return arg
+
class WorkspaceFileFunctions(object):
def __init__(self, converter):
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback