diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-03 04:25:37 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-03 04:25:37 +0000 |
commit | 90f399075f9082bf7031512d6579ec1196dc060a (patch) | |
tree | 8d47273615d98732a60d0e77a0787d1623204a4b /base/base.gyp | |
parent | f0f400cb2e0a3c545d723524e8bbaf136caacf81 (diff) | |
download | chromium_src-90f399075f9082bf7031512d6579ec1196dc060a.zip chromium_src-90f399075f9082bf7031512d6579ec1196dc060a.tar.gz chromium_src-90f399075f9082bf7031512d6579ec1196dc060a.tar.bz2 |
Move the clipboard stuff out of base and into app/clipboard. I renamed
clipboard_util to clipboard_util_win since it's Windows-only. This patch makes
test_shell depend on app as well. There should be no logic change.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/260003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27937 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/base/base.gyp b/base/base.gyp index f68564a..47818f5 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -83,13 +83,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', @@ -247,8 +240,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', @@ -498,7 +489,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', @@ -581,7 +571,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', |