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

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

Issue 2963173003: Remove the cups_print_job_manager_impl header (Closed)
Patch Set: rebase Created 3 years, 5 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/chromeos/printing/cups_print_job_manager_impl.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 import("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 1559 matching lines...) Expand 10 before | Expand all | Expand 10 after
1570 "events/xinput_hierarchy_changed_event_listener.cc", 1570 "events/xinput_hierarchy_changed_event_listener.cc",
1571 "events/xinput_hierarchy_changed_event_listener.h", 1571 "events/xinput_hierarchy_changed_event_listener.h",
1572 "system/input_device_settings_impl_x11.cc", 1572 "system/input_device_settings_impl_x11.cc",
1573 "system_logs/touch_log_source_x11.cc", 1573 "system_logs/touch_log_source_x11.cc",
1574 ] 1574 ]
1575 } 1575 }
1576 1576
1577 if (use_cups) { 1577 if (use_cups) {
1578 sources += [ 1578 sources += [
1579 "printing/cups_print_job_manager_impl.cc", 1579 "printing/cups_print_job_manager_impl.cc",
1580 "printing/cups_print_job_manager_impl.h",
1581 "printing/printer_info_cups.cc", 1580 "printing/printer_info_cups.cc",
1582 ] 1581 ]
1583 } else { 1582 } else {
1584 sources += [ 1583 sources += [
1585 "printing/fake_cups_print_job_manager.cc", 1584 "printing/fake_cups_print_job_manager.cc",
1586 "printing/fake_cups_print_job_manager.h", 1585 "printing/fake_cups_print_job_manager.h",
1587 "printing/printer_info_stub.cc", 1586 "printing/printer_info_stub.cc",
1588 ] 1587 ]
1589 } 1588 }
1590 1589
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 "policy/proto/chrome_device_policy.proto", 1974 "policy/proto/chrome_device_policy.proto",
1976 "policy/proto/install_attributes.proto", 1975 "policy/proto/install_attributes.proto",
1977 ] 1976 ]
1978 } 1977 }
1979 1978
1980 proto_library("attestation_proto") { 1979 proto_library("attestation_proto") {
1981 sources = [ 1980 sources = [
1982 "attestation/attestation_key_payload.proto", 1981 "attestation/attestation_key_payload.proto",
1983 ] 1982 ]
1984 } 1983 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/printing/cups_print_job_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698