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

Unified Diff: ui/ui.gyp

Issue 14736007: Expose os_exchange_data_provider_chromeos to aura builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix extraneous gyp line Created 7 years, 8 months 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 | « ui/base/dragdrop/os_exchange_data_provider_chromeos.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 9ca82bdb2533508273201f577f59b82846ee28eb..9169e089eff0b90b952425b0830ae3c9f048a900 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -150,8 +150,8 @@
'base/dragdrop/os_exchange_data.h',
'base/dragdrop/os_exchange_data_provider_aurax11.cc',
'base/dragdrop/os_exchange_data_provider_aurax11.h',
- 'base/dragdrop/os_exchange_data_provider_chromeos.cc',
- 'base/dragdrop/os_exchange_data_provider_chromeos.h',
+ 'base/dragdrop/os_exchange_data_provider_aura.cc',
+ 'base/dragdrop/os_exchange_data_provider_aura.h',
'base/dragdrop/os_exchange_data_provider_win.cc',
'base/dragdrop/os_exchange_data_provider_win.h',
'base/events/event.cc',
@@ -702,6 +702,8 @@
}, {
'sources!': [
'base/clipboard/clipboard_aura.cc',
+ 'base/dragdrop/os_exchange_data_provider_aura.cc',
+ 'base/dragdrop/os_exchange_data_provider_aura.h',
'base/touch/touch_device_aurax11.cc',
],
}],
« no previous file with comments | « ui/base/dragdrop/os_exchange_data_provider_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698