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

Unified Diff: ui/ui.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: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 731e5c415b3c322dd0468c9d55cdb86693310fb2..3482957306fa3d9b25db00fb9e5a20e70a7e65ab 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -92,6 +92,7 @@
'base/dragdrop/os_exchange_data.cc',
'base/dragdrop/os_exchange_data.h',
'base/dragdrop/os_exchange_data_provider_aura.cc',
+ 'base/dragdrop/os_exchange_data_provider_aura.h',
'base/dragdrop/os_exchange_data_provider_gtk.cc',
'base/dragdrop/os_exchange_data_provider_gtk.h',
'base/dragdrop/os_exchange_data_provider_win.cc',
@@ -337,6 +338,7 @@
['use_aura==1 and OS=="win"', {
'sources/': [
['exclude', 'base/dragdrop/os_exchange_data_provider_aura.cc'],
+ ['exclude', 'base/dragdrop/os_exchange_data_provider_aura.h'],
['exclude', 'gfx/native_theme_win.cc'],
['exclude', 'gfx/native_theme_win.h'],
['exclude', 'gfx/path_win.cc'],

Powered by Google App Engine
This is Rietveld 408576698