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

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

Issue 2498363002: Remove delegates from ArcAuthCodeFetcher and ArcAuthContext. (Closed)
Patch Set: rebase 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/arc_auth_code_fetcher.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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "app_mode/kiosk_mode_idle_app_name_notification.h", 193 "app_mode/kiosk_mode_idle_app_name_notification.h",
194 "app_mode/kiosk_profile_loader.cc", 194 "app_mode/kiosk_profile_loader.cc",
195 "app_mode/kiosk_profile_loader.h", 195 "app_mode/kiosk_profile_loader.h",
196 "app_mode/kiosk_session_plugin_handler.cc", 196 "app_mode/kiosk_session_plugin_handler.cc",
197 "app_mode/kiosk_session_plugin_handler.h", 197 "app_mode/kiosk_session_plugin_handler.h",
198 "app_mode/kiosk_session_plugin_handler_delegate.h", 198 "app_mode/kiosk_session_plugin_handler_delegate.h",
199 "app_mode/startup_app_launcher.cc", 199 "app_mode/startup_app_launcher.cc",
200 "app_mode/startup_app_launcher.h", 200 "app_mode/startup_app_launcher.h",
201 "arc/arc_auth_code_fetcher.cc", 201 "arc/arc_auth_code_fetcher.cc",
202 "arc/arc_auth_code_fetcher.h", 202 "arc/arc_auth_code_fetcher.h",
203 "arc/arc_auth_code_fetcher_delegate.h",
204 "arc/arc_auth_context.cc", 203 "arc/arc_auth_context.cc",
205 "arc/arc_auth_context.h", 204 "arc/arc_auth_context.h",
206 "arc/arc_auth_context_delegate.h",
207 "arc/arc_auth_service.cc", 205 "arc/arc_auth_service.cc",
208 "arc/arc_auth_service.h", 206 "arc/arc_auth_service.h",
209 "arc/arc_optin_uma.cc", 207 "arc/arc_optin_uma.cc",
210 "arc/arc_optin_uma.h", 208 "arc/arc_optin_uma.h",
211 "arc/arc_service_launcher.cc", 209 "arc/arc_service_launcher.cc",
212 "arc/arc_service_launcher.h", 210 "arc/arc_service_launcher.h",
213 "arc/arc_support_host.cc", 211 "arc/arc_support_host.cc",
214 "arc/arc_support_host.h", 212 "arc/arc_support_host.h",
215 "arc/auth/arc_robot_auth.cc", 213 "arc/auth/arc_robot_auth.cc",
216 "arc/auth/arc_robot_auth.h", 214 "arc/auth/arc_robot_auth.h",
(...skipping 1428 matching lines...) Expand 10 before | Expand all | Expand 10 after
1645 "policy/proto/chrome_device_policy.proto", 1643 "policy/proto/chrome_device_policy.proto",
1646 "policy/proto/install_attributes.proto", 1644 "policy/proto/install_attributes.proto",
1647 ] 1645 ]
1648 } 1646 }
1649 1647
1650 proto_library("attestation_proto") { 1648 proto_library("attestation_proto") {
1651 sources = [ 1649 sources = [
1652 "attestation/attestation_key_payload.proto", 1650 "attestation/attestation_key_payload.proto",
1653 ] 1651 ]
1654 } 1652 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_code_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698