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

Side by Side Diff: printing/printing.gyp

Issue 516833002: Removed NativeMetafile and PreviewMetafile typedef as it's always PdfMetafileSkia. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no_pdf
Patch Set: Thu Aug 28 17:07:38 PDT 2014 Created 6 years, 3 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
« no previous file with comments | « printing/metafile_impl.h ('k') | printing/printing_context_win.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) 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 26 matching lines...) Expand all
37 'backend/printing_info_win.h', 37 'backend/printing_info_win.h',
38 'emf_win.cc', 38 'emf_win.cc',
39 'emf_win.h', 39 'emf_win.h',
40 'image.cc', 40 'image.cc',
41 'image.h', 41 'image.h',
42 'image_android.cc', 42 'image_android.cc',
43 'image_linux.cc', 43 'image_linux.cc',
44 'image_mac.cc', 44 'image_mac.cc',
45 'image_win.cc', 45 'image_win.cc',
46 'metafile.h', 46 'metafile.h',
47 'metafile_impl.h',
48 'metafile_skia_wrapper.cc', 47 'metafile_skia_wrapper.cc',
49 'metafile_skia_wrapper.h', 48 'metafile_skia_wrapper.h',
50 'page_number.cc', 49 'page_number.cc',
51 'page_number.h', 50 'page_number.h',
52 'page_range.cc', 51 'page_range.cc',
53 'page_range.h', 52 'page_range.h',
54 'page_setup.cc', 53 'page_setup.cc',
55 'page_setup.h', 54 'page_setup.h',
56 'page_size_margins.h', 55 'page_size_margins.h',
57 'pdf_metafile_cg_mac.cc', 56 'pdf_metafile_cg_mac.cc',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 }, 309 },
311 'dependencies': [ 310 'dependencies': [
312 '../base/base.gyp:base_java', 311 '../base/base.gyp:base_java',
313 ], 312 ],
314 'includes': [ '../build/java.gypi' ], 313 'includes': [ '../build/java.gypi' ],
315 } 314 }
316 ] 315 ]
317 }], 316 }],
318 ] 317 ]
319 } 318 }
OLDNEW
« no previous file with comments | « printing/metafile_impl.h ('k') | printing/printing_context_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698