Commit 914bfc67 authored by sadrul@chromium.org's avatar sadrul@chromium.org

aura: Exclude the stub aura-clipboard on windows and when GTK clipboard is used.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/7979029

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102178 0039d316-1c4b-4281-b951-d872f2087c98
parent e1da56f6
...@@ -360,6 +360,9 @@ ...@@ -360,6 +360,9 @@
'gfx/gtk_util.cc', 'gfx/gtk_util.cc',
'gfx/gtk_util.h', 'gfx/gtk_util.h',
], ],
'sources!': [
'base/clipboard/clipboard_aura.cc',
],
}], }],
['use_wayland == 1', { ['use_wayland == 1', {
'sources/': [ 'sources/': [
...@@ -396,6 +399,7 @@ ...@@ -396,6 +399,7 @@
'gfx/win_util.h', 'gfx/win_util.h',
], ],
'sources!': [ 'sources!': [
'base/clipboard/clipboard_aura.cc',
'gfx/pango_util.h', 'gfx/pango_util.h',
'gfx/pango_util.cc', 'gfx/pango_util.cc',
'gfx/platform_font_pango.cc', 'gfx/platform_font_pango.cc',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment