Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/modules/v8/BUILD.gn |
| diff --git a/third_party/WebKit/Source/bindings/modules/v8/BUILD.gn b/third_party/WebKit/Source/bindings/modules/v8/BUILD.gn |
| index 82d9b97d2e6a11b48e22f0828c5097b5ce560bf7..f049aff65d1d2d2e2a10d30fd830b806aec58404 100644 |
| --- a/third_party/WebKit/Source/bindings/modules/v8/BUILD.gn |
| +++ b/third_party/WebKit/Source/bindings/modules/v8/BUILD.gn |
| @@ -13,6 +13,7 @@ group("bindings_modules_generated") { |
| public_deps = [ |
| ":bindings_modules_impl_generated", |
| ":bindings_modules_v8_generated_init_partial", |
| + ":bindings_v8_generated_reference_table", |
|
Yuki
2017/05/12 15:20:10
"reference_table" seems not clear about what it is
peria
2017/06/01 08:33:31
Done.
|
| ":generate_bindings_modules_v8_interfaces", |
| ":generate_bindings_modules_v8_partial_interfaces", |
| ] |
| @@ -68,3 +69,11 @@ action("bindings_modules_v8_generated_init_partial") { |
| "//third_party/WebKit/Source/bindings/modules:interfaces_info", |
| ] |
| } |
| + |
| +idl_reference_table("bindings_v8_generated_reference_table") { |
| + sources = core_idl_files + core_idl_with_modules_dependency_files + |
| + modules_definition_idl_files |
| + target_component = "modules" |
| + outputs = bindings_generated_reference_files |
| + output_dir = bindings_modules_v8_output_dir |
| +} |