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

Unified Diff: ui/ui_unittests.gypi

Issue 8364037: Implement clipboard for aura and re-enable clipboard_unittests. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: modified according to comments Created 9 years, 2 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 | « ui/ui.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_unittests.gypi
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
index dd829a4d0f8c674817ff0e49f0f3fb02d801fe15..2cccc35899738753b6a1a1ab7fc58b85f0026257 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -159,12 +159,6 @@
'gfx/render_text_unittest.cc',
],
}],
- ['use_aura==1 and OS!="win"', {
- 'sources!': [
- # aura does not yet have clipboard support. http://crbug.com/97845
- 'base/clipboard/clipboard_unittest.cc',
- ],
- }],
['use_aura==1', {
'dependencies': [
'aura/aura.gyp:aura',
« no previous file with comments | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698