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

Side by Side Diff: printing/printing.gyp

Issue 7670045: Revert 97219 - Added Header and Footer support in Linux, Windows and Mac for Skia (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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/print_settings_initializer.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) 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'printing_context_cairo.h', 66 'printing_context_cairo.h',
67 'printing_context_mac.mm', 67 'printing_context_mac.mm',
68 'printing_context_mac.h', 68 'printing_context_mac.h',
69 'printing_context_win.cc', 69 'printing_context_win.cc',
70 'printing_context_win.h', 70 'printing_context_win.h',
71 'print_dialog_gtk_interface.h', 71 'print_dialog_gtk_interface.h',
72 'print_job_constants.cc', 72 'print_job_constants.cc',
73 'print_job_constants.h', 73 'print_job_constants.h',
74 'print_settings.cc', 74 'print_settings.cc',
75 'print_settings.h', 75 'print_settings.h',
76 'print_settings_initializer.cc',
77 'print_settings_initializer.h',
78 'print_settings_initializer_gtk.cc', 76 'print_settings_initializer_gtk.cc',
79 'print_settings_initializer_gtk.h', 77 'print_settings_initializer_gtk.h',
80 'print_settings_initializer_mac.cc', 78 'print_settings_initializer_mac.cc',
81 'print_settings_initializer_mac.h', 79 'print_settings_initializer_mac.h',
82 'print_settings_initializer_win.cc', 80 'print_settings_initializer_win.cc',
83 'print_settings_initializer_win.h', 81 'print_settings_initializer_win.h',
84 'units.cc', 82 'units.cc',
85 'units.h', 83 'units.h',
86 ], 84 ],
87 'direct_dependent_settings': { 85 'direct_dependent_settings': {
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 ], 222 ],
225 }, 223 },
226 }], 224 }],
227 ], 225 ],
228 }, 226 },
229 }], 227 }],
230 ], 228 ],
231 }, 229 },
232 ], 230 ],
233 } 231 }
OLDNEW
« no previous file with comments | « printing/print_settings_initializer.cc ('k') | printing/printing_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698