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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2832633002: Add PDF compositor service (Closed)
Patch Set: rebase Created 3 years, 7 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/app/BUILD.gn ('k') | chrome/browser/browser_resources.grd » ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 2563 matching lines...) Expand 10 before | Expand all | Expand 10 after
2574 "printing/print_view_manager_base.h", 2574 "printing/print_view_manager_base.h",
2575 "printing/print_view_manager_common.cc", 2575 "printing/print_view_manager_common.cc",
2576 "printing/print_view_manager_common.h", 2576 "printing/print_view_manager_common.h",
2577 "printing/printer_query.cc", 2577 "printing/printer_query.cc",
2578 "printing/printer_query.h", 2578 "printing/printer_query.h",
2579 "printing/printing_message_filter.cc", 2579 "printing/printing_message_filter.cc",
2580 "printing/printing_message_filter.h", 2580 "printing/printing_message_filter.h",
2581 ] 2581 ]
2582 deps += [ 2582 deps += [
2583 "//components/printing/browser", 2583 "//components/printing/browser",
2584 "//components/printing/service/public/interfaces",
2584 "//printing", 2585 "//printing",
2585 ] 2586 ]
2586 2587
2587 if (is_win) { 2588 if (is_win) {
2588 sources += [ 2589 sources += [
2589 "printing/pdf_to_emf_converter.cc", 2590 "printing/pdf_to_emf_converter.cc",
2590 "printing/pdf_to_emf_converter.h", 2591 "printing/pdf_to_emf_converter.h",
2591 ] 2592 ]
2592 } 2593 }
2593 if (enable_print_preview) { 2594 if (enable_print_preview) {
(...skipping 2164 matching lines...) Expand 10 before | Expand all | Expand 10 after
4758 "media/pepper_cdm_test_constants.cc", 4759 "media/pepper_cdm_test_constants.cc",
4759 "media/pepper_cdm_test_constants.h", 4760 "media/pepper_cdm_test_constants.h",
4760 ] 4761 ]
4761 } 4762 }
4762 } 4763 }
4763 4764
4764 service_manifest("preferences_forwarder_manifest") { 4765 service_manifest("preferences_forwarder_manifest") {
4765 name = "preferences_forwarder" 4766 name = "preferences_forwarder"
4766 source = "prefs/forwarder_manifest.json" 4767 source = "prefs/forwarder_manifest.json"
4767 } 4768 }
OLDNEW
« no previous file with comments | « chrome/app/BUILD.gn ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698