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

Side by Side Diff: printing/printing.gyp

Issue 3610013: Printing: Convert PrintingContext into an interface implemented by the separate (Closed)
Patch Set: Comment cleanup only. Created 10 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
« no previous file with comments | « printing/emf_win_unittest.cc ('k') | printing/printing_context.h » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'print_settings.h', 45 'print_settings.h',
46 'printed_document.cc', 46 'printed_document.cc',
47 'printed_document_cairo.cc', 47 'printed_document_cairo.cc',
48 'printed_document_mac.cc', 48 'printed_document_mac.cc',
49 'printed_document_win.cc', 49 'printed_document_win.cc',
50 'printed_document.h', 50 'printed_document.h',
51 'printed_page.cc', 51 'printed_page.cc',
52 'printed_page.h', 52 'printed_page.h',
53 'printed_pages_source.h', 53 'printed_pages_source.h',
54 'printing_context.h', 54 'printing_context.h',
55 'printing_context.cc',
56 'printing_context_cairo.h',
55 'printing_context_cairo.cc', 57 'printing_context_cairo.cc',
58 'printing_context_mac.h',
56 'printing_context_mac.mm', 59 'printing_context_mac.mm',
60 'printing_context_win.h',
57 'printing_context_win.cc', 61 'printing_context_win.cc',
58 'units.cc', 62 'units.cc',
59 'units.h', 63 'units.h',
60 ], 64 ],
61 'direct_dependent_settings': { 65 'direct_dependent_settings': {
62 'include_dirs': [ 66 'include_dirs': [
63 '..', 67 '..',
64 ], 68 ],
65 }, 69 },
66 'conditions': [ 70 'conditions': [
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 ], 134 ],
131 }, 135 },
132 ], 136 ],
133 } 137 }
134 138
135 # Local Variables: 139 # Local Variables:
136 # tab-width:2 140 # tab-width:2
137 # indent-tabs-mode:nil 141 # indent-tabs-mode:nil
138 # End: 142 # End:
139 # vim: set expandtab tabstop=2 shiftwidth=2: 143 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « printing/emf_win_unittest.cc ('k') | printing/printing_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698