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

Unified Diff: base/base.gyp

Issue 260003: Move the clipboard stuff out of base and into app/clipboard. I renamed... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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/os_exchange_data_win_unittest.cc ('k') | base/clipboard.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 27849)
+++ base/base.gyp (working copy)
@@ -82,13 +82,6 @@
'base_switches.h',
'basictypes.h',
'bzip2_error_handler.cc',
- 'clipboard.cc',
- 'clipboard.h',
- 'clipboard_linux.cc',
- 'clipboard_mac.mm',
- 'clipboard_util.cc',
- 'clipboard_util.h',
- 'clipboard_win.cc',
'cocoa_protocols_mac.h',
'command_line.cc',
'command_line.h',
@@ -244,8 +237,6 @@
'scoped_bstr_win.cc',
'scoped_bstr_win.h',
'scoped_cftyperef.h',
- 'scoped_clipboard_writer.cc',
- 'scoped_clipboard_writer.h',
'scoped_comptr_win.h',
'scoped_handle.h',
'scoped_handle_win.h',
@@ -495,7 +486,6 @@
'base_drag_source.cc',
'base_drop_target.cc',
'cpu.cc',
- 'clipboard_util.cc',
'debug_on_start.cc',
'event_recorder.cc',
'file_version_info.cc',
@@ -587,7 +577,6 @@
# Tests.
'at_exit_unittest.cc',
'atomicops_unittest.cc',
- 'clipboard_unittest.cc',
'command_line_unittest.cc',
'condition_variable_unittest.cc',
'crypto/rsa_private_key_unittest.cc',
« no previous file with comments | « app/os_exchange_data_win_unittest.cc ('k') | base/clipboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698