• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5LOCAL_MOJO_ROOT := $(call my-dir)
6
7MOJOM_BINDINGS_GENERATOR := \
8	$(LOCAL_MOJO_ROOT)/mojo/public/tools/bindings/mojom_bindings_generator.py
9
10MOJOM_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