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

Unified Diff: ui/ui.gyp

Issue 7979029: aura: Exclude the stub aura-clipboard on windows and when GTK clipboard is used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index ce8f495f277cb989985b2734ea441ca8b8761123..48c60d3803d2884d9aab2f81a23f5e0cd445d0ca 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -359,6 +359,9 @@
'gfx/gtk_util.cc',
'gfx/gtk_util.h',
],
+ 'sources!': [
+ 'base/clipboard/clipboard_aura.cc',
+ ],
}],
['use_wayland == 1', {
'sources/': [
@@ -395,6 +398,7 @@
'gfx/win_util.h',
],
'sources!': [
+ 'base/clipboard/clipboard_aura.cc',
'gfx/pango_util.h',
'gfx/pango_util.cc',
'gfx/platform_font_pango.cc',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698