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

Side by Side Diff: printing/printing.gyp

Issue 568633002: Extracted MetafilePlayer interface from printing::MetafilePlayer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no_expose
Patch Set: Thu Sep 11 16:10:13 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
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.cc', 37 'backend/printing_info_win.cc',
38 'backend/printing_info_win.h', 38 'backend/printing_info_win.h',
39 'emf_win.cc', 39 'emf_win.cc',
40 'emf_win.h', 40 'emf_win.h',
41 'image.cc', 41 'image.cc',
42 'image.h', 42 'image.h',
43 'image_android.cc', 43 'image_android.cc',
44 'image_linux.cc', 44 'image_linux.cc',
45 'image_mac.cc', 45 'image_mac.cc',
46 'image_win.cc', 46 'image_win.cc',
47 'metafile.cc',
Lei Zhang 2014/09/11 23:31:10 Also change printing/BUILD.gn.
Vitaly Buka (NO REVIEWS) 2014/09/12 01:54:00 Done.
47 'metafile.h', 48 'metafile.h',
48 'metafile_skia_wrapper.cc', 49 'metafile_skia_wrapper.cc',
49 'metafile_skia_wrapper.h', 50 'metafile_skia_wrapper.h',
50 'page_number.cc', 51 'page_number.cc',
51 'page_number.h', 52 'page_number.h',
52 'page_range.cc', 53 'page_range.cc',
53 'page_range.h', 54 'page_range.h',
54 'page_setup.cc', 55 'page_setup.cc',
55 'page_setup.h', 56 'page_setup.h',
56 'page_size_margins.h', 57 'page_size_margins.h',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 }, 310 },
310 'dependencies': [ 311 'dependencies': [
311 '../base/base.gyp:base_java', 312 '../base/base.gyp:base_java',
312 ], 313 ],
313 'includes': [ '../build/java.gypi' ], 314 'includes': [ '../build/java.gypi' ],
314 } 315 }
315 ] 316 ]
316 }], 317 }],
317 ] 318 ]
318 } 319 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698