| 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/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 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1248 "printing/cups_print_job_notification.cc", | 1248 "printing/cups_print_job_notification.cc", |
| 1249 "printing/cups_print_job_notification.h", | 1249 "printing/cups_print_job_notification.h", |
| 1250 "printing/cups_print_job_notification_manager.cc", | 1250 "printing/cups_print_job_notification_manager.cc", |
| 1251 "printing/cups_print_job_notification_manager.h", | 1251 "printing/cups_print_job_notification_manager.h", |
| 1252 "printing/ppd_provider_factory.cc", | 1252 "printing/ppd_provider_factory.cc", |
| 1253 "printing/ppd_provider_factory.h", | 1253 "printing/ppd_provider_factory.h", |
| 1254 "printing/printer_configurer.cc", | 1254 "printing/printer_configurer.cc", |
| 1255 "printing/printer_configurer.h", | 1255 "printing/printer_configurer.h", |
| 1256 "printing/printer_discoverer.cc", | 1256 "printing/printer_discoverer.cc", |
| 1257 "printing/printer_discoverer.h", | 1257 "printing/printer_discoverer.h", |
| 1258 "printing/printer_info.h", |
| 1258 "printing/printers_manager.cc", | 1259 "printing/printers_manager.cc", |
| 1259 "printing/printers_manager.h", | 1260 "printing/printers_manager.h", |
| 1260 "printing/printers_manager_factory.cc", | 1261 "printing/printers_manager_factory.cc", |
| 1261 "printing/printers_manager_factory.h", | 1262 "printing/printers_manager_factory.h", |
| 1262 "printing/printers_sync_bridge.cc", | 1263 "printing/printers_sync_bridge.cc", |
| 1263 "printing/printers_sync_bridge.h", | 1264 "printing/printers_sync_bridge.h", |
| 1264 "printing/specifics_translation.cc", | 1265 "printing/specifics_translation.cc", |
| 1265 "printing/specifics_translation.h", | 1266 "printing/specifics_translation.h", |
| 1266 "printing/usb_printer_util.cc", | 1267 "printing/usb_printer_util.cc", |
| 1267 "printing/usb_printer_util.h", | 1268 "printing/usb_printer_util.h", |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1490 "events/xinput_hierarchy_changed_event_listener.h", | 1491 "events/xinput_hierarchy_changed_event_listener.h", |
| 1491 "system/input_device_settings_impl_x11.cc", | 1492 "system/input_device_settings_impl_x11.cc", |
| 1492 "system_logs/touch_log_source_x11.cc", | 1493 "system_logs/touch_log_source_x11.cc", |
| 1493 ] | 1494 ] |
| 1494 } | 1495 } |
| 1495 | 1496 |
| 1496 if (use_cups) { | 1497 if (use_cups) { |
| 1497 sources += [ | 1498 sources += [ |
| 1498 "printing/cups_print_job_manager_impl.cc", | 1499 "printing/cups_print_job_manager_impl.cc", |
| 1499 "printing/cups_print_job_manager_impl.h", | 1500 "printing/cups_print_job_manager_impl.h", |
| 1501 "printing/printer_info_cups.cc", |
| 1500 ] | 1502 ] |
| 1501 } else { | 1503 } else { |
| 1502 sources += [ | 1504 sources += [ |
| 1503 "printing/fake_cups_print_job_manager.cc", | 1505 "printing/fake_cups_print_job_manager.cc", |
| 1504 "printing/fake_cups_print_job_manager.h", | 1506 "printing/fake_cups_print_job_manager.h", |
| 1507 "printing/printer_info_stub.cc", |
| 1505 ] | 1508 ] |
| 1506 } | 1509 } |
| 1507 | 1510 |
| 1508 if (use_cras) { | 1511 if (use_cras) { |
| 1509 defines = [ "USE_CRAS" ] | 1512 defines = [ "USE_CRAS" ] |
| 1510 } | 1513 } |
| 1511 } | 1514 } |
| 1512 | 1515 |
| 1513 static_library("arc_test_support") { | 1516 static_library("arc_test_support") { |
| 1514 testonly = true | 1517 testonly = true |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1868 "policy/proto/chrome_device_policy.proto", | 1871 "policy/proto/chrome_device_policy.proto", |
| 1869 "policy/proto/install_attributes.proto", | 1872 "policy/proto/install_attributes.proto", |
| 1870 ] | 1873 ] |
| 1871 } | 1874 } |
| 1872 | 1875 |
| 1873 proto_library("attestation_proto") { | 1876 proto_library("attestation_proto") { |
| 1874 sources = [ | 1877 sources = [ |
| 1875 "attestation/attestation_key_payload.proto", | 1878 "attestation/attestation_key_payload.proto", |
| 1876 ] | 1879 ] |
| 1877 } | 1880 } |
| OLD | NEW |