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

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

Issue 2844383006: Turn ArcSupportHost from Observer model to Delegate (Closed)
Patch Set: addressed comments Created 3 years, 7 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 1543 matching lines...) Expand 10 before | Expand all | Expand 10 after
1554 "../metrics/perf/cpu_identity_unittest.cc", 1554 "../metrics/perf/cpu_identity_unittest.cc",
1555 "../metrics/perf/random_selector_unittest.cc", 1555 "../metrics/perf/random_selector_unittest.cc",
1556 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", 1556 "../notifications/login_state_notification_blocker_chromeos_unittest.cc",
1557 "../policy/default_geolocation_policy_handler_unittest.cc", 1557 "../policy/default_geolocation_policy_handler_unittest.cc",
1558 "../ui/browser_finder_chromeos_unittest.cc", 1558 "../ui/browser_finder_chromeos_unittest.cc",
1559 "accessibility/magnification_manager_unittest.cc", 1559 "accessibility/magnification_manager_unittest.cc",
1560 "accessibility/select_to_speak_event_handler_unittest.cc", 1560 "accessibility/select_to_speak_event_handler_unittest.cc",
1561 "accessibility/spoken_feedback_event_rewriter_unittest.cc", 1561 "accessibility/spoken_feedback_event_rewriter_unittest.cc",
1562 "arc/arc_play_store_enabled_preference_handler_unittest.cc", 1562 "arc/arc_play_store_enabled_preference_handler_unittest.cc",
1563 "arc/arc_session_manager_unittest.cc", 1563 "arc/arc_session_manager_unittest.cc",
1564 "arc/arc_support_host_unittest.cc",
1564 "arc/arc_util_unittest.cc", 1565 "arc/arc_util_unittest.cc",
1565 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", 1566 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc",
1566 "arc/extensions/arc_support_message_host_unittest.cc", 1567 "arc/extensions/arc_support_message_host_unittest.cc",
1567 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", 1568 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc",
1568 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", 1569 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc",
1569 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", 1570 "arc/fileapi/arc_content_file_system_url_util_unittest.cc",
1570 "arc/fileapi/arc_documents_provider_root_unittest.cc", 1571 "arc/fileapi/arc_documents_provider_root_unittest.cc",
1571 "arc/fileapi/arc_documents_provider_util_unittest.cc", 1572 "arc/fileapi/arc_documents_provider_util_unittest.cc",
1572 "arc/fileapi/arc_file_system_operation_runner_unittest.cc", 1573 "arc/fileapi/arc_file_system_operation_runner_unittest.cc",
1573 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", 1574 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc",
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
1853 "policy/proto/chrome_device_policy.proto", 1854 "policy/proto/chrome_device_policy.proto",
1854 "policy/proto/install_attributes.proto", 1855 "policy/proto/install_attributes.proto",
1855 ] 1856 ]
1856 } 1857 }
1857 1858
1858 proto_library("attestation_proto") { 1859 proto_library("attestation_proto") {
1859 sources = [ 1860 sources = [
1860 "attestation/attestation_key_payload.proto", 1861 "attestation/attestation_key_payload.proto",
1861 ] 1862 ]
1862 } 1863 }
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