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

Unified Diff: printing/printing.gyp

Issue 8290001: Excludes printing aura files on windows as the windows ones work (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing.gyp
diff --git a/printing/printing.gyp b/printing/printing.gyp
index e444504848b43700428ff6d5c0b2b311c48add8f..99354eadb6f2a4519f04581878eed783848cd7c8 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -118,6 +118,15 @@
],
}],
['OS=="win"', {
+ 'conditions': [
+ ['use_aura==1', {
+ 'sources!': [
+ 'image_aura.cc',
+ 'printing_context_aura.cc',
+ 'printed_document_aura.cc',
Lei Zhang 2011/10/13 21:51:44 nit: printed before printing.
+ ],
+ }],
+ ],
'defines': [
# PRINT_BACKEND_AVAILABLE disables the default dummy implementation
# of the print backend and enables a custom implementation instead.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698