| 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 # IDL file lists; see: http://www.chromium.org/developers/web-idl-interfaces | 5 # IDL file lists; see: http://www.chromium.org/developers/web-idl-interfaces |
| 6 | 6 |
| 7 { | 7 { |
| 8 'includes': [ | 8 'includes': [ |
| 9 '../../modules/modules.gypi', | 9 '../../modules/modules.gypi', |
| 10 '../core/idl.gypi', | 10 '../core/idl.gypi', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 'modules_static_interface_idl_files': [ | 58 'modules_static_interface_idl_files': [ |
| 59 '<@(modules_idl_files)', | 59 '<@(modules_idl_files)', |
| 60 ], | 60 ], |
| 61 'modules_static_dependency_idl_files': [ | 61 'modules_static_dependency_idl_files': [ |
| 62 '<@(modules_dependency_idl_files)', | 62 '<@(modules_dependency_idl_files)', |
| 63 '<@(modules_testing_dependency_idl_files)', | 63 '<@(modules_testing_dependency_idl_files)', |
| 64 ], | 64 ], |
| 65 | 65 |
| 66 # Generated IDL files | 66 # Generated IDL files |
| 67 'modules_generated_dependency_idl_files': [ | 67 'modules_generated_dependency_idl_files': [ |
| 68 '<@(modules_core_global_constructors_generated_idl_files)', # partial int
erfaces |
| 68 '<@(modules_global_constructors_generated_idl_files)', # partial interfac
es | 69 '<@(modules_global_constructors_generated_idl_files)', # partial interfac
es |
| 69 ], | 70 ], |
| 70 }, | 71 }, |
| 71 } | 72 } |
| OLD | NEW |