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

Side by Side Diff: printing/printing.gyp

Issue 10348002: ugrr... Fixing printing scaling again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/custom_scaling.cc ('k') | webkit/plugins/ppapi/ppapi_plugin_instance.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 14 matching lines...) Expand all
25 ], 25 ],
26 'include_dirs': [ 26 'include_dirs': [
27 '..', 27 '..',
28 ], 28 ],
29 'sources': [ 29 'sources': [
30 'backend/print_backend.cc', 30 'backend/print_backend.cc',
31 'backend/print_backend.h', 31 'backend/print_backend.h',
32 'backend/print_backend_consts.cc', 32 'backend/print_backend_consts.cc',
33 'backend/print_backend_consts.h', 33 'backend/print_backend_consts.h',
34 'backend/print_backend_dummy.cc', 34 'backend/print_backend_dummy.cc',
35 'custom_scaling.cc',
36 'custom_scaling.h',
35 'emf_win.cc', 37 'emf_win.cc',
36 'emf_win.h', 38 'emf_win.h',
37 'image.cc', 39 'image.cc',
38 'image_linux.cc', 40 'image_linux.cc',
39 'image_mac.cc', 41 'image_mac.cc',
40 'image_win.cc', 42 'image_win.cc',
41 'image.h', 43 'image.h',
42 'metafile.h', 44 'metafile.h',
43 'metafile_impl.h', 45 'metafile_impl.h',
44 'metafile_skia_wrapper.h', 46 'metafile_skia_wrapper.h',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 '<!@(python cups_config_helper.py --cflags)', 261 '<!@(python cups_config_helper.py --cflags)',
260 ], 262 ],
261 }], 263 }],
262 ], 264 ],
263 }, 265 },
264 }], 266 }],
265 ], 267 ],
266 }, 268 },
267 ], 269 ],
268 } 270 }
OLDNEW
« no previous file with comments | « printing/custom_scaling.cc ('k') | webkit/plugins/ppapi/ppapi_plugin_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698