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

Side by Side Diff: printing/BUILD.gn

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 | « chrome/browser/ui/browser_commands.cc ('k') | printing/print_destination_interface.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 24 matching lines...) Expand all
35 "page_number.h", 35 "page_number.h",
36 "page_range.cc", 36 "page_range.cc",
37 "page_range.h", 37 "page_range.h",
38 "page_setup.cc", 38 "page_setup.cc",
39 "page_setup.h", 39 "page_setup.h",
40 "page_size_margins.h", 40 "page_size_margins.h",
41 "pdf_metafile_cg_mac.cc", 41 "pdf_metafile_cg_mac.cc",
42 "pdf_metafile_cg_mac.h", 42 "pdf_metafile_cg_mac.h",
43 "pdf_metafile_skia.cc", 43 "pdf_metafile_skia.cc",
44 "pdf_metafile_skia.h", 44 "pdf_metafile_skia.h",
45 "print_destination_interface.h",
46 "print_destination_none.cc",
47 "print_dialog_gtk_interface.h", 45 "print_dialog_gtk_interface.h",
48 "print_job_constants.cc", 46 "print_job_constants.cc",
49 "print_job_constants.h", 47 "print_job_constants.h",
50 "print_settings.cc", 48 "print_settings.cc",
51 "print_settings.h", 49 "print_settings.h",
52 "print_settings_conversion.cc", 50 "print_settings_conversion.cc",
53 "print_settings_conversion.h", 51 "print_settings_conversion.h",
54 "print_settings_initializer_mac.cc", 52 "print_settings_initializer_mac.cc",
55 "print_settings_initializer_mac.h", 53 "print_settings_initializer_mac.h",
56 "print_settings_initializer_win.cc", 54 "print_settings_initializer_win.cc",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 # 'type': 'none', 244 # 'type': 'none',
247 # 'variables': { 245 # 'variables': {
248 # 'java_in_dir': '../printing/android/java', 246 # 'java_in_dir': '../printing/android/java',
249 # }, 247 # },
250 # 'dependencies': [ 248 # 'dependencies': [
251 # '../base/base.gyp:base_java', 249 # '../base/base.gyp:base_java',
252 # ], 250 # ],
253 # 'includes': [ '../build/java.gypi' ], 251 # 'includes': [ '../build/java.gypi' ],
254 #} 252 #}
255 } 253 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_commands.cc ('k') | printing/print_destination_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698