| 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1488 "events/xinput_hierarchy_changed_event_listener.h", | 1489 "events/xinput_hierarchy_changed_event_listener.h", |
| 1489 "system/input_device_settings_impl_x11.cc", | 1490 "system/input_device_settings_impl_x11.cc", |
| 1490 "system_logs/touch_log_source_x11.cc", | 1491 "system_logs/touch_log_source_x11.cc", |
| 1491 ] | 1492 ] |
| 1492 } | 1493 } |
| 1493 | 1494 |
| 1494 if (use_cups) { | 1495 if (use_cups) { |
| 1495 sources += [ | 1496 sources += [ |
| 1496 "printing/cups_print_job_manager_impl.cc", | 1497 "printing/cups_print_job_manager_impl.cc", |
| 1497 "printing/cups_print_job_manager_impl.h", | 1498 "printing/cups_print_job_manager_impl.h", |
| 1499 "printing/printer_info_cups.cc", |
| 1498 ] | 1500 ] |
| 1499 } else { | 1501 } else { |
| 1500 sources += [ | 1502 sources += [ |
| 1501 "printing/fake_cups_print_job_manager.cc", | 1503 "printing/fake_cups_print_job_manager.cc", |
| 1502 "printing/fake_cups_print_job_manager.h", | 1504 "printing/fake_cups_print_job_manager.h", |
| 1505 "printing/printer_info_stub.cc", |
| 1503 ] | 1506 ] |
| 1504 } | 1507 } |
| 1505 | 1508 |
| 1506 if (use_cras) { | 1509 if (use_cras) { |
| 1507 defines = [ "USE_CRAS" ] | 1510 defines = [ "USE_CRAS" ] |
| 1508 } | 1511 } |
| 1509 } | 1512 } |
| 1510 | 1513 |
| 1511 static_library("arc_test_support") { | 1514 static_library("arc_test_support") { |
| 1512 testonly = true | 1515 testonly = true |
| (...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1870 "policy/proto/chrome_device_policy.proto", | 1873 "policy/proto/chrome_device_policy.proto", |
| 1871 "policy/proto/install_attributes.proto", | 1874 "policy/proto/install_attributes.proto", |
| 1872 ] | 1875 ] |
| 1873 } | 1876 } |
| 1874 | 1877 |
| 1875 proto_library("attestation_proto") { | 1878 proto_library("attestation_proto") { |
| 1876 sources = [ | 1879 sources = [ |
| 1877 "attestation/attestation_key_payload.proto", | 1880 "attestation/attestation_key_payload.proto", |
| 1878 ] | 1881 ] |
| 1879 } | 1882 } |
| OLD | NEW |