Commit 51320ee1 authored by Ian Clelland's avatar Ian Clelland Committed by Commit Bot

Fix filenames in frame/BUILD.gn

Three header files were renamed recently, but the corresponding lines in
the relevant BUILD.gn file were missed.

Change-Id: Id22ef514e25b7d16f07459771327a404393fcd86
Reviewed-on: https://chromium-review.googlesource.com/1101509Reviewed-by: default avatarPaul Meyer <paulmeyer@chromium.org>
Reviewed-by: default avatarJeremy Roman <jbroman@chromium.org>
Commit-Queue: Jeremy Roman <jbroman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#567528}
parent 53083dbd
...@@ -29,7 +29,7 @@ blink_core_sources("frame") { ...@@ -29,7 +29,7 @@ blink_core_sources("frame") {
"deprecated_schedule_style_recalc_during_layout.h", "deprecated_schedule_style_recalc_during_layout.h",
"deprecation.cc", "deprecation.cc",
"deprecation.h", "deprecation.h",
"deprecation_report.h", "deprecation_report_body.h",
"device_single_window_event_controller.cc", "device_single_window_event_controller.cc",
"device_single_window_event_controller.h", "device_single_window_event_controller.h",
"dom_timer.cc", "dom_timer.cc",
...@@ -73,7 +73,7 @@ blink_core_sources("frame") { ...@@ -73,7 +73,7 @@ blink_core_sources("frame") {
"hosts_using_features.h", "hosts_using_features.h",
"intervention.cc", "intervention.cc",
"intervention.h", "intervention.h",
"intervention_report.h", "intervention_report_body.h",
"layout_subtree_root_list.cc", "layout_subtree_root_list.cc",
"layout_subtree_root_list.h", "layout_subtree_root_list.h",
"local_dom_window.cc", "local_dom_window.cc",
...@@ -85,7 +85,7 @@ blink_core_sources("frame") { ...@@ -85,7 +85,7 @@ blink_core_sources("frame") {
"local_frame_view.h", "local_frame_view.h",
"location.cc", "location.cc",
"location.h", "location.h",
"message_report.h", "message_report_body.h",
"navigator.cc", "navigator.cc",
"navigator.h", "navigator.h",
"navigator_concurrent_hardware.cc", "navigator_concurrent_hardware.cc",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment