| 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 1234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1245 "printing/cups_print_job_notification.cc", | 1245 "printing/cups_print_job_notification.cc", |
| 1246 "printing/cups_print_job_notification.h", | 1246 "printing/cups_print_job_notification.h", |
| 1247 "printing/cups_print_job_notification_manager.cc", | 1247 "printing/cups_print_job_notification_manager.cc", |
| 1248 "printing/cups_print_job_notification_manager.h", | 1248 "printing/cups_print_job_notification_manager.h", |
| 1249 "printing/ppd_provider_factory.cc", | 1249 "printing/ppd_provider_factory.cc", |
| 1250 "printing/ppd_provider_factory.h", | 1250 "printing/ppd_provider_factory.h", |
| 1251 "printing/printer_configurer.cc", | 1251 "printing/printer_configurer.cc", |
| 1252 "printing/printer_configurer.h", | 1252 "printing/printer_configurer.h", |
| 1253 "printing/printer_discoverer.cc", | 1253 "printing/printer_discoverer.cc", |
| 1254 "printing/printer_discoverer.h", | 1254 "printing/printer_discoverer.h", |
| 1255 "printing/printer_info.h", |
| 1255 "printing/printers_manager.cc", | 1256 "printing/printers_manager.cc", |
| 1256 "printing/printers_manager.h", | 1257 "printing/printers_manager.h", |
| 1257 "printing/printers_manager_factory.cc", | 1258 "printing/printers_manager_factory.cc", |
| 1258 "printing/printers_manager_factory.h", | 1259 "printing/printers_manager_factory.h", |
| 1259 "printing/printers_sync_bridge.cc", | 1260 "printing/printers_sync_bridge.cc", |
| 1260 "printing/printers_sync_bridge.h", | 1261 "printing/printers_sync_bridge.h", |
| 1261 "printing/specifics_translation.cc", | 1262 "printing/specifics_translation.cc", |
| 1262 "printing/specifics_translation.h", | 1263 "printing/specifics_translation.h", |
| 1263 "printing/usb_printer_util.cc", | 1264 "printing/usb_printer_util.cc", |
| 1264 "printing/usb_printer_util.h", | 1265 "printing/usb_printer_util.h", |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1485 "events/xinput_hierarchy_changed_event_listener.h", | 1486 "events/xinput_hierarchy_changed_event_listener.h", |
| 1486 "system/input_device_settings_impl_x11.cc", | 1487 "system/input_device_settings_impl_x11.cc", |
| 1487 "system_logs/touch_log_source_x11.cc", | 1488 "system_logs/touch_log_source_x11.cc", |
| 1488 ] | 1489 ] |
| 1489 } | 1490 } |
| 1490 | 1491 |
| 1491 if (use_cups) { | 1492 if (use_cups) { |
| 1492 sources += [ | 1493 sources += [ |
| 1493 "printing/cups_print_job_manager_impl.cc", | 1494 "printing/cups_print_job_manager_impl.cc", |
| 1494 "printing/cups_print_job_manager_impl.h", | 1495 "printing/cups_print_job_manager_impl.h", |
| 1496 "printing/printer_info_cups.cc", |
| 1495 ] | 1497 ] |
| 1496 } else { | 1498 } else { |
| 1497 sources += [ | 1499 sources += [ |
| 1498 "printing/fake_cups_print_job_manager.cc", | 1500 "printing/fake_cups_print_job_manager.cc", |
| 1499 "printing/fake_cups_print_job_manager.h", | 1501 "printing/fake_cups_print_job_manager.h", |
| 1502 "printing/printer_info_stub.cc", |
| 1500 ] | 1503 ] |
| 1501 } | 1504 } |
| 1502 | 1505 |
| 1503 if (use_cras) { | 1506 if (use_cras) { |
| 1504 defines = [ "USE_CRAS" ] | 1507 defines = [ "USE_CRAS" ] |
| 1505 } | 1508 } |
| 1506 } | 1509 } |
| 1507 | 1510 |
| 1508 static_library("arc_test_support") { | 1511 static_library("arc_test_support") { |
| 1509 testonly = true | 1512 testonly = true |
| (...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1858 "policy/proto/chrome_device_policy.proto", | 1861 "policy/proto/chrome_device_policy.proto", |
| 1859 "policy/proto/install_attributes.proto", | 1862 "policy/proto/install_attributes.proto", |
| 1860 ] | 1863 ] |
| 1861 } | 1864 } |
| 1862 | 1865 |
| 1863 proto_library("attestation_proto") { | 1866 proto_library("attestation_proto") { |
| 1864 sources = [ | 1867 sources = [ |
| 1865 "attestation/attestation_key_payload.proto", | 1868 "attestation/attestation_key_payload.proto", |
| 1866 ] | 1869 ] |
| 1867 } | 1870 } |
| OLD | NEW |