Chromium Code Reviews| Index: Source/bindings/core/BUILD.gn |
| diff --git a/Source/bindings/core/BUILD.gn b/Source/bindings/core/BUILD.gn |
| index caaa05023a0febde5285193ffa058c510d645420..f9149710cdc1fdde84cb6089ee5fb8c1280f6db9 100644 |
| --- a/Source/bindings/core/BUILD.gn |
| +++ b/Source/bindings/core/BUILD.gn |
| @@ -12,8 +12,10 @@ visibility = [ "//third_party/WebKit/*" ] |
| compute_interfaces_info_individual("interfaces_info_individual_core") { |
| sources_static = core_static_idl_files |
| sources_generated = core_generated_idl_files |
| - output_file = |
| + interfaces_info_file = |
| "$bindings_core_output_dir/InterfacesInfoCoreIndividual.pickle" |
| + component_wide_info_file = |
| + "$bindings_core_output_dir/ComponentWideInfoCore.pickle" |
|
haraken
2014/10/30 08:39:26
Nit: ComponentWideInfo => ComponentInfo ?
bashi
2014/10/30 12:20:47
Done.
|
| deps = [ |
| "//third_party/WebKit/Source/bindings/core:core_global_constructors_idls", |
| ] |