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

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

Issue 2844383006: Turn ArcSupportHost from Observer model to Delegate (Closed)
Patch Set: git cl try Created 3 years, 6 months 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 1556 matching lines...) Expand 10 before | Expand all | Expand 10 after
1567 "../metrics/perf/random_selector_unittest.cc", 1567 "../metrics/perf/random_selector_unittest.cc",
1568 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", 1568 "../notifications/login_state_notification_blocker_chromeos_unittest.cc",
1569 "../policy/default_geolocation_policy_handler_unittest.cc", 1569 "../policy/default_geolocation_policy_handler_unittest.cc",
1570 "../ui/browser_finder_chromeos_unittest.cc", 1570 "../ui/browser_finder_chromeos_unittest.cc",
1571 "accessibility/magnification_manager_unittest.cc", 1571 "accessibility/magnification_manager_unittest.cc",
1572 "accessibility/select_to_speak_event_handler_unittest.cc", 1572 "accessibility/select_to_speak_event_handler_unittest.cc",
1573 "accessibility/spoken_feedback_event_rewriter_unittest.cc", 1573 "accessibility/spoken_feedback_event_rewriter_unittest.cc",
1574 "arc/accessibility/arc_accessibility_helper_bridge_unittest.cc", 1574 "arc/accessibility/arc_accessibility_helper_bridge_unittest.cc",
1575 "arc/arc_play_store_enabled_preference_handler_unittest.cc", 1575 "arc/arc_play_store_enabled_preference_handler_unittest.cc",
1576 "arc/arc_session_manager_unittest.cc", 1576 "arc/arc_session_manager_unittest.cc",
1577 "arc/arc_support_host_unittest.cc",
1577 "arc/arc_util_unittest.cc", 1578 "arc/arc_util_unittest.cc",
1578 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", 1579 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc",
1579 "arc/extensions/arc_support_message_host_unittest.cc", 1580 "arc/extensions/arc_support_message_host_unittest.cc",
1580 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", 1581 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc",
1581 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", 1582 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc",
1582 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", 1583 "arc/fileapi/arc_content_file_system_url_util_unittest.cc",
1583 "arc/fileapi/arc_documents_provider_root_unittest.cc", 1584 "arc/fileapi/arc_documents_provider_root_unittest.cc",
1584 "arc/fileapi/arc_documents_provider_util_unittest.cc", 1585 "arc/fileapi/arc_documents_provider_util_unittest.cc",
1585 "arc/fileapi/arc_file_system_operation_runner_unittest.cc", 1586 "arc/fileapi/arc_file_system_operation_runner_unittest.cc",
1586 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", 1587 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc",
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
1869 "policy/proto/chrome_device_policy.proto", 1870 "policy/proto/chrome_device_policy.proto",
1870 "policy/proto/install_attributes.proto", 1871 "policy/proto/install_attributes.proto",
1871 ] 1872 ]
1872 } 1873 }
1873 1874
1874 proto_library("attestation_proto") { 1875 proto_library("attestation_proto") {
1875 sources = [ 1876 sources = [
1876 "attestation/attestation_key_payload.proto", 1877 "attestation/attestation_key_payload.proto",
1877 ] 1878 ]
1878 } 1879 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_session_manager.h » ('j') | chrome/browser/chromeos/arc/arc_session_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698