diff options
author | ivankr@chromium.org <ivankr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-17 16:36:28 +0000 |
---|---|---|
committer | ivankr@chromium.org <ivankr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-17 16:36:28 +0000 |
commit | 68fed3efc25d17a5bebd7405b8171bba287385fc (patch) | |
tree | 10c5d9e96e1f3d2d582ad9e4c2e5660f100b2d01 /views | |
parent | 97183058d64e83ad494a8da31ebef136e364be69 (diff) | |
download | chromium_src-68fed3efc25d17a5bebd7405b8171bba287385fc.zip chromium_src-68fed3efc25d17a5bebd7405b8171bba287385fc.tar.gz chromium_src-68fed3efc25d17a5bebd7405b8171bba287385fc.tar.bz2 |
Remove drag_utils_linux stub.
BUG=None
TEST=Manual: compiles with component=shared_library without Aura
Review URL: http://codereview.chromium.org/8586022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110507 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r-- | views/drag_utils_linux.cc | 18 | ||||
-rw-r--r-- | views/views.gyp | 2 |
2 files changed, 0 insertions, 20 deletions
diff --git a/views/drag_utils_linux.cc b/views/drag_utils_linux.cc deleted file mode 100644 index aeeaf32..0000000 --- a/views/drag_utils_linux.cc +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "views/drag_utils.h" - -#include "base/logging.h" - -namespace drag_utils { - -void SetDragImageOnDataObject(const SkBitmap& bitmap, - const gfx::Size& size, - const gfx::Point& cursor_offset, - OSExchangeData* data_object) { - NOTIMPLEMENTED(); -} - -} // namespace drag_utils diff --git a/views/views.gyp b/views/views.gyp index cc6dc38..d3e98b3 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -258,7 +258,6 @@ 'drag_utils.h', 'drag_utils_aura.cc', 'drag_utils_gtk.cc', - 'drag_utils_linux.cc', 'drag_utils_win.cc', 'events/event.cc', 'events/event.h', @@ -438,7 +437,6 @@ ['exclude', 'controls/menu/menu_2.*'], ], 'sources!': [ - 'drag_utils_linux.cc', 'drag_utils_win.cc', 'controls/menu/menu_config_linux.cc', 'controls/menu/menu_item_view_linux.cc', |