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

Side by Side Diff: printing/printing.gyp

Issue 329683002: Improvements in --debug-print switch implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Wed 06/11/2014 10:41:42.83 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
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'metafile.h', 46 'metafile.h',
47 'metafile_impl.h', 47 'metafile_impl.h',
48 'metafile_skia_wrapper.cc', 48 'metafile_skia_wrapper.cc',
49 'metafile_skia_wrapper.h', 49 'metafile_skia_wrapper.h',
50 'page_number.cc', 50 'page_number.cc',
51 'page_number.h', 51 'page_number.h',
52 'page_range.cc', 52 'page_range.cc',
53 'page_range.h', 53 'page_range.h',
54 'page_setup.cc', 54 'page_setup.cc',
55 'page_setup.h', 55 'page_setup.h',
56 'page_size_margins.cc',
57 'page_size_margins.h', 56 'page_size_margins.h',
58 'pdf_metafile_cg_mac.cc', 57 'pdf_metafile_cg_mac.cc',
59 'pdf_metafile_cg_mac.h', 58 'pdf_metafile_cg_mac.h',
60 'pdf_metafile_skia.cc', 59 'pdf_metafile_skia.cc',
61 'pdf_metafile_skia.h', 60 'pdf_metafile_skia.h',
62 'print_destination_interface.h', 61 'print_destination_interface.h',
63 'print_destination_none.cc', 62 'print_destination_none.cc',
64 'print_dialog_gtk_interface.h', 63 'print_dialog_gtk_interface.h',
65 'print_job_constants.cc', 64 'print_job_constants.cc',
66 'print_job_constants.h', 65 'print_job_constants.h',
66 'print_settings_conversion.cc',
Lei Zhang 2014/06/11 20:03:06 nit: in ascii '_' comes after '.'
Vitaly Buka (NO REVIEWS) 2014/06/11 21:32:58 Done.
67 'print_settings_conversion.h',
67 'print_settings.cc', 68 'print_settings.cc',
68 'print_settings.h', 69 'print_settings.h',
69 'print_settings_initializer.cc',
70 'print_settings_initializer.h',
71 'print_settings_initializer_mac.cc', 70 'print_settings_initializer_mac.cc',
72 'print_settings_initializer_mac.h', 71 'print_settings_initializer_mac.h',
73 'print_settings_initializer_win.cc', 72 'print_settings_initializer_win.cc',
74 'print_settings_initializer_win.h', 73 'print_settings_initializer_win.h',
75 'printed_document.cc', 74 'printed_document.cc',
76 'printed_document.h', 75 'printed_document.h',
77 'printed_document_linux.cc', 76 'printed_document_linux.cc',
78 'printed_document_mac.cc', 77 'printed_document_mac.cc',
79 'printed_document_win.cc', 78 'printed_document_win.cc',
80 'printed_page.cc', 79 'printed_page.cc',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 }, 308 },
310 'dependencies': [ 309 'dependencies': [
311 '../base/base.gyp:base_java', 310 '../base/base.gyp:base_java',
312 ], 311 ],
313 'includes': [ '../build/java.gypi' ], 312 'includes': [ '../build/java.gypi' ],
314 } 313 }
315 ] 314 ]
316 }], 315 }],
317 ] 316 ]
318 } 317 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698