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

Side by Side Diff: printing/printing.gyp

Issue 6544028: Create a Factory for NativeMetafile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ARM compile failure fix Created 9 years, 9 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/printed_document.h ('k') | printing/printing_context_cairo.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) 2010 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 {
11 'target_name': 'printing', 11 'target_name': 'printing',
(...skipping 17 matching lines...) Expand all
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 'image.cc', 34 'image.cc',
35 'image_cairo.cc', 35 'image_cairo.cc',
36 'image_mac.cc', 36 'image_mac.cc',
37 'image_win.cc', 37 'image_win.cc',
38 'image.h', 38 'image.h',
39 'native_metafile_factory.cc',
40 'native_metafile_factory.h',
41 'native_metafile_linux.h',
42 'native_metafile_mac.h',
43 'native_metafile_win.h',
39 'native_metafile.h', 44 'native_metafile.h',
40 'page_number.cc', 45 'page_number.cc',
41 'page_number.h', 46 'page_number.h',
42 'page_overlays.cc', 47 'page_overlays.cc',
43 'page_overlays.h', 48 'page_overlays.h',
44 'page_range.cc', 49 'page_range.cc',
45 'page_range.h', 50 'page_range.h',
46 'page_setup.cc', 51 'page_setup.cc',
47 'page_setup.h', 52 'page_setup.h',
48 'pdf_metafile_mac.cc', 53 'pdf_metafile_mac.cc',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 ], 194 ],
190 }, 195 },
191 ], 196 ],
192 } 197 }
193 198
194 # Local Variables: 199 # Local Variables:
195 # tab-width:2 200 # tab-width:2
196 # indent-tabs-mode:nil 201 # indent-tabs-mode:nil
197 # End: 202 # End:
198 # vim: set expandtab tabstop=2 shiftwidth=2: 203 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « printing/printed_document.h ('k') | printing/printing_context_cairo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698