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

Unified Diff: app/app_base.gypi

Issue 6200005: Move OSExchangeData from src/app to src/ui/base/dragdrop... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « app/app.gyp ('k') | app/os_exchange_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app_base.gypi
===================================================================
--- app/app_base.gypi (revision 71050)
+++ app/app_base.gypi (working copy)
@@ -89,6 +89,38 @@
},
'sources': [
# Files that are not required for Win64 Native Client loader
+ '../ui/base/animation/animation.cc',
+ '../ui/base/animation/animation.h',
+ '../ui/base/animation/animation_container.cc',
+ '../ui/base/animation/animation_container.h',
+ '../ui/base/animation/animation_container_element.h',
+ '../ui/base/animation/animation_container_observer.h',
+ '../ui/base/animation/animation_delegate.h',
+ '../ui/base/animation/linear_animation.cc',
+ '../ui/base/animation/linear_animation.h',
+ '../ui/base/animation/multi_animation.cc',
+ '../ui/base/animation/multi_animation.h',
+ '../ui/base/animation/slide_animation.cc',
+ '../ui/base/animation/slide_animation.h',
+ '../ui/base/animation/throb_animation.cc',
+ '../ui/base/animation/throb_animation.h',
+ '../ui/base/animation/tween.cc',
+ '../ui/base/animation/tween.h',
+ '../ui/base/clipboard/clipboard.cc',
+ '../ui/base/clipboard/clipboard.h',
+ '../ui/base/clipboard/clipboard_linux.cc',
+ '../ui/base/clipboard/clipboard_mac.mm',
+ '../ui/base/clipboard/clipboard_util_win.cc',
+ '../ui/base/clipboard/clipboard_util_win.h',
+ '../ui/base/clipboard/clipboard_win.cc',
+ '../ui/base/clipboard/scoped_clipboard_writer.cc',
+ '../ui/base/clipboard/scoped_clipboard_writer.h',
+ '../ui/base/dragdrop/os_exchange_data_provider_gtk.cc',
+ '../ui/base/dragdrop/os_exchange_data_provider_gtk.h',
+ '../ui/base/dragdrop/os_exchange_data_provider_win.cc',
+ '../ui/base/dragdrop/os_exchange_data_provider_win.h',
+ '../ui/base/dragdrop/os_exchange_data.cc',
+ '../ui/base/dragdrop/os_exchange_data.h',
'active_window_watcher_x.cc',
'active_window_watcher_x.h',
'bidi_line_iterator.cc',
@@ -159,12 +191,6 @@
'menus/simple_menu_model.cc',
'menus/simple_menu_model.h',
'message_box_flags.h',
- 'os_exchange_data_provider_gtk.cc',
- 'os_exchange_data_provider_gtk.h',
- 'os_exchange_data_provider_win.cc',
- 'os_exchange_data_provider_win.h',
- 'os_exchange_data.cc',
- 'os_exchange_data.h',
'resource_bundle.cc',
'resource_bundle.h',
'resource_bundle_linux.cc',
@@ -276,10 +302,10 @@
# Note: because of gyp predence rules this has to be defined as
# 'sources/' rather than 'sources!'.
'sources/': [
- ['exclude', '^os_exchange_data.cc'],
- ['exclude', '^os_exchange_data.h'],
- ['exclude', '^os_exchange_data_provider_gtk.cc'],
- ['exclude', '^os_exchange_data_provider_gtk.h'],
+ ['exclude', '^../ui/base/dragdrop/os_exchange_data.cc'],
+ ['exclude', '^../ui/base/dragdrop/os_exchange_data.h'],
+ ['exclude', '^../ui/base/dragdrop/os_exchange_data_provider_gtk.cc'],
+ ['exclude', '^../ui/base/dragdrop/os_exchange_data_provider_gtk.h'],
['exclude', '^drag_drop_types_gtk.cc'],
],
}],
@@ -287,13 +313,14 @@
# Note: because of gyp predence rules this has to be defined as
# 'sources/' rather than 'sources!'.
'sources/': [
- ['include', '^os_exchange_data.cc'],
+ ['include', '^ui/base/dragdrop/os_exchange_data.cc'],
],
}],
],
}],
['OS!="win"', {
'sources!': [
+ '../ui/base/dragdrop/os_exchange_data.cc',
'drag_drop_types.h',
'gfx/gdi_util.cc',
'gfx/gdi_util.h',
@@ -301,7 +328,6 @@
'gfx/icon_util.h',
'gfx/native_theme_win.cc',
'gfx/native_theme_win.h',
- 'os_exchange_data.cc',
'view_prop.cc',
'view_prop.h',
'win/iat_patch_function.cc',
« no previous file with comments | « app/app.gyp ('k') | app/os_exchange_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698