OLD | NEW |
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 2467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2478 "printing/print_view_manager_base.h", | 2478 "printing/print_view_manager_base.h", |
2479 "printing/print_view_manager_common.cc", | 2479 "printing/print_view_manager_common.cc", |
2480 "printing/print_view_manager_common.h", | 2480 "printing/print_view_manager_common.h", |
2481 "printing/printer_query.cc", | 2481 "printing/printer_query.cc", |
2482 "printing/printer_query.h", | 2482 "printing/printer_query.h", |
2483 "printing/printing_message_filter.cc", | 2483 "printing/printing_message_filter.cc", |
2484 "printing/printing_message_filter.h", | 2484 "printing/printing_message_filter.h", |
2485 ] | 2485 ] |
2486 deps += [ | 2486 deps += [ |
2487 "//components/printing/browser", | 2487 "//components/printing/browser", |
| 2488 "//components/printing/service/public/interfaces", |
2488 "//printing", | 2489 "//printing", |
2489 ] | 2490 ] |
2490 | 2491 |
2491 if (is_win) { | 2492 if (is_win) { |
2492 sources += [ | 2493 sources += [ |
2493 "printing/pdf_to_emf_converter.cc", | 2494 "printing/pdf_to_emf_converter.cc", |
2494 "printing/pdf_to_emf_converter.h", | 2495 "printing/pdf_to_emf_converter.h", |
2495 ] | 2496 ] |
2496 } | 2497 } |
2497 if (enable_print_preview) { | 2498 if (enable_print_preview) { |
(...skipping 2206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4704 "media/pepper_cdm_test_constants.cc", | 4705 "media/pepper_cdm_test_constants.cc", |
4705 "media/pepper_cdm_test_constants.h", | 4706 "media/pepper_cdm_test_constants.h", |
4706 ] | 4707 ] |
4707 } | 4708 } |
4708 } | 4709 } |
4709 | 4710 |
4710 service_manifest("preferences_forwarder_manifest") { | 4711 service_manifest("preferences_forwarder_manifest") { |
4711 name = "preferences_forwarder" | 4712 name = "preferences_forwarder" |
4712 source = "prefs/forwarder_manifest.json" | 4713 source = "prefs/forwarder_manifest.json" |
4713 } | 4714 } |
OLD | NEW |