| 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 'dart_code_generator_template_files': [ |
| 8 'attributes_cpp.template', |
| 9 'callback_interface_cpp.template', |
| 10 'callback_interface_h.template', |
| 11 'dart_blink.template', |
| 12 'global_cpp.template', |
| 13 'global_h.template', |
| 14 'interface_h.template', |
| 15 'interface_cpp.template', |
| 16 'interface_base_cpp.template', |
| 17 'methods_cpp.template', |
| 18 ], |
| 19 }, |
| 20 } |
| OLD | NEW |