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

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

Issue 2832633002: Add PDF compositor service (Closed)
Patch Set: rebase again 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 | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/utility/BUILD.gn » ('J')
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 2466 matching lines...) Expand 10 before | Expand all | Expand 10 after
2477 "printing/print_view_manager_base.h", 2477 "printing/print_view_manager_base.h",
2478 "printing/print_view_manager_common.cc", 2478 "printing/print_view_manager_common.cc",
2479 "printing/print_view_manager_common.h", 2479 "printing/print_view_manager_common.h",
2480 "printing/printer_query.cc", 2480 "printing/printer_query.cc",
2481 "printing/printer_query.h", 2481 "printing/printer_query.h",
2482 "printing/printing_message_filter.cc", 2482 "printing/printing_message_filter.cc",
2483 "printing/printing_message_filter.h", 2483 "printing/printing_message_filter.h",
2484 ] 2484 ]
2485 deps += [ 2485 deps += [
2486 "//components/printing/browser", 2486 "//components/printing/browser",
2487 "//components/printing/service/public/interfaces",
2487 "//printing", 2488 "//printing",
2488 ] 2489 ]
2489 2490
2490 if (is_win) { 2491 if (is_win) {
2491 sources += [ 2492 sources += [
2492 "printing/pdf_to_emf_converter.cc", 2493 "printing/pdf_to_emf_converter.cc",
2493 "printing/pdf_to_emf_converter.h", 2494 "printing/pdf_to_emf_converter.h",
2494 ] 2495 ]
2495 } 2496 }
2496 if (enable_print_preview) { 2497 if (enable_print_preview) {
(...skipping 2191 matching lines...) Expand 10 before | Expand all | Expand 10 after
4688 "media/pepper_cdm_test_constants.cc", 4689 "media/pepper_cdm_test_constants.cc",
4689 "media/pepper_cdm_test_constants.h", 4690 "media/pepper_cdm_test_constants.h",
4690 ] 4691 ]
4691 } 4692 }
4692 } 4693 }
4693 4694
4694 service_manifest("preferences_forwarder_manifest") { 4695 service_manifest("preferences_forwarder_manifest") {
4695 name = "preferences_forwarder" 4696 name = "preferences_forwarder"
4696 source = "prefs/forwarder_manifest.json" 4697 source = "prefs/forwarder_manifest.json"
4697 } 4698 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/utility/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698