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

Side by Side Diff: printing/BUILD.gn

Issue 329683002: Improvements in --debug-print switch implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Thu 06/12/2014 2:53:06.07 Created 6 years, 6 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 | « chrome/browser/printing/print_view_manager_base.cc ('k') | printing/page_size_margins.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/ui.gni") 5 import("//build/config/ui.gni")
6 if (is_mac) { 6 if (is_mac) {
7 import("//build/config/mac/mac_sdk.gni") 7 import("//build/config/mac/mac_sdk.gni")
8 } 8 }
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 21 matching lines...) Expand all
32 "metafile.h", 32 "metafile.h",
33 "metafile_impl.h", 33 "metafile_impl.h",
34 "metafile_skia_wrapper.cc", 34 "metafile_skia_wrapper.cc",
35 "metafile_skia_wrapper.h", 35 "metafile_skia_wrapper.h",
36 "page_number.cc", 36 "page_number.cc",
37 "page_number.h", 37 "page_number.h",
38 "page_range.cc", 38 "page_range.cc",
39 "page_range.h", 39 "page_range.h",
40 "page_setup.cc", 40 "page_setup.cc",
41 "page_setup.h", 41 "page_setup.h",
42 "page_size_margins.cc",
43 "page_size_margins.h", 42 "page_size_margins.h",
44 "pdf_metafile_cg_mac.cc", 43 "pdf_metafile_cg_mac.cc",
45 "pdf_metafile_cg_mac.h", 44 "pdf_metafile_cg_mac.h",
46 "pdf_metafile_skia.cc", 45 "pdf_metafile_skia.cc",
47 "pdf_metafile_skia.h", 46 "pdf_metafile_skia.h",
48 "print_destination_interface.h", 47 "print_destination_interface.h",
49 "print_destination_none.cc", 48 "print_destination_none.cc",
50 "print_dialog_gtk_interface.h", 49 "print_dialog_gtk_interface.h",
51 "print_job_constants.cc", 50 "print_job_constants.cc",
52 "print_job_constants.h", 51 "print_job_constants.h",
53 "print_settings.cc", 52 "print_settings.cc",
54 "print_settings.h", 53 "print_settings.h",
55 "print_settings_initializer.cc", 54 "print_settings_conversion.cc",
56 "print_settings_initializer.h", 55 "print_settings_conversion.h",
57 "print_settings_initializer_mac.cc", 56 "print_settings_initializer_mac.cc",
58 "print_settings_initializer_mac.h", 57 "print_settings_initializer_mac.h",
59 "print_settings_initializer_win.cc", 58 "print_settings_initializer_win.cc",
60 "print_settings_initializer_win.h", 59 "print_settings_initializer_win.h",
61 "printed_document.cc", 60 "printed_document.cc",
62 "printed_document.h", 61 "printed_document.h",
63 "printed_document_linux.cc", 62 "printed_document_linux.cc",
64 "printed_document_mac.cc", 63 "printed_document_mac.cc",
65 "printed_document_win.cc", 64 "printed_document_win.cc",
66 "printed_page.cc", 65 "printed_page.cc",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 # 'type': 'none', 247 # 'type': 'none',
249 # 'variables': { 248 # 'variables': {
250 # 'java_in_dir': '../printing/android/java', 249 # 'java_in_dir': '../printing/android/java',
251 # }, 250 # },
252 # 'dependencies': [ 251 # 'dependencies': [
253 # '../base/base.gyp:base_java', 252 # '../base/base.gyp:base_java',
254 # ], 253 # ],
255 # 'includes': [ '../build/java.gypi' ], 254 # 'includes': [ '../build/java.gypi' ],
256 #} 255 #}
257 } 256 }
OLDNEW
« no previous file with comments | « chrome/browser/printing/print_view_manager_base.cc ('k') | printing/page_size_margins.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698