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

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: 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/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 6305daeeb45dc98df291c6cc89b17512abd4b73d..20797c274d8c242f6ef95454b3ba986315705408 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -95,6 +95,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',
@@ -343,6 +344,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