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

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

Issue 2470843004: arc: Implement ArcContentFileSystemFileStreamReader::Read/GetLength (Closed)
Patch Set: Remove braces 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/fileapi/arc_content_file_system_backend_delegate.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 "../metrics/perf/cpu_identity_unittest.cc", 1377 "../metrics/perf/cpu_identity_unittest.cc",
1378 "../metrics/perf/random_selector_unittest.cc", 1378 "../metrics/perf/random_selector_unittest.cc",
1379 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", 1379 "../notifications/login_state_notification_blocker_chromeos_unittest.cc",
1380 "../policy/default_geolocation_policy_handler_unittest.cc", 1380 "../policy/default_geolocation_policy_handler_unittest.cc",
1381 "../ui/browser_finder_chromeos_unittest.cc", 1381 "../ui/browser_finder_chromeos_unittest.cc",
1382 "accessibility/magnification_manager_unittest.cc", 1382 "accessibility/magnification_manager_unittest.cc",
1383 "accessibility/spoken_feedback_event_rewriter_unittest.cc", 1383 "accessibility/spoken_feedback_event_rewriter_unittest.cc",
1384 "arc/arc_auth_service_unittest.cc", 1384 "arc/arc_auth_service_unittest.cc",
1385 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", 1385 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc",
1386 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", 1386 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc",
1387 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc",
1387 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", 1388 "arc/fileapi/arc_content_file_system_url_util_unittest.cc",
1388 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", 1389 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc",
1389 "arc/intent_helper/arc_navigation_throttle_unittest.cc", 1390 "arc/intent_helper/arc_navigation_throttle_unittest.cc",
1390 "arc/policy/arc_policy_bridge_unittest.cc", 1391 "arc/policy/arc_policy_bridge_unittest.cc",
1391 "attestation/attestation_ca_client_unittest.cc", 1392 "attestation/attestation_ca_client_unittest.cc",
1392 "attestation/attestation_policy_observer_unittest.cc", 1393 "attestation/attestation_policy_observer_unittest.cc",
1393 "attestation/fake_certificate.cc", 1394 "attestation/fake_certificate.cc",
1394 "attestation/fake_certificate.h", 1395 "attestation/fake_certificate.h",
1395 "attestation/platform_verification_flow_unittest.cc", 1396 "attestation/platform_verification_flow_unittest.cc",
1396 "base/file_flusher_unittest.cc", 1397 "base/file_flusher_unittest.cc",
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1644 "policy/proto/chrome_device_policy.proto", 1645 "policy/proto/chrome_device_policy.proto",
1645 "policy/proto/install_attributes.proto", 1646 "policy/proto/install_attributes.proto",
1646 ] 1647 ]
1647 } 1648 }
1648 1649
1649 proto_library("attestation_proto") { 1650 proto_library("attestation_proto") {
1650 sources = [ 1651 sources = [
1651 "attestation/attestation_key_payload.proto", 1652 "attestation/attestation_key_payload.proto",
1652 ] 1653 ]
1653 } 1654 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/fileapi/arc_content_file_system_backend_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698