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

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

Issue 2574173002: mediaview: Implement ArcDocumentsProviderRoot. (Closed)
Patch Set: Addressed hashimoto's 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/fileapi/arc_documents_provider_root.h » ('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 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after
1425 "../ui/browser_finder_chromeos_unittest.cc", 1425 "../ui/browser_finder_chromeos_unittest.cc",
1426 "accessibility/magnification_manager_unittest.cc", 1426 "accessibility/magnification_manager_unittest.cc",
1427 "accessibility/select_to_speak_event_handler_unittest.cc", 1427 "accessibility/select_to_speak_event_handler_unittest.cc",
1428 "accessibility/spoken_feedback_event_rewriter_unittest.cc", 1428 "accessibility/spoken_feedback_event_rewriter_unittest.cc",
1429 "arc/arc_session_manager_unittest.cc", 1429 "arc/arc_session_manager_unittest.cc",
1430 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", 1430 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc",
1431 "arc/extensions/arc_support_message_host_unittest.cc", 1431 "arc/extensions/arc_support_message_host_unittest.cc",
1432 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", 1432 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc",
1433 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", 1433 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc",
1434 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", 1434 "arc/fileapi/arc_content_file_system_url_util_unittest.cc",
1435 "arc/fileapi/arc_documents_provider_root_unittest.cc",
1435 "arc/fileapi/arc_documents_provider_util_unittest.cc", 1436 "arc/fileapi/arc_documents_provider_util_unittest.cc",
1436 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", 1437 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc",
1437 "arc/intent_helper/arc_navigation_throttle_unittest.cc", 1438 "arc/intent_helper/arc_navigation_throttle_unittest.cc",
1438 "arc/optin/arc_terms_of_service_negotiator_unittest.cc", 1439 "arc/optin/arc_terms_of_service_negotiator_unittest.cc",
1439 "arc/policy/arc_policy_bridge_unittest.cc", 1440 "arc/policy/arc_policy_bridge_unittest.cc",
1440 "attestation/attestation_ca_client_unittest.cc", 1441 "attestation/attestation_ca_client_unittest.cc",
1441 "attestation/attestation_policy_observer_unittest.cc", 1442 "attestation/attestation_policy_observer_unittest.cc",
1442 "attestation/fake_certificate.cc", 1443 "attestation/fake_certificate.cc",
1443 "attestation/fake_certificate.h", 1444 "attestation/fake_certificate.h",
1444 "attestation/platform_verification_flow_unittest.cc", 1445 "attestation/platform_verification_flow_unittest.cc",
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
1695 "policy/proto/chrome_device_policy.proto", 1696 "policy/proto/chrome_device_policy.proto",
1696 "policy/proto/install_attributes.proto", 1697 "policy/proto/install_attributes.proto",
1697 ] 1698 ]
1698 } 1699 }
1699 1700
1700 proto_library("attestation_proto") { 1701 proto_library("attestation_proto") {
1701 sources = [ 1702 sources = [
1702 "attestation/attestation_key_payload.proto", 1703 "attestation/attestation_key_payload.proto",
1703 ] 1704 ]
1704 } 1705 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/fileapi/arc_documents_provider_root.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698