| Index: third_party/WebKit/Source/core/frame/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/frame/BUILD.gn b/third_party/WebKit/Source/core/frame/BUILD.gn
|
| index bd1695a46121ef6b56d31ba6ac5b7a5c1e54752a..5c51c9abaeef027a4fc0909b8dbf76a6389a6d88 100644
|
| --- a/third_party/WebKit/Source/core/frame/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/frame/BUILD.gn
|
| @@ -8,6 +8,8 @@ blink_core_sources("frame") {
|
| sources = [
|
| "BarProp.cpp",
|
| "BarProp.h",
|
| + "BrowserControls.cpp",
|
| + "BrowserControls.h",
|
| "DOMTimer.cpp",
|
| "DOMTimer.h",
|
| "DOMTimerCoordinator.cpp",
|
| @@ -94,8 +96,6 @@ blink_core_sources("frame") {
|
| "SubresourceIntegrity.h",
|
| "SuspendableTimer.cpp",
|
| "SuspendableTimer.h",
|
| - "TopControls.cpp",
|
| - "TopControls.h",
|
| "UseCounter.cpp",
|
| "VisualViewport.cpp",
|
| "VisualViewport.h",
|
|
|