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

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: Moved elide text to print_settings_initializer 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 13 matching lines...) Expand all
24 '..', 24 '..',
25 ], 25 ],
26 'sources': [ 26 'sources': [
27 'backend/print_backend.cc', 27 'backend/print_backend.cc',
28 'backend/print_backend.h', 28 'backend/print_backend.h',
29 'backend/print_backend_consts.cc', 29 'backend/print_backend_consts.cc',
30 'backend/print_backend_consts.h', 30 'backend/print_backend_consts.h',
31 'backend/print_backend_dummy.cc', 31 'backend/print_backend_dummy.cc',
32 'emf_win.cc', 32 'emf_win.cc',
33 'emf_win.h', 33 'emf_win.h',
34 'header_footer_initializer.cc',
35 'header_footer_initializer.h',
34 'image.cc', 36 'image.cc',
35 'image_cairo.cc', 37 'image_cairo.cc',
36 'image_mac.cc', 38 'image_mac.cc',
37 'image_win.cc', 39 'image_win.cc',
38 'image.h', 40 'image.h',
39 'metafile.h', 41 'metafile.h',
40 'metafile_impl.h', 42 'metafile_impl.h',
41 'metafile_skia_wrapper.h', 43 'metafile_skia_wrapper.h',
42 'metafile_skia_wrapper.cc', 44 'metafile_skia_wrapper.cc',
43 'page_number.cc', 45 'page_number.cc',
(...skipping 178 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