summaryrefslogtreecommitdiff
path: root/mojo/public/tools/bindings/pylib/mojom/generate/generator.py
diff options
context:
space:
mode:
authorpastarmovj@google.com <pastarmovj@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-25 21:36:59 +0900
committerQijiang Fan <fqj@google.com>2020-06-04 17:00:05 +0900
commitd928217aec2280a968851151f9df1179461c87a7 (patch)
tree43206566cdb07d3dd852b760535091cf971d2c76 /mojo/public/tools/bindings/pylib/mojom/generate/generator.py
parentb35f8abad9bb7efde57ea7446f0a81d0235a081a (diff)
downloadlibchrome-d928217aec2280a968851151f9df1179461c87a7.tar.gz
Revert 279677 "Generate java bindings for structs."
Broke the Linux x64 build http://build.chromium.org/p/chromium/builders/Linux%20x64/builds/66839/steps/compile/logs/stdio > Generate java bindings for structs. > > This CL introduces bindings for struct. It only generates fields and not > serialization/deserialization methods. > > R=rmcilroy@chromium.org, viettrungluu@chromium.org > > Review URL: https://codereview.chromium.org/306893010 TBR=qsr@chromium.org Review URL: https://codereview.chromium.org/354833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279688 0039d316-1c4b-4281-b951-d872f2087c98 CrOS-Libchrome-Original-Commit: 8723cf789893fba470c4edc5bf75bbcafad6f92e
Diffstat (limited to 'mojo/public/tools/bindings/pylib/mojom/generate/generator.py')
-rw-r--r--mojo/public/tools/bindings/pylib/mojom/generate/generator.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/mojo/public/tools/bindings/pylib/mojom/generate/generator.py b/mojo/public/tools/bindings/pylib/mojom/generate/generator.py
index 9eb90a9b74..aea5de8e5c 100644
--- a/mojo/public/tools/bindings/pylib/mojom/generate/generator.py
+++ b/mojo/public/tools/bindings/pylib/mojom/generate/generator.py
@@ -97,11 +97,3 @@ class Generator(object):
def GenerateFiles(self, args):
raise NotImplementedError("Subclasses must override/implement this method")
-
- def GetJinjaParameters(self):
- """Returns default constructor parameters for the jinja environment."""
- return {}
-
- def GetGlobals(self):
- """Returns global mappings for the template generation."""
- return {}