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 2462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2473 "printing/print_job_worker.cc", | 2473 "printing/print_job_worker.cc", |
2474 "printing/print_job_worker.h", | 2474 "printing/print_job_worker.h", |
2475 "printing/print_job_worker_owner.cc", | 2475 "printing/print_job_worker_owner.cc", |
2476 "printing/print_job_worker_owner.h", | 2476 "printing/print_job_worker_owner.h", |
2477 "printing/print_view_manager_base.cc", | 2477 "printing/print_view_manager_base.cc", |
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_init.cc", |
| 2484 "printing/printing_init.h", |
2483 "printing/printing_message_filter.cc", | 2485 "printing/printing_message_filter.cc", |
2484 "printing/printing_message_filter.h", | 2486 "printing/printing_message_filter.h", |
2485 ] | 2487 ] |
2486 deps += [ | 2488 deps += [ |
2487 "//components/printing/browser", | 2489 "//components/printing/browser", |
2488 "//components/printing/service/public/interfaces", | 2490 "//components/printing/service/public/interfaces", |
2489 "//printing", | 2491 "//printing", |
2490 ] | 2492 ] |
2491 | 2493 |
2492 if (is_win) { | 2494 if (is_win) { |
(...skipping 2167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4660 "//components/search_engines", | 4662 "//components/search_engines", |
4661 "//rlz:rlz_lib", | 4663 "//rlz:rlz_lib", |
4662 ] | 4664 ] |
4663 } | 4665 } |
4664 } | 4666 } |
4665 | 4667 |
4666 service_manifest("preferences_forwarder_manifest") { | 4668 service_manifest("preferences_forwarder_manifest") { |
4667 name = "preferences_forwarder" | 4669 name = "preferences_forwarder" |
4668 source = "prefs/forwarder_manifest.json" | 4670 source = "prefs/forwarder_manifest.json" |
4669 } | 4671 } |
OLD | NEW |