| Index: third_party/WebKit/Source/core/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
|
| index 59415356a356999b13f2a09819a4fb2a3c4805d4..aa00dfeb24c741cf8d9e607ab7ac924fd855e7ab 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -1145,6 +1145,7 @@ source_set("unit_tests") {
|
| "animation/TimingCalculationsTest.cpp",
|
| "animation/TimingInputTest.cpp",
|
| "clipboard/DataObjectTest.cpp",
|
| + "clipboard/DataTransferTest.cpp",
|
| "css/ActiveStyleSheetsTest.cpp",
|
| "css/AffectedByPseudoTest.cpp",
|
| "css/CSSCalculationValueTest.cpp",
|
| @@ -1242,7 +1243,6 @@ source_set("unit_tests") {
|
| "frame/FrameTest.cpp",
|
| "frame/HistoryTest.cpp",
|
| "frame/ImageBitmapTest.cpp",
|
| - "frame/LocalFrameTest.cpp",
|
| "frame/LocalFrameViewTest.cpp",
|
| "frame/OriginsUsingFeaturesTest.cpp",
|
| "frame/PerformanceMonitorTest.cpp",
|
| @@ -1381,6 +1381,7 @@ source_set("unit_tests") {
|
| "loader/resource/MultipartImageResourceParserTest.cpp",
|
| "origin_trials/OriginTrialContextTest.cpp",
|
| "page/ChromeClientTest.cpp",
|
| + "page/DragControllerTest.cpp",
|
| "page/EffectiveNavigationPolicyTest.cpp",
|
| "page/FocusControllerTest.cpp",
|
| "page/PagePopupClientTest.cpp",
|
|
|