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

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

Issue 2934233002: In-place modification of drag related functionality present in 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 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",
« 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