| Index: third_party/WebKit/Source/bindings/modules/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/bindings/modules/BUILD.gn b/third_party/WebKit/Source/bindings/modules/BUILD.gn
|
| index 7a01b57dccf9ea0b41a30e4f03f8a4dafcd23c29..208b90f71a4751cb31dd77ce18e754add8d8a7dd 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/BUILD.gn
|
| +++ b/third_party/WebKit/Source/bindings/modules/BUILD.gn
|
| @@ -95,7 +95,7 @@ make_names("event_target_modules_names") {
|
|
|
| compute_interfaces_info_individual("interfaces_info_individual_modules") {
|
| sources = modules_definition_idl_files + modules_static_dependency_idl_files +
|
| - modules_generated_dependency_idl_files
|
| + modules_generated_dependency_idl_files
|
| interfaces_info_file =
|
| "$bindings_modules_output_dir/InterfacesInfoOverallIndividual.pickle"
|
| component_info_file =
|
| @@ -118,7 +118,6 @@ action("interfaces_info") {
|
| ]
|
|
|
| args = [
|
| - "--write-file-only-if-changed=1",
|
| "--",
|
| rebase_path("$bindings_core_output_dir/InterfacesInfoCoreIndividual.pickle",
|
| root_build_dir),
|
|
|