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

Side by Side Diff: printing/BUILD.gn

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 22:54:16 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 | « chrome/service/service_utility_process_host.h ('k') | printing/emf_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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 if (is_mac) { 7 if (is_mac) {
8 import("//build/config/mac/mac_sdk.gni") 8 import("//build/config/mac/mac_sdk.gni")
9 } 9 }
10 if (is_android) { 10 if (is_android) {
(...skipping 10 matching lines...) Expand all
21 "backend/printing_info_win.cc", 21 "backend/printing_info_win.cc",
22 "backend/printing_info_win.h", 22 "backend/printing_info_win.h",
23 "emf_win.cc", 23 "emf_win.cc",
24 "emf_win.h", 24 "emf_win.h",
25 "image.cc", 25 "image.cc",
26 "image.h", 26 "image.h",
27 "image_android.cc", 27 "image_android.cc",
28 "image_linux.cc", 28 "image_linux.cc",
29 "image_mac.cc", 29 "image_mac.cc",
30 "image_win.cc", 30 "image_win.cc",
31 "metafile.cc",
31 "metafile.h", 32 "metafile.h",
32 "metafile_skia_wrapper.cc", 33 "metafile_skia_wrapper.cc",
33 "metafile_skia_wrapper.h", 34 "metafile_skia_wrapper.h",
34 "page_number.cc", 35 "page_number.cc",
35 "page_number.h", 36 "page_number.h",
36 "page_range.cc", 37 "page_range.cc",
37 "page_range.h", 38 "page_range.h",
38 "page_setup.cc", 39 "page_setup.cc",
39 "page_setup.h", 40 "page_setup.h",
40 "page_size_margins.h", 41 "page_size_margins.h",
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 # 'type': 'none', 245 # 'type': 'none',
245 # 'variables': { 246 # 'variables': {
246 # 'java_in_dir': '../printing/android/java', 247 # 'java_in_dir': '../printing/android/java',
247 # }, 248 # },
248 # 'dependencies': [ 249 # 'dependencies': [
249 # '../base/base.gyp:base_java', 250 # '../base/base.gyp:base_java',
250 # ], 251 # ],
251 # 'includes': [ '../build/java.gypi' ], 252 # 'includes': [ '../build/java.gypi' ],
252 #} 253 #}
253 } 254 }
OLDNEW
« no previous file with comments | « chrome/service/service_utility_process_host.h ('k') | printing/emf_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698