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

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 kbr's comments (#19) 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
« no previous file with comments | « ui/gfx/path.h ('k') | webkit/plugins/npapi/webplugin_delegate_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
tony 2011/11/18 18:50:10 Nit: This is a regex so the . will match any char.
dhollowa 2011/11/19 02:12:52 Done.
['exclude', '^../plugins/npapi/webplugin_delegate_impl_win.cc'],
],
'sources!': [
+ 'webcursor_mac.mm',
'webcursor_win.cc',
],
}],
« no previous file with comments | « ui/gfx/path.h ('k') | webkit/plugins/npapi/webplugin_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698