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

Side by Side Diff: printing/printing.gyp

Issue 8165004: Stubs for printing under Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Applied thestig comments. 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « printing/printed_document_aura.cc ('k') | printing/printing_context_aura.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'page_number.h', 47 'page_number.h',
48 'page_range.cc', 48 'page_range.cc',
49 'page_range.h', 49 'page_range.h',
50 'page_setup.cc', 50 'page_setup.cc',
51 'page_setup.h', 51 'page_setup.h',
52 'page_size_margins.h', 52 'page_size_margins.h',
53 'pdf_metafile_cg_mac.cc', 53 'pdf_metafile_cg_mac.cc',
54 'pdf_metafile_cg_mac.h', 54 'pdf_metafile_cg_mac.h',
55 'pdf_metafile_skia.h', 55 'pdf_metafile_skia.h',
56 'pdf_metafile_skia.cc', 56 'pdf_metafile_skia.cc',
57 'printed_document_aura.cc',
57 'printed_document_cairo.cc', 58 'printed_document_cairo.cc',
58 'printed_document.cc', 59 'printed_document.cc',
59 'printed_document.h', 60 'printed_document.h',
60 'printed_document_mac.cc', 61 'printed_document_mac.cc',
61 'printed_document_win.cc', 62 'printed_document_win.cc',
62 'printed_page.cc', 63 'printed_page.cc',
63 'printed_page.h', 64 'printed_page.h',
64 'printed_pages_source.h', 65 'printed_pages_source.h',
65 'printing_context.cc', 66 'printing_context.cc',
66 'printing_context.h', 67 'printing_context.h',
68 'printing_context_aura.cc',
67 'printing_context_cairo.cc', 69 'printing_context_cairo.cc',
68 'printing_context_cairo.h', 70 'printing_context_cairo.h',
69 'printing_context_mac.mm', 71 'printing_context_mac.mm',
70 'printing_context_mac.h', 72 'printing_context_mac.h',
71 'printing_context_win.cc', 73 'printing_context_win.cc',
72 'printing_context_win.h', 74 'printing_context_win.h',
73 'print_dialog_gtk_interface.h', 75 'print_dialog_gtk_interface.h',
74 'print_job_constants.cc', 76 'print_job_constants.cc',
75 'print_job_constants.h', 77 'print_job_constants.h',
76 'print_settings.cc', 78 'print_settings.cc',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 ], 228 ],
227 }, 229 },
228 }], 230 }],
229 ], 231 ],
230 }, 232 },
231 }], 233 }],
232 ], 234 ],
233 }, 235 },
234 ], 236 ],
235 } 237 }
OLDNEW
« no previous file with comments | « printing/printed_document_aura.cc ('k') | printing/printing_context_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698