| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'mojom_bindings_generator': | 7 'mojom_bindings_generator': |
| 8 '<(DEPTH)/mojo/public/tools/bindings/mojom_bindings_generator.py', | 8 '<(DEPTH)/mojo/public/tools/bindings/mojom_bindings_generator.py', |
| 9 'mojom_bindings_generator_sources': [ | 9 'mojom_bindings_generator_sources': [ |
| 10 '<(mojom_bindings_generator)', | 10 '<(mojom_bindings_generator)', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/generate/pack.py', | 58 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/generate/pack.py', |
| 59 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/generate/template_expande
r.py', | 59 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/generate/template_expande
r.py', |
| 60 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/parse/__init__.py', | 60 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/parse/__init__.py', |
| 61 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/parse/ast.py', | 61 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/parse/ast.py', |
| 62 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/parse/lexer.py', | 62 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/parse/lexer.py', |
| 63 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/parse/parser.py', | 63 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/parse/parser.py', |
| 64 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/parse/translate.py', | 64 '<(DEPTH)/mojo/public/tools/bindings/pylib/mojom/parse/translate.py', |
| 65 ] | 65 ] |
| 66 } | 66 } |
| 67 } | 67 } |
| OLD | NEW |