| 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 # Note: do not remove this file, it's used by v8's gyp. | |
| 6 # It will be moved out from platform/ soon. | |
| 7 { | 5 { |
| 8 'variables': { | 6 'variables': { |
| 9 'inspector_protocol_files': [ | 7 'inspector_protocol_files': [ |
| 10 'lib/Allocator_h.template', | 8 'lib/Allocator_h.template', |
| 11 'lib/Array_h.template', | 9 'lib/Array_h.template', |
| 12 'lib/BackendCallback_h.template', | 10 'lib/BackendCallback_h.template', |
| 13 'lib/Collections_h.template', | 11 'lib/Collections_h.template', |
| 14 'lib/DispatcherBase_cpp.template', | 12 'lib/DispatcherBase_cpp.template', |
| 15 'lib/DispatcherBase_h.template', | 13 'lib/DispatcherBase_h.template', |
| 16 'lib/ErrorSupport_cpp.template', | 14 'lib/ErrorSupport_cpp.template', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 27 'lib/Values_cpp.template', | 25 'lib/Values_cpp.template', |
| 28 'lib/Values_h.template', | 26 'lib/Values_h.template', |
| 29 'templates/Exported_h.template', | 27 'templates/Exported_h.template', |
| 30 'templates/Imported_h.template', | 28 'templates/Imported_h.template', |
| 31 'templates/TypeBuilder_cpp.template', | 29 'templates/TypeBuilder_cpp.template', |
| 32 'templates/TypeBuilder_h.template', | 30 'templates/TypeBuilder_h.template', |
| 33 'CodeGenerator.py', | 31 'CodeGenerator.py', |
| 34 ] | 32 ] |
| 35 } | 33 } |
| 36 } | 34 } |
| OLD | NEW |