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