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

Unified Diff: printing/printing.gyp

Issue 8486020: compositor_unittests target is unimplmented on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: printing/printing.gyp
diff --git a/printing/printing.gyp b/printing/printing.gyp
index 34e3b4eb801060d705abefc7d3b1bc194ef31ba3..fd4a1db06d79fcaea9bb67a492046825e1ce3376 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -111,6 +111,13 @@
['exclude', 'metafile_skia_wrapper\\.(cc|h)$'],
],
}],
+ ['OS=="mac" and use_aura==1',{
Nico 2011/11/16 19:11:13 Will printing ever be supported in this configurat
dhollowa 2011/11/16 19:59:18 I can't say it never will, but it is not in the pl
+ 'sources!': [
+ 'printed_document_mac.cc',
+ 'printing_context_mac.mm',
+ 'printing_context_mac.h',
+ ],
+ }],
['OS=="mac" and use_aura==0',{
'sources': [
'printing_context_mac.mm',

Powered by Google App Engine
This is Rietveld 408576698