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