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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", | 240 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", |
241 "arc/fileapi/arc_content_file_system_file_stream_reader.h", | 241 "arc/fileapi/arc_content_file_system_file_stream_reader.h", |
242 "arc/fileapi/arc_content_file_system_service.cc", | 242 "arc/fileapi/arc_content_file_system_service.cc", |
243 "arc/fileapi/arc_content_file_system_service.h", | 243 "arc/fileapi/arc_content_file_system_service.h", |
244 "arc/fileapi/arc_content_file_system_url_util.cc", | 244 "arc/fileapi/arc_content_file_system_url_util.cc", |
245 "arc/fileapi/arc_content_file_system_url_util.h", | 245 "arc/fileapi/arc_content_file_system_url_util.h", |
246 "arc/fileapi/arc_documents_provider_async_file_util.cc", | 246 "arc/fileapi/arc_documents_provider_async_file_util.cc", |
247 "arc/fileapi/arc_documents_provider_async_file_util.h", | 247 "arc/fileapi/arc_documents_provider_async_file_util.h", |
248 "arc/fileapi/arc_documents_provider_backend_delegate.cc", | 248 "arc/fileapi/arc_documents_provider_backend_delegate.cc", |
249 "arc/fileapi/arc_documents_provider_backend_delegate.h", | 249 "arc/fileapi/arc_documents_provider_backend_delegate.h", |
| 250 "arc/fileapi/arc_documents_provider_root.cc", |
| 251 "arc/fileapi/arc_documents_provider_root.h", |
| 252 "arc/fileapi/arc_documents_provider_root_map.cc", |
| 253 "arc/fileapi/arc_documents_provider_root_map.h", |
| 254 "arc/fileapi/arc_documents_provider_util.cc", |
| 255 "arc/fileapi/arc_documents_provider_util.h", |
250 "arc/fileapi/arc_file_system_instance_util.cc", | 256 "arc/fileapi/arc_file_system_instance_util.cc", |
251 "arc/fileapi/arc_file_system_instance_util.h", | 257 "arc/fileapi/arc_file_system_instance_util.h", |
252 "arc/intent_helper/arc_external_protocol_dialog.cc", | 258 "arc/intent_helper/arc_external_protocol_dialog.cc", |
253 "arc/intent_helper/arc_external_protocol_dialog.h", | 259 "arc/intent_helper/arc_external_protocol_dialog.h", |
254 "arc/intent_helper/arc_navigation_throttle.cc", | 260 "arc/intent_helper/arc_navigation_throttle.cc", |
255 "arc/intent_helper/arc_navigation_throttle.h", | 261 "arc/intent_helper/arc_navigation_throttle.h", |
256 "arc/intent_helper/arc_settings_service.cc", | 262 "arc/intent_helper/arc_settings_service.cc", |
257 "arc/intent_helper/arc_settings_service.h", | 263 "arc/intent_helper/arc_settings_service.h", |
258 "arc/notification/arc_boot_error_notification.cc", | 264 "arc/notification/arc_boot_error_notification.cc", |
259 "arc/notification/arc_boot_error_notification.h", | 265 "arc/notification/arc_boot_error_notification.h", |
(...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1409 "../ui/browser_finder_chromeos_unittest.cc", | 1415 "../ui/browser_finder_chromeos_unittest.cc", |
1410 "accessibility/magnification_manager_unittest.cc", | 1416 "accessibility/magnification_manager_unittest.cc", |
1411 "accessibility/select_to_speak_event_handler_unittest.cc", | 1417 "accessibility/select_to_speak_event_handler_unittest.cc", |
1412 "accessibility/spoken_feedback_event_rewriter_unittest.cc", | 1418 "accessibility/spoken_feedback_event_rewriter_unittest.cc", |
1413 "arc/arc_session_manager_unittest.cc", | 1419 "arc/arc_session_manager_unittest.cc", |
1414 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", | 1420 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", |
1415 "arc/extensions/arc_support_message_host_unittest.cc", | 1421 "arc/extensions/arc_support_message_host_unittest.cc", |
1416 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", | 1422 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", |
1417 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", | 1423 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", |
1418 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", | 1424 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", |
| 1425 "arc/fileapi/arc_documents_provider_util_unittest.cc", |
1419 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", | 1426 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", |
1420 "arc/intent_helper/arc_navigation_throttle_unittest.cc", | 1427 "arc/intent_helper/arc_navigation_throttle_unittest.cc", |
1421 "arc/optin/arc_terms_of_service_negotiator_unittest.cc", | 1428 "arc/optin/arc_terms_of_service_negotiator_unittest.cc", |
1422 "arc/policy/arc_policy_bridge_unittest.cc", | 1429 "arc/policy/arc_policy_bridge_unittest.cc", |
1423 "attestation/attestation_ca_client_unittest.cc", | 1430 "attestation/attestation_ca_client_unittest.cc", |
1424 "attestation/attestation_policy_observer_unittest.cc", | 1431 "attestation/attestation_policy_observer_unittest.cc", |
1425 "attestation/fake_certificate.cc", | 1432 "attestation/fake_certificate.cc", |
1426 "attestation/fake_certificate.h", | 1433 "attestation/fake_certificate.h", |
1427 "attestation/platform_verification_flow_unittest.cc", | 1434 "attestation/platform_verification_flow_unittest.cc", |
1428 "base/file_flusher_unittest.cc", | 1435 "base/file_flusher_unittest.cc", |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1677 "policy/proto/chrome_device_policy.proto", | 1684 "policy/proto/chrome_device_policy.proto", |
1678 "policy/proto/install_attributes.proto", | 1685 "policy/proto/install_attributes.proto", |
1679 ] | 1686 ] |
1680 } | 1687 } |
1681 | 1688 |
1682 proto_library("attestation_proto") { | 1689 proto_library("attestation_proto") { |
1683 sources = [ | 1690 sources = [ |
1684 "attestation/attestation_key_payload.proto", | 1691 "attestation/attestation_key_payload.proto", |
1685 ] | 1692 ] |
1686 } | 1693 } |
OLD | NEW |