| 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 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1360 "system_logs/debug_log_writer.h", | 1360 "system_logs/debug_log_writer.h", |
| 1361 "system_logs/device_event_log_source.cc", | 1361 "system_logs/device_event_log_source.cc", |
| 1362 "system_logs/device_event_log_source.h", | 1362 "system_logs/device_event_log_source.h", |
| 1363 "system_logs/lsb_release_log_source.cc", | 1363 "system_logs/lsb_release_log_source.cc", |
| 1364 "system_logs/lsb_release_log_source.h", | 1364 "system_logs/lsb_release_log_source.h", |
| 1365 "system_logs/single_log_source.cc", | 1365 "system_logs/single_log_source.cc", |
| 1366 "system_logs/single_log_source.h", | 1366 "system_logs/single_log_source.h", |
| 1367 "system_logs/touch_log_source.h", | 1367 "system_logs/touch_log_source.h", |
| 1368 "system_logs/touch_log_source_ozone.cc", | 1368 "system_logs/touch_log_source_ozone.cc", |
| 1369 "system_logs/touch_log_source_x11.cc", | 1369 "system_logs/touch_log_source_x11.cc", |
| 1370 "tether/fake_tether_service.cc", |
| 1371 "tether/fake_tether_service.h", |
| 1370 "tether/tether_service.cc", | 1372 "tether/tether_service.cc", |
| 1371 "tether/tether_service.h", | 1373 "tether/tether_service.h", |
| 1372 "tether/tether_service_factory.cc", | 1374 "tether/tether_service_factory.cc", |
| 1373 "tether/tether_service_factory.h", | 1375 "tether/tether_service_factory.h", |
| 1374 "ui/accessibility_cursor_ring_layer.cc", | 1376 "ui/accessibility_cursor_ring_layer.cc", |
| 1375 "ui/accessibility_cursor_ring_layer.h", | 1377 "ui/accessibility_cursor_ring_layer.h", |
| 1376 "ui/accessibility_focus_ring.cc", | 1378 "ui/accessibility_focus_ring.cc", |
| 1377 "ui/accessibility_focus_ring.h", | 1379 "ui/accessibility_focus_ring.h", |
| 1378 "ui/accessibility_focus_ring_controller.cc", | 1380 "ui/accessibility_focus_ring_controller.cc", |
| 1379 "ui/accessibility_focus_ring_controller.h", | 1381 "ui/accessibility_focus_ring_controller.h", |
| (...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1868 "policy/proto/chrome_device_policy.proto", | 1870 "policy/proto/chrome_device_policy.proto", |
| 1869 "policy/proto/install_attributes.proto", | 1871 "policy/proto/install_attributes.proto", |
| 1870 ] | 1872 ] |
| 1871 } | 1873 } |
| 1872 | 1874 |
| 1873 proto_library("attestation_proto") { | 1875 proto_library("attestation_proto") { |
| 1874 sources = [ | 1876 sources = [ |
| 1875 "attestation/attestation_key_payload.proto", | 1877 "attestation/attestation_key_payload.proto", |
| 1876 ] | 1878 ] |
| 1877 } | 1879 } |
| OLD | NEW |