OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 'inspector_protocol_files': [ | 7 'inspector_protocol_files': [ |
8 'lib/Allocator_h.template', | 8 'lib/Allocator_h.template', |
9 'lib/Array_h.template', | 9 'lib/Array_h.template', |
10 'lib/BackendCallback_h.template', | |
11 'lib/Collections_h.template', | 10 'lib/Collections_h.template', |
12 'lib/DispatcherBase_cpp.template', | 11 'lib/DispatcherBase_cpp.template', |
13 'lib/DispatcherBase_h.template', | 12 'lib/DispatcherBase_h.template', |
14 'lib/ErrorSupport_cpp.template', | 13 'lib/ErrorSupport_cpp.template', |
15 'lib/ErrorSupport_h.template', | 14 'lib/ErrorSupport_h.template', |
16 'lib/Forward_h.template', | 15 'lib/Forward_h.template', |
17 'lib/FrontendChannel_h.template', | 16 'lib/FrontendChannel_h.template', |
18 'lib/Maybe_h.template', | 17 'lib/Maybe_h.template', |
19 'lib/Object_cpp.template', | 18 'lib/Object_cpp.template', |
20 'lib/Object_h.template', | 19 'lib/Object_h.template', |
21 'lib/Parser_cpp.template', | 20 'lib/Parser_cpp.template', |
22 'lib/Parser_h.template', | 21 'lib/Parser_h.template', |
23 'lib/Protocol_cpp.template', | 22 'lib/Protocol_cpp.template', |
24 'lib/ValueConversions_h.template', | 23 'lib/ValueConversions_h.template', |
25 'lib/Values_cpp.template', | 24 'lib/Values_cpp.template', |
26 'lib/Values_h.template', | 25 'lib/Values_h.template', |
27 'templates/Exported_h.template', | 26 'templates/Exported_h.template', |
28 'templates/Imported_h.template', | 27 'templates/Imported_h.template', |
29 'templates/TypeBuilder_cpp.template', | 28 'templates/TypeBuilder_cpp.template', |
30 'templates/TypeBuilder_h.template', | 29 'templates/TypeBuilder_h.template', |
31 'CodeGenerator.py', | 30 'CodeGenerator.py', |
32 ] | 31 ] |
33 } | 32 } |
34 } | 33 } |
OLD | NEW |