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', |