| OLD | NEW |
| (Empty) | |
| 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 |
| 3 # found in the LICENSE file. |
| 4 |
| 5 { |
| 6 'variables': { |
| 7 'bindings_dart_scripts_dir': '.', |
| 8 'bindings_dart_scripts_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindin
gs/dart/scripts', |
| 9 'dart_dir': '../../../../../../dart', |
| 10 |
| 11 'dart_idl_compiler_files': [ |
| 12 'dart_types.py', |
| 13 'dart_attributes.py', |
| 14 'code_generator_dart.py', |
| 15 'dart_compiler.py', |
| 16 'dart_interface.py', |
| 17 'dart_utilities.py', |
| 18 'idl_files.py', |
| 19 'dart_tests.py', |
| 20 'test/main.py', |
| 21 'test/__init__.py', |
| 22 'dart_methods.py', |
| 23 '__init__.py', |
| 24 'compiler.py', |
| 25 'dart_callback_interface.py', |
| 26 ], |
| 27 }, |
| 28 } |
| OLD | NEW |