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

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

Issue 2507073002: Split ArcSessionManager from ArcAuthService. (Closed)
Patch Set: Fix rebase mistake 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("//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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "arc/arc_auth_code_fetcher.cc", 207 "arc/arc_auth_code_fetcher.cc",
208 "arc/arc_auth_code_fetcher.h", 208 "arc/arc_auth_code_fetcher.h",
209 "arc/arc_auth_context.cc", 209 "arc/arc_auth_context.cc",
210 "arc/arc_auth_context.h", 210 "arc/arc_auth_context.h",
211 "arc/arc_auth_service.cc", 211 "arc/arc_auth_service.cc",
212 "arc/arc_auth_service.h", 212 "arc/arc_auth_service.h",
213 "arc/arc_optin_uma.cc", 213 "arc/arc_optin_uma.cc",
214 "arc/arc_optin_uma.h", 214 "arc/arc_optin_uma.h",
215 "arc/arc_service_launcher.cc", 215 "arc/arc_service_launcher.cc",
216 "arc/arc_service_launcher.h", 216 "arc/arc_service_launcher.h",
217 "arc/arc_session_manager.cc",
218 "arc/arc_session_manager.h",
217 "arc/arc_support_host.cc", 219 "arc/arc_support_host.cc",
218 "arc/arc_support_host.h", 220 "arc/arc_support_host.h",
219 "arc/auth/arc_robot_auth.cc", 221 "arc/auth/arc_robot_auth.cc",
220 "arc/auth/arc_robot_auth.h", 222 "arc/auth/arc_robot_auth.h",
221 "arc/downloads_watcher/arc_downloads_watcher_service.cc", 223 "arc/downloads_watcher/arc_downloads_watcher_service.cc",
222 "arc/downloads_watcher/arc_downloads_watcher_service.h", 224 "arc/downloads_watcher/arc_downloads_watcher_service.h",
223 "arc/enterprise/arc_enterprise_reporting_service.cc", 225 "arc/enterprise/arc_enterprise_reporting_service.cc",
224 "arc/enterprise/arc_enterprise_reporting_service.h", 226 "arc/enterprise/arc_enterprise_reporting_service.h",
225 "arc/extensions/arc_support_message_host.cc", 227 "arc/extensions/arc_support_message_host.cc",
226 "arc/extensions/arc_support_message_host.h", 228 "arc/extensions/arc_support_message_host.h",
(...skipping 1151 matching lines...) Expand 10 before | Expand all | Expand 10 after
1378 "../extensions/updater/local_extension_cache_unittest.cc", 1380 "../extensions/updater/local_extension_cache_unittest.cc",
1379 "../metrics/chromeos_metrics_provider_unittest.cc", 1381 "../metrics/chromeos_metrics_provider_unittest.cc",
1380 "../metrics/leak_detector/leak_detector_controller_unittest.cc", 1382 "../metrics/leak_detector/leak_detector_controller_unittest.cc",
1381 "../metrics/perf/cpu_identity_unittest.cc", 1383 "../metrics/perf/cpu_identity_unittest.cc",
1382 "../metrics/perf/random_selector_unittest.cc", 1384 "../metrics/perf/random_selector_unittest.cc",
1383 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", 1385 "../notifications/login_state_notification_blocker_chromeos_unittest.cc",
1384 "../policy/default_geolocation_policy_handler_unittest.cc", 1386 "../policy/default_geolocation_policy_handler_unittest.cc",
1385 "../ui/browser_finder_chromeos_unittest.cc", 1387 "../ui/browser_finder_chromeos_unittest.cc",
1386 "accessibility/magnification_manager_unittest.cc", 1388 "accessibility/magnification_manager_unittest.cc",
1387 "accessibility/spoken_feedback_event_rewriter_unittest.cc", 1389 "accessibility/spoken_feedback_event_rewriter_unittest.cc",
1388 "arc/arc_auth_service_unittest.cc", 1390 "arc/arc_session_manager_unittest.cc",
1389 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc", 1391 "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc",
1390 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc", 1392 "arc/fileapi/arc_content_file_system_async_file_util_unittest.cc",
1391 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc", 1393 "arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc",
1392 "arc/fileapi/arc_content_file_system_url_util_unittest.cc", 1394 "arc/fileapi/arc_content_file_system_url_util_unittest.cc",
1393 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc", 1395 "arc/intent_helper/arc_external_protocol_dialog_unittest.cc",
1394 "arc/intent_helper/arc_navigation_throttle_unittest.cc", 1396 "arc/intent_helper/arc_navigation_throttle_unittest.cc",
1395 "arc/policy/arc_policy_bridge_unittest.cc", 1397 "arc/policy/arc_policy_bridge_unittest.cc",
1396 "attestation/attestation_ca_client_unittest.cc", 1398 "attestation/attestation_ca_client_unittest.cc",
1397 "attestation/attestation_policy_observer_unittest.cc", 1399 "attestation/attestation_policy_observer_unittest.cc",
1398 "attestation/fake_certificate.cc", 1400 "attestation/fake_certificate.cc",
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
1649 "policy/proto/chrome_device_policy.proto", 1651 "policy/proto/chrome_device_policy.proto",
1650 "policy/proto/install_attributes.proto", 1652 "policy/proto/install_attributes.proto",
1651 ] 1653 ]
1652 } 1654 }
1653 1655
1654 proto_library("attestation_proto") { 1656 proto_library("attestation_proto") {
1655 sources = [ 1657 sources = [
1656 "attestation/attestation_key_payload.proto", 1658 "attestation/attestation_key_payload.proto",
1657 ] 1659 ]
1658 } 1660 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chromeos/arc/arc_auth_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698