Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2940583002: Move drag related functionality out of LocalFrame (Closed)
Patch Set: updatedPS Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/clipboard/DataTransfer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/clipboard/DataTransfer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698