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

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: minor changes 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: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index b8082a4145ec620447dc4a2ae965b25d9b1ddcc5..34ecbfd9d8c8dccdfee45b03978628b9bd2443d8 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -254,6 +254,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',
@@ -434,6 +435,7 @@
['exclude', 'controls/menu/menu_2.*'],
],
'sources!': [
+ 'drag_utils_linux.cc',
'controls/menu/menu_config_linux.cc',
'controls/menu/menu_item_view_linux.cc',
'controls/menu/menu_separator_linux.cc',
@@ -463,14 +465,12 @@
['OS=="win"', {
'sources/': [
['include', 'drag_utils_win.cc'],
+ ['exclude', 'drag_utils_aura.cc'],
Ben Goodger (Google) 2011/11/07 20:33:36 ??
varunjain 2011/11/08 21:59:35 Done.
],
}],
],
- }, { # else: use_aura==1
- 'sources!': [
- 'drag_utils_linux.cc',
- ]
- }],
+ },
+ ],
['toolkit_uses_gtk == 1', {
'dependencies': [
'../build/linux/system.gyp:gtk',

Powered by Google App Engine
This is Rietveld 408576698