Chromium Code Reviews| 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 '../../core/core.gypi', | 9 '../../core/core.gypi', |
| 10 'core.gypi', | |
|
Nils Barth (inactive)
2014/06/23 03:14:29
? You're not using this here, are you?
| |
| 10 'generated.gypi', | 11 'generated.gypi', |
| 11 ], | 12 ], |
| 12 | 13 |
| 13 'variables': { | 14 'variables': { |
| 14 # IDL file lists; see: http://www.chromium.org/developers/web-idl-interfaces | 15 # IDL file lists; see: http://www.chromium.org/developers/web-idl-interfaces |
| 15 # Interface IDL files: generate individual bindings (includes testing) | 16 # Interface IDL files: generate individual bindings (includes testing) |
| 16 'core_interface_idl_files': [ | 17 'core_interface_idl_files': [ |
| 17 '<@(core_idl_files)', | 18 '<@(core_idl_files)', |
| 18 '<@(webcore_testing_idl_files)', | 19 '<@(webcore_testing_idl_files)', |
| 19 '<@(generated_webcore_testing_idl_files)', | 20 '<@(generated_webcore_testing_idl_files)', |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 62 # Generated IDL files | 63 # Generated IDL files |
| 63 'core_generated_interface_idl_files': [ | 64 'core_generated_interface_idl_files': [ |
| 64 '<@(generated_webcore_testing_idl_files)', # interfaces | 65 '<@(generated_webcore_testing_idl_files)', # interfaces |
| 65 ], | 66 ], |
| 66 | 67 |
| 67 'core_generated_dependency_idl_files': [ | 68 'core_generated_dependency_idl_files': [ |
| 68 '<@(core_global_constructors_generated_idl_files)', # partial interfaces | 69 '<@(core_global_constructors_generated_idl_files)', # partial interfaces |
| 69 ], | 70 ], |
| 70 }, | 71 }, |
| 71 } | 72 } |
| OLD | NEW |