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

Unified Diff: printing/printing.gyp

Issue 557663002: Restored printing windows context for builds without preview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tue Sep 9 12:14:54 PDT 2014 Created 6 years, 3 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 | printing/printing_context_system_dialog_win.h » ('j') | 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 fe2aeda944f90416ed93492662704f4f59106b94..43f903d1ebe4a6de7bca8d2981caf95c6bacd95a 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -33,6 +33,7 @@
'backend/print_backend_consts.cc',
'backend/print_backend_consts.h',
'backend/print_backend_dummy.cc',
+ 'backend/print_backend_win.cc',
'backend/printing_info_win.cc',
'backend/printing_info_win.h',
'emf_win.cc',
@@ -78,6 +79,10 @@
'printed_pages_source.h',
'printing_context.cc',
'printing_context.h',
+ 'printing_context_system_dialog_win.cc',
+ 'printing_context_system_dialog_win.h',
+ 'printing_context_win.cc',
+ 'printing_context_win.h',
'printing_utils.cc',
'printing_utils.h',
'units.cc',
@@ -120,9 +125,6 @@
'sources': [
'backend/win_helper.cc',
'backend/win_helper.h',
- 'backend/print_backend_win.cc',
- 'printing_context_win.cc',
- 'printing_context_win.h',
],
}],
['chromeos==1',{
« no previous file with comments | « no previous file | printing/printing_context_system_dialog_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698