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

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

Issue 2464333003: arc: Add utility functions to implement ARC content file system (Closed)
Patch Set: Address comments Created 4 years, 1 month 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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "arc/fileapi/arc_content_file_system_async_file_util.cc", 218 "arc/fileapi/arc_content_file_system_async_file_util.cc",
219 "arc/fileapi/arc_content_file_system_async_file_util.h", 219 "arc/fileapi/arc_content_file_system_async_file_util.h",
220 "arc/fileapi/arc_content_file_system_backend_delegate.cc", 220 "arc/fileapi/arc_content_file_system_backend_delegate.cc",
221 "arc/fileapi/arc_content_file_system_backend_delegate.h", 221 "arc/fileapi/arc_content_file_system_backend_delegate.h",
222 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", 222 "arc/fileapi/arc_content_file_system_file_stream_reader.cc",
223 "arc/fileapi/arc_content_file_system_file_stream_reader.h", 223 "arc/fileapi/arc_content_file_system_file_stream_reader.h",
224 "arc/fileapi/arc_content_file_system_service.cc", 224 "arc/fileapi/arc_content_file_system_service.cc",
225 "arc/fileapi/arc_content_file_system_service.h", 225 "arc/fileapi/arc_content_file_system_service.h",
226 "arc/fileapi/arc_content_file_system_url_util.cc", 226 "arc/fileapi/arc_content_file_system_url_util.cc",
227 "arc/fileapi/arc_content_file_system_url_util.h", 227 "arc/fileapi/arc_content_file_system_url_util.h",
228 "arc/fileapi/intent_helper_util.cc",
229 "arc/fileapi/intent_helper_util.h",
228 "arc/intent_helper/arc_external_protocol_dialog.cc", 230 "arc/intent_helper/arc_external_protocol_dialog.cc",
229 "arc/intent_helper/arc_external_protocol_dialog.h", 231 "arc/intent_helper/arc_external_protocol_dialog.h",
230 "arc/intent_helper/arc_navigation_throttle.cc", 232 "arc/intent_helper/arc_navigation_throttle.cc",
231 "arc/intent_helper/arc_navigation_throttle.h", 233 "arc/intent_helper/arc_navigation_throttle.h",
232 "arc/intent_helper/arc_settings_service.cc", 234 "arc/intent_helper/arc_settings_service.cc",
233 "arc/intent_helper/arc_settings_service.h", 235 "arc/intent_helper/arc_settings_service.h",
234 "arc/notification/arc_boot_error_notification.cc", 236 "arc/notification/arc_boot_error_notification.cc",
235 "arc/notification/arc_boot_error_notification.h", 237 "arc/notification/arc_boot_error_notification.h",
236 "arc/optin/arc_optin_preference_handler.cc", 238 "arc/optin/arc_optin_preference_handler.cc",
237 "arc/optin/arc_optin_preference_handler.h", 239 "arc/optin/arc_optin_preference_handler.h",
(...skipping 1392 matching lines...) Expand 10 before | Expand all | Expand 10 after
1630 "policy/proto/chrome_device_policy.proto", 1632 "policy/proto/chrome_device_policy.proto",
1631 "policy/proto/install_attributes.proto", 1633 "policy/proto/install_attributes.proto",
1632 ] 1634 ]
1633 } 1635 }
1634 1636
1635 proto_library("attestation_proto") { 1637 proto_library("attestation_proto") {
1636 sources = [ 1638 sources = [
1637 "attestation/attestation_key_payload.proto", 1639 "attestation/attestation_key_payload.proto",
1638 ] 1640 ]
1639 } 1641 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698