Home | History | Annotate | Download | only in libmojo
      1 # Copyright 2016 The Chromium OS Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 LOCAL_MOJO_ROOT := $(call my-dir)
      6 
      7 MOJOM_BINDINGS_GENERATOR := \
      8 	$(LOCAL_MOJO_ROOT)/mojo/public/tools/bindings/mojom_bindings_generator.py
      9 
     10 MOJOM_TEMPLATE_TOOLS := \
     11 	$(shell find $(LOCAL_MOJO_ROOT)/mojo/public/tools/bindings -name '*.py') \
     12 	$(shell find $(LOCAL_MOJO_ROOT)/third_party -name '*.py')
     13