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

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: Address Nico's comments (#2) 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 42a1ae32e75d31b1aa39b0ce6b8acf3b276fa7f8..33ba18b43d6e10ee0d56aa729251399b8d76b42a 100644
--- a/webkit/glue/webkit_glue.gypi
+++ b/webkit/glue/webkit_glue.gypi
@@ -471,9 +471,11 @@
}],
['use_aura==1', {
'sources/': [
+ ['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