| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index f48b6f619d8c1e04d9547d6b0e97fa62461fb58d..25d9d39d70ab062de8e15b0e5730e8f164d82016 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -257,7 +257,6 @@ component("platform") {
|
| "FileMetadata.cpp",
|
| "FileMetadata.h",
|
| "FileSystemType.h",
|
| - "FrameViewBase.h",
|
| "Histogram.cpp",
|
| "Histogram.h",
|
| "InstanceCounters.cpp",
|
| @@ -1360,6 +1359,7 @@ component("platform") {
|
| "scroll/ScrollableArea.h",
|
| "scroll/Scrollbar.cpp",
|
| "scroll/Scrollbar.h",
|
| + "scroll/ScrollbarParent.h",
|
| "scroll/ScrollbarTheme.cpp",
|
| "scroll/ScrollbarTheme.h",
|
| "scroll/ScrollbarThemeAndroid.cpp",
|
|
|