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

Unified Diff: ui/aura/BUILD.gn

Issue 2461493002: Moves DragDropClient to aura/client (Closed)
Patch Set: Created 4 years, 2 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 | « content/browser/web_contents/web_contents_view_aura.cc ('k') | ui/aura/client/drag_drop_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/BUILD.gn
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index f9ae50223df507b60aa18c15dfe2984c96870ac8..e88f6e1cebb5872f7afb927ce76813bc39778187 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -15,8 +15,6 @@ component("aura") {
"../wm/public/activation_delegate.h",
"../wm/public/animation_host.cc",
"../wm/public/animation_host.h",
- "../wm/public/drag_drop_client.cc",
- "../wm/public/drag_drop_client.h",
"../wm/public/drag_drop_delegate.cc",
"../wm/public/drag_drop_delegate.h",
"../wm/public/scoped_drag_drop_disabler.cc",
@@ -42,6 +40,8 @@ component("aura") {
"client/cursor_client_observer.h",
"client/default_capture_client.cc",
"client/default_capture_client.h",
+ "client/drag_drop_client.cc",
+ "client/drag_drop_client.h",
"client/event_client.cc",
"client/event_client.h",
"client/focus_change_observer.cc",
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.cc ('k') | ui/aura/client/drag_drop_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698