| 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 "arc/fileapi/arc_content_file_system_async_file_util.cc", | 219 "arc/fileapi/arc_content_file_system_async_file_util.cc", |
| 220 "arc/fileapi/arc_content_file_system_async_file_util.h", | 220 "arc/fileapi/arc_content_file_system_async_file_util.h", |
| 221 "arc/fileapi/arc_content_file_system_backend_delegate.cc", | 221 "arc/fileapi/arc_content_file_system_backend_delegate.cc", |
| 222 "arc/fileapi/arc_content_file_system_backend_delegate.h", | 222 "arc/fileapi/arc_content_file_system_backend_delegate.h", |
| 223 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", | 223 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", |
| 224 "arc/fileapi/arc_content_file_system_file_stream_reader.h", | 224 "arc/fileapi/arc_content_file_system_file_stream_reader.h", |
| 225 "arc/fileapi/arc_content_file_system_service.cc", | 225 "arc/fileapi/arc_content_file_system_service.cc", |
| 226 "arc/fileapi/arc_content_file_system_service.h", | 226 "arc/fileapi/arc_content_file_system_service.h", |
| 227 "arc/fileapi/arc_content_file_system_url_util.cc", | 227 "arc/fileapi/arc_content_file_system_url_util.cc", |
| 228 "arc/fileapi/arc_content_file_system_url_util.h", | 228 "arc/fileapi/arc_content_file_system_url_util.h", |
| 229 "arc/fileapi/intent_helper_util.cc", |
| 230 "arc/fileapi/intent_helper_util.h", |
| 229 "arc/intent_helper/arc_external_protocol_dialog.cc", | 231 "arc/intent_helper/arc_external_protocol_dialog.cc", |
| 230 "arc/intent_helper/arc_external_protocol_dialog.h", | 232 "arc/intent_helper/arc_external_protocol_dialog.h", |
| 231 "arc/intent_helper/arc_navigation_throttle.cc", | 233 "arc/intent_helper/arc_navigation_throttle.cc", |
| 232 "arc/intent_helper/arc_navigation_throttle.h", | 234 "arc/intent_helper/arc_navigation_throttle.h", |
| 233 "arc/intent_helper/arc_settings_service.cc", | 235 "arc/intent_helper/arc_settings_service.cc", |
| 234 "arc/intent_helper/arc_settings_service.h", | 236 "arc/intent_helper/arc_settings_service.h", |
| 235 "arc/notification/arc_boot_error_notification.cc", | 237 "arc/notification/arc_boot_error_notification.cc", |
| 236 "arc/notification/arc_boot_error_notification.h", | 238 "arc/notification/arc_boot_error_notification.h", |
| 237 "arc/policy/arc_android_management_checker.cc", | 239 "arc/policy/arc_android_management_checker.cc", |
| 238 "arc/policy/arc_android_management_checker.h", | 240 "arc/policy/arc_android_management_checker.h", |
| (...skipping 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1364 "../metrics/leak_detector/leak_detector_controller_unittest.cc", | 1366 "../metrics/leak_detector/leak_detector_controller_unittest.cc", |
| 1365 "../metrics/perf/cpu_identity_unittest.cc", | 1367 "../metrics/perf/cpu_identity_unittest.cc", |
| 1366 "../metrics/perf/random_selector_unittest.cc", | 1368 "../metrics/perf/random_selector_unittest.cc", |
| 1367 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", | 1369 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", |
| 1368 "../policy/default_geolocation_policy_handler_unittest.cc", | 1370 "../policy/default_geolocation_policy_handler_unittest.cc", |
| 1369 "../ui/browser_finder_chromeos_unittest.cc", | 1371 "../ui/browser_finder_chromeos_unittest.cc", |
| 1370 "accessibility/magnification_manager_unittest.cc", | 1372 "accessibility/magnification_manager_unittest.cc", |
| 1371 "accessibility/spoken_feedback_event_rewriter_unittest.cc", | 1373 "accessibility/spoken_feedback_event_rewriter_unittest.cc", |
| 1372 "arc/arc_auth_service_unittest.cc", | 1374 "arc/arc_auth_service_unittest.cc", |
| 1373 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", | 1375 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", |
| 1376 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", |
| 1377 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", |
| 1374 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", | 1378 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", |
| 1375 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", | 1379 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", |
| 1376 "arc/intent_helper/arc_navigation_throttle_unittest.cc", | 1380 "arc/intent_helper/arc_navigation_throttle_unittest.cc", |
| 1377 "arc/policy/arc_policy_bridge_unittest.cc", | 1381 "arc/policy/arc_policy_bridge_unittest.cc", |
| 1378 "attestation/attestation_ca_client_unittest.cc", | 1382 "attestation/attestation_ca_client_unittest.cc", |
| 1379 "attestation/attestation_policy_observer_unittest.cc", | 1383 "attestation/attestation_policy_observer_unittest.cc", |
| 1380 "attestation/fake_certificate.cc", | 1384 "attestation/fake_certificate.cc", |
| 1381 "attestation/fake_certificate.h", | 1385 "attestation/fake_certificate.h", |
| 1382 "attestation/platform_verification_flow_unittest.cc", | 1386 "attestation/platform_verification_flow_unittest.cc", |
| 1383 "base/file_flusher_unittest.cc", | 1387 "base/file_flusher_unittest.cc", |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1628 "policy/proto/chrome_device_policy.proto", | 1632 "policy/proto/chrome_device_policy.proto", |
| 1629 "policy/proto/install_attributes.proto", | 1633 "policy/proto/install_attributes.proto", |
| 1630 ] | 1634 ] |
| 1631 } | 1635 } |
| 1632 | 1636 |
| 1633 proto_library("attestation_proto") { | 1637 proto_library("attestation_proto") { |
| 1634 sources = [ | 1638 sources = [ |
| 1635 "attestation/attestation_key_payload.proto", | 1639 "attestation/attestation_key_payload.proto", |
| 1636 ] | 1640 ] |
| 1637 } | 1641 } |
| OLD | NEW |