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

Side by Side Diff: printing/printing.gyp

Issue 11530005: Wrapers for PRINTER_INFO_* and DRIVER_INFO_*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/backend/win_helper.cc ('k') | printing/printing_context_win.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'backend/printing_info_win.cc',
36 'backend/printing_info_win.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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 '<!@(python cups_config_helper.py --cflags)', 292 '<!@(python cups_config_helper.py --cflags)',
291 ], 293 ],
292 }], 294 }],
293 ], 295 ],
294 }, 296 },
295 }], 297 }],
296 ], 298 ],
297 }, 299 },
298 ], 300 ],
299 } 301 }
OLDNEW
« no previous file with comments | « printing/backend/win_helper.cc ('k') | printing/printing_context_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698