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

Unified Diff: views/views.gyp

Issue 8450018: First shot at implementing drag&drop for Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed windows build errors 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
« no previous file with comments | « views/drag_utils_aura.cc ('k') | views/widget/native_widget_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index d7a313aa61543ce671bf94a5fd31253fac8d9efe..c7b84f8ebe7b3d4fddda0aad212f3698ed0f4741 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -256,6 +256,7 @@
'drag_controller.h',
'drag_utils.cc',
'drag_utils.h',
+ 'drag_utils_aura.cc',
'drag_utils_gtk.cc',
'drag_utils_linux.cc',
'drag_utils_win.cc',
@@ -437,6 +438,8 @@
['exclude', 'controls/menu/menu_2.*'],
],
'sources!': [
+ 'drag_utils_linux.cc',
+ 'drag_utils_win.cc',
'controls/menu/menu_config_linux.cc',
'controls/menu/menu_item_view_linux.cc',
'controls/menu/menu_separator_linux.cc',
@@ -462,18 +465,8 @@
'widget/child_window_message_processor.cc',
'widget/child_window_message_processor.h',
],
- 'conditions': [
- ['OS=="win"', {
- 'sources/': [
- ['include', 'drag_utils_win.cc'],
- ],
- }],
- ],
- }, { # else: use_aura==1
- 'sources!': [
- 'drag_utils_linux.cc',
- ]
- }],
+ },
+ ],
['toolkit_uses_gtk == 1', {
'dependencies': [
'../build/linux/system.gyp:gtk',
« no previous file with comments | « views/drag_utils_aura.cc ('k') | views/widget/native_widget_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698