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

Unified Diff: mojo/public/tools/bindings/mojom_get_generator_typemap_args.py

Issue 1832703002: Mojo: Simplify typemap usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-bindings-variant-import
Patch Set: add missing mash dependency 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
« no previous file with comments | « mojo/public/tools/bindings/mojom.gni ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/tools/bindings/mojom_get_generator_typemap_args.py
diff --git a/mojo/public/tools/bindings/mojom_get_generator_typemap_args.py b/mojo/public/tools/bindings/mojom_get_generator_typemap_args.py
deleted file mode 100755
index 32eb1ea87850a286e86282248798e9781b473859..0000000000000000000000000000000000000000
--- a/mojo/public/tools/bindings/mojom_get_generator_typemap_args.py
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/usr/bin/env python
-# Copyright 2016 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import sys
-
-
-# This unfortunate little utility is needed by GYP to intersperse "--typemap"
-# flags before each entry in a list of typemaps. The resulting argument list
-# can then be fed to the bindings generator.
-
-
-def main():
- for filename in sys.argv[1:]:
- print "--typemap"
- print filename
-
-
-if __name__ == "__main__":
- sys.exit(main())
« no previous file with comments | « mojo/public/tools/bindings/mojom.gni ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698