| 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 7584311d0a78745c75aba46d88195173f866d53f..b1ccb333157c58c17efda0c5fcee8be9bc0e01e1 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -1146,6 +1146,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",
|
| @@ -1245,7 +1246,6 @@ source_set("unit_tests") {
|
| "frame/FrameTestHelpers.h",
|
| "frame/HistoryTest.cpp",
|
| "frame/ImageBitmapTest.cpp",
|
| - "frame/LocalFrameTest.cpp",
|
| "frame/LocalFrameViewTest.cpp",
|
| "frame/OriginsUsingFeaturesTest.cpp",
|
| "frame/PerformanceMonitorTest.cpp",
|
| @@ -1385,6 +1385,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",
|
|
|