Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(497)

Side by Side Diff: chrome/browser/chromeos/BUILD.gn

Issue 2568033002: mediaview: Skeleton for ARC Documents Provider FS. (Closed)
Patch Set: IWYU and comments. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "arc/fileapi/arc_content_file_system_async_file_util.cc", 236 "arc/fileapi/arc_content_file_system_async_file_util.cc",
237 "arc/fileapi/arc_content_file_system_async_file_util.h", 237 "arc/fileapi/arc_content_file_system_async_file_util.h",
238 "arc/fileapi/arc_content_file_system_backend_delegate.cc", 238 "arc/fileapi/arc_content_file_system_backend_delegate.cc",
239 "arc/fileapi/arc_content_file_system_backend_delegate.h", 239 "arc/fileapi/arc_content_file_system_backend_delegate.h",
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",
247 "arc/fileapi/arc_documents_provider_async_file_util.h",
248 "arc/fileapi/arc_documents_provider_backend_delegate.cc",
249 "arc/fileapi/arc_documents_provider_backend_delegate.h",
246 "arc/fileapi/arc_file_system_instance_util.cc", 250 "arc/fileapi/arc_file_system_instance_util.cc",
247 "arc/fileapi/arc_file_system_instance_util.h", 251 "arc/fileapi/arc_file_system_instance_util.h",
248 "arc/intent_helper/arc_external_protocol_dialog.cc", 252 "arc/intent_helper/arc_external_protocol_dialog.cc",
249 "arc/intent_helper/arc_external_protocol_dialog.h", 253 "arc/intent_helper/arc_external_protocol_dialog.h",
250 "arc/intent_helper/arc_navigation_throttle.cc", 254 "arc/intent_helper/arc_navigation_throttle.cc",
251 "arc/intent_helper/arc_navigation_throttle.h", 255 "arc/intent_helper/arc_navigation_throttle.h",
252 "arc/intent_helper/arc_settings_service.cc", 256 "arc/intent_helper/arc_settings_service.cc",
253 "arc/intent_helper/arc_settings_service.h", 257 "arc/intent_helper/arc_settings_service.h",
254 "arc/notification/arc_boot_error_notification.cc", 258 "arc/notification/arc_boot_error_notification.cc",
255 "arc/notification/arc_boot_error_notification.h", 259 "arc/notification/arc_boot_error_notification.h",
(...skipping 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1673 "policy/proto/chrome_device_policy.proto", 1677 "policy/proto/chrome_device_policy.proto",
1674 "policy/proto/install_attributes.proto", 1678 "policy/proto/install_attributes.proto",
1675 ] 1679 ]
1676 } 1680 }
1677 1681
1678 proto_library("attestation_proto") { 1682 proto_library("attestation_proto") {
1679 sources = [ 1683 sources = [
1680 "attestation/attestation_key_payload.proto", 1684 "attestation/attestation_key_payload.proto",
1681 ] 1685 ]
1682 } 1686 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698