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

Unified Diff: ui/aura_shell/aura_shell.gyp

Issue 8450018: First shot at implementing drag&drop for Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added missing test file Created 9 years, 1 month 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
Index: ui/aura_shell/aura_shell.gyp
diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp
index 9a9fb010756e53d143ac07ba4f13b0b0038018c2..f4a0e1287e42b6ed173fcfec5c7e5371d0b71884 100644
--- a/ui/aura_shell/aura_shell.gyp
+++ b/ui/aura_shell/aura_shell.gyp
@@ -43,6 +43,8 @@
'desktop_event_filter.h',
'desktop_layout_manager.cc',
'desktop_layout_manager.h',
+ 'drag_drop_controller.cc',
+ 'drag_drop_controller.h',
'launcher/app_launcher_button.cc',
'launcher/app_launcher_button.h',
'launcher/launcher.cc',
@@ -117,6 +119,7 @@
'sources': [
'default_container_layout_manager_unittest.cc',
'desktop_event_filter_unittest.cc',
+ 'drag_drop_controller_unittest.cc',
'launcher/launcher_model_unittest.cc',
'launcher/view_model_unittest.cc',
'launcher/view_model_utils_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698