Chromium Code Reviews| 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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 223 "arc/fileapi/arc_content_file_system_async_file_util.cc", | 223 "arc/fileapi/arc_content_file_system_async_file_util.cc", |
| 224 "arc/fileapi/arc_content_file_system_async_file_util.h", | 224 "arc/fileapi/arc_content_file_system_async_file_util.h", |
| 225 "arc/fileapi/arc_content_file_system_backend_delegate.cc", | 225 "arc/fileapi/arc_content_file_system_backend_delegate.cc", |
| 226 "arc/fileapi/arc_content_file_system_backend_delegate.h", | 226 "arc/fileapi/arc_content_file_system_backend_delegate.h", |
| 227 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", | 227 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", |
| 228 "arc/fileapi/arc_content_file_system_file_stream_reader.h", | 228 "arc/fileapi/arc_content_file_system_file_stream_reader.h", |
| 229 "arc/fileapi/arc_content_file_system_service.cc", | 229 "arc/fileapi/arc_content_file_system_service.cc", |
| 230 "arc/fileapi/arc_content_file_system_service.h", | 230 "arc/fileapi/arc_content_file_system_service.h", |
| 231 "arc/fileapi/arc_content_file_system_url_util.cc", | 231 "arc/fileapi/arc_content_file_system_url_util.cc", |
| 232 "arc/fileapi/arc_content_file_system_url_util.h", | 232 "arc/fileapi/arc_content_file_system_url_util.h", |
| 233 "arc/fileapi/intent_helper_util.cc", | 233 "arc/fileapi/arc_file_system_util.cc", |
|
hashimoto
2016/11/18 08:00:12
suggestion: "file system util" sounds a bit ambigu
Shuhei Takahashi
2016/11/18 08:41:03
Sounds good, done.
| |
| 234 "arc/fileapi/intent_helper_util.h", | 234 "arc/fileapi/arc_file_system_util.h", |
| 235 "arc/intent_helper/arc_external_protocol_dialog.cc", | 235 "arc/intent_helper/arc_external_protocol_dialog.cc", |
| 236 "arc/intent_helper/arc_external_protocol_dialog.h", | 236 "arc/intent_helper/arc_external_protocol_dialog.h", |
| 237 "arc/intent_helper/arc_navigation_throttle.cc", | 237 "arc/intent_helper/arc_navigation_throttle.cc", |
| 238 "arc/intent_helper/arc_navigation_throttle.h", | 238 "arc/intent_helper/arc_navigation_throttle.h", |
| 239 "arc/intent_helper/arc_settings_service.cc", | 239 "arc/intent_helper/arc_settings_service.cc", |
| 240 "arc/intent_helper/arc_settings_service.h", | 240 "arc/intent_helper/arc_settings_service.h", |
| 241 "arc/notification/arc_boot_error_notification.cc", | 241 "arc/notification/arc_boot_error_notification.cc", |
| 242 "arc/notification/arc_boot_error_notification.h", | 242 "arc/notification/arc_boot_error_notification.h", |
| 243 "arc/optin/arc_optin_preference_handler.cc", | 243 "arc/optin/arc_optin_preference_handler.cc", |
| 244 "arc/optin/arc_optin_preference_handler.h", | 244 "arc/optin/arc_optin_preference_handler.h", |
| (...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1645 "policy/proto/chrome_device_policy.proto", | 1645 "policy/proto/chrome_device_policy.proto", |
| 1646 "policy/proto/install_attributes.proto", | 1646 "policy/proto/install_attributes.proto", |
| 1647 ] | 1647 ] |
| 1648 } | 1648 } |
| 1649 | 1649 |
| 1650 proto_library("attestation_proto") { | 1650 proto_library("attestation_proto") { |
| 1651 sources = [ | 1651 sources = [ |
| 1652 "attestation/attestation_key_payload.proto", | 1652 "attestation/attestation_key_payload.proto", |
| 1653 ] | 1653 ] |
| 1654 } | 1654 } |
| OLD | NEW |