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

Side by Side Diff: printing/printing.gyp

Issue 524543002: Removed IDC_PRINT_TO_DESTINATION. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fri Aug 29 14:26:26 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/print_destination_none.cc ('k') | no next file » | 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'page_number.h', 50 'page_number.h',
51 'page_range.cc', 51 'page_range.cc',
52 'page_range.h', 52 'page_range.h',
53 'page_setup.cc', 53 'page_setup.cc',
54 'page_setup.h', 54 'page_setup.h',
55 'page_size_margins.h', 55 'page_size_margins.h',
56 'pdf_metafile_cg_mac.cc', 56 'pdf_metafile_cg_mac.cc',
57 'pdf_metafile_cg_mac.h', 57 'pdf_metafile_cg_mac.h',
58 'pdf_metafile_skia.cc', 58 'pdf_metafile_skia.cc',
59 'pdf_metafile_skia.h', 59 'pdf_metafile_skia.h',
60 'print_destination_interface.h',
61 'print_destination_none.cc',
62 'print_dialog_gtk_interface.h', 60 'print_dialog_gtk_interface.h',
63 'print_job_constants.cc', 61 'print_job_constants.cc',
64 'print_job_constants.h', 62 'print_job_constants.h',
65 'print_settings.cc', 63 'print_settings.cc',
66 'print_settings.h', 64 'print_settings.h',
67 'print_settings_conversion.cc', 65 'print_settings_conversion.cc',
68 'print_settings_conversion.h', 66 'print_settings_conversion.h',
69 'print_settings_initializer_mac.cc', 67 'print_settings_initializer_mac.cc',
70 'print_settings_initializer_mac.h', 68 'print_settings_initializer_mac.h',
71 'print_settings_initializer_win.cc', 69 'print_settings_initializer_win.cc',
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 }, 307 },
310 'dependencies': [ 308 'dependencies': [
311 '../base/base.gyp:base_java', 309 '../base/base.gyp:base_java',
312 ], 310 ],
313 'includes': [ '../build/java.gypi' ], 311 'includes': [ '../build/java.gypi' ],
314 } 312 }
315 ] 313 ]
316 }], 314 }],
317 ] 315 ]
318 } 316 }
OLDNEW
« no previous file with comments | « printing/print_destination_none.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698