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

Unified Diff: webkit/glue/webkit_glue.gypi

Issue 8486020: compositor_unittests target is unimplmented on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and nit. Created 9 years, 1 month 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
Index: webkit/glue/webkit_glue.gypi
diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi
index ceb2aebf2cc74db0da0b7fc9fbf7cd36a66bb9b2..95a7f840fdc9bcf9ed5431b7c650d5f12f79dbb2 100644
--- a/webkit/glue/webkit_glue.gypi
+++ b/webkit/glue/webkit_glue.gypi
@@ -454,9 +454,11 @@
}],
['use_aura==1', {
'sources/': [
- ['exclude', '^../plugins/npapi/webplugin_delegate_impl_win.cc'],
+ ['exclude', '^\\.\\./plugins/npapi/webplugin_delegate_impl_mac.mm'],
+ ['exclude', '^\\.\\./plugins/npapi/webplugin_delegate_impl_win.cc'],
],
'sources!': [
+ 'webcursor_mac.mm',
'webcursor_win.cc',
],
}],

Powered by Google App Engine
This is Rietveld 408576698