summaryrefslogtreecommitdiffstats
path: root/ui/ui_unittests.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui_unittests.gypi')
-rw-r--r--ui/ui_unittests.gypi6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
index 1f2ea7f..5b57fb3 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -170,6 +170,12 @@
'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',
+ ],
+ }],
],
},
],