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

Side by Side Diff: printing/printing.gyp

Issue 7348010: Added Header and Footer support using Skia (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Added SK_API to vector platform device skia 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
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',
76 'print_settings_initializer_gtk.cc', 78 'print_settings_initializer_gtk.cc',
77 'print_settings_initializer_gtk.h', 79 'print_settings_initializer_gtk.h',
78 'print_settings_initializer_mac.cc', 80 'print_settings_initializer_mac.cc',
79 'print_settings_initializer_mac.h', 81 'print_settings_initializer_mac.h',
80 'print_settings_initializer_win.cc', 82 'print_settings_initializer_win.cc',
81 'print_settings_initializer_win.h', 83 'print_settings_initializer_win.h',
82 'units.cc', 84 'units.cc',
83 'units.h', 85 'units.h',
84 ], 86 ],
85 'direct_dependent_settings': { 87 'direct_dependent_settings': {
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 ], 224 ],
223 }, 225 },
224 }], 226 }],
225 ], 227 ],
226 }, 228 },
227 }], 229 }],
228 ], 230 ],
229 }, 231 },
230 ], 232 ],
231 } 233 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698