Chromium Code Reviews| Index: Source/bindings/modules/generated.gyp |
| diff --git a/Source/bindings/modules/generated.gyp b/Source/bindings/modules/generated.gyp |
| index 366a7d9e97cd88729a10547c0f9aade3fdc83714..b97a920c5f139d705137e0d142ef0da149ba3837 100644 |
| --- a/Source/bindings/modules/generated.gyp |
| +++ b/Source/bindings/modules/generated.gyp |
| @@ -142,7 +142,10 @@ |
| 'modules_global_objects', |
| ], |
| 'variables': { |
| - 'idl_files': '<(core_idl_files)', |
| + 'idl_files': [ |
| + '<@(core_idl_files)', |
| + '<@(core_modules_dependency_idl_files)', |
|
haraken
2014/10/09 04:24:00
Just help me understand: Why does this take core_i
tasak
2014/10/10 07:52:22
Because:
[before] core_idl_files ==> [now] core_id
|
| + ], |
| 'global_objects_file': |
| '<(bindings_modules_output_dir)/GlobalObjectsModules.pickle', |
| 'global_names_idl_files': [ |