| 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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//third_party/protobuf/proto_library.gni") | 8 import("//third_party/protobuf/proto_library.gni") |
| 9 | 9 |
| 10 assert(is_chromeos) | 10 assert(is_chromeos) |
| (...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1194 "system_logs/debug_daemon_log_source.h", | 1194 "system_logs/debug_daemon_log_source.h", |
| 1195 "system_logs/debug_log_writer.cc", | 1195 "system_logs/debug_log_writer.cc", |
| 1196 "system_logs/debug_log_writer.h", | 1196 "system_logs/debug_log_writer.h", |
| 1197 "system_logs/device_event_log_source.cc", | 1197 "system_logs/device_event_log_source.cc", |
| 1198 "system_logs/device_event_log_source.h", | 1198 "system_logs/device_event_log_source.h", |
| 1199 "system_logs/lsb_release_log_source.cc", | 1199 "system_logs/lsb_release_log_source.cc", |
| 1200 "system_logs/lsb_release_log_source.h", | 1200 "system_logs/lsb_release_log_source.h", |
| 1201 "system_logs/touch_log_source.h", | 1201 "system_logs/touch_log_source.h", |
| 1202 "system_logs/touch_log_source_ozone.cc", | 1202 "system_logs/touch_log_source_ozone.cc", |
| 1203 "system_logs/touch_log_source_x11.cc", | 1203 "system_logs/touch_log_source_x11.cc", |
| 1204 "trace/sys_trace_agent.cc", |
| 1205 "trace/sys_trace_agent.h", |
| 1204 "ui/accessibility_cursor_ring_layer.cc", | 1206 "ui/accessibility_cursor_ring_layer.cc", |
| 1205 "ui/accessibility_cursor_ring_layer.h", | 1207 "ui/accessibility_cursor_ring_layer.h", |
| 1206 "ui/accessibility_focus_ring.cc", | 1208 "ui/accessibility_focus_ring.cc", |
| 1207 "ui/accessibility_focus_ring.h", | 1209 "ui/accessibility_focus_ring.h", |
| 1208 "ui/accessibility_focus_ring_controller.cc", | 1210 "ui/accessibility_focus_ring_controller.cc", |
| 1209 "ui/accessibility_focus_ring_controller.h", | 1211 "ui/accessibility_focus_ring_controller.h", |
| 1210 "ui/accessibility_focus_ring_layer.cc", | 1212 "ui/accessibility_focus_ring_layer.cc", |
| 1211 "ui/accessibility_focus_ring_layer.h", | 1213 "ui/accessibility_focus_ring_layer.h", |
| 1212 "ui/choose_mobile_network_dialog.cc", | 1214 "ui/choose_mobile_network_dialog.cc", |
| 1213 "ui/choose_mobile_network_dialog.h", | 1215 "ui/choose_mobile_network_dialog.h", |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1607 "policy/proto/chrome_device_policy.proto", | 1609 "policy/proto/chrome_device_policy.proto", |
| 1608 "policy/proto/install_attributes.proto", | 1610 "policy/proto/install_attributes.proto", |
| 1609 ] | 1611 ] |
| 1610 } | 1612 } |
| 1611 | 1613 |
| 1612 proto_library("attestation_proto") { | 1614 proto_library("attestation_proto") { |
| 1613 sources = [ | 1615 sources = [ |
| 1614 "attestation/attestation_key_payload.proto", | 1616 "attestation/attestation_key_payload.proto", |
| 1615 ] | 1617 ] |
| 1616 } | 1618 } |
| OLD | NEW |