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

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

Issue 2547073002: Fix race issue in ArcAuthService. (Closed)
Patch Set: Address 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/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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 "app_mode/kiosk_external_updater.h", 200 "app_mode/kiosk_external_updater.h",
201 "app_mode/kiosk_mode_idle_app_name_notification.cc", 201 "app_mode/kiosk_mode_idle_app_name_notification.cc",
202 "app_mode/kiosk_mode_idle_app_name_notification.h", 202 "app_mode/kiosk_mode_idle_app_name_notification.h",
203 "app_mode/kiosk_profile_loader.cc", 203 "app_mode/kiosk_profile_loader.cc",
204 "app_mode/kiosk_profile_loader.h", 204 "app_mode/kiosk_profile_loader.h",
205 "app_mode/kiosk_session_plugin_handler.cc", 205 "app_mode/kiosk_session_plugin_handler.cc",
206 "app_mode/kiosk_session_plugin_handler.h", 206 "app_mode/kiosk_session_plugin_handler.h",
207 "app_mode/kiosk_session_plugin_handler_delegate.h", 207 "app_mode/kiosk_session_plugin_handler_delegate.h",
208 "app_mode/startup_app_launcher.cc", 208 "app_mode/startup_app_launcher.cc",
209 "app_mode/startup_app_launcher.h", 209 "app_mode/startup_app_launcher.h",
210 "arc/arc_auth_code_fetcher.cc",
211 "arc/arc_auth_code_fetcher.h",
212 "arc/arc_auth_context.cc", 210 "arc/arc_auth_context.cc",
213 "arc/arc_auth_context.h", 211 "arc/arc_auth_context.h",
214 "arc/arc_auth_service.cc", 212 "arc/arc_auth_service.cc",
215 "arc/arc_auth_service.h", 213 "arc/arc_auth_service.h",
216 "arc/arc_optin_uma.cc", 214 "arc/arc_optin_uma.cc",
217 "arc/arc_optin_uma.h", 215 "arc/arc_optin_uma.h",
218 "arc/arc_service_launcher.cc", 216 "arc/arc_service_launcher.cc",
219 "arc/arc_service_launcher.h", 217 "arc/arc_service_launcher.h",
220 "arc/arc_session_manager.cc", 218 "arc/arc_session_manager.cc",
221 "arc/arc_session_manager.h", 219 "arc/arc_session_manager.h",
222 "arc/arc_support_host.cc", 220 "arc/arc_support_host.cc",
223 "arc/arc_support_host.h", 221 "arc/arc_support_host.h",
224 "arc/auth/arc_robot_auth.cc", 222 "arc/auth/arc_auth_code_fetcher.h",
225 "arc/auth/arc_robot_auth.h", 223 "arc/auth/arc_background_auth_code_fetcher.cc",
224 "arc/auth/arc_background_auth_code_fetcher.h",
225 "arc/auth/arc_manual_auth_code_fetcher.cc",
226 "arc/auth/arc_manual_auth_code_fetcher.h",
227 "arc/auth/arc_robot_auth_code_fetcher.cc",
228 "arc/auth/arc_robot_auth_code_fetcher.h",
226 "arc/downloads_watcher/arc_downloads_watcher_service.cc", 229 "arc/downloads_watcher/arc_downloads_watcher_service.cc",
227 "arc/downloads_watcher/arc_downloads_watcher_service.h", 230 "arc/downloads_watcher/arc_downloads_watcher_service.h",
228 "arc/enterprise/arc_enterprise_reporting_service.cc", 231 "arc/enterprise/arc_enterprise_reporting_service.cc",
229 "arc/enterprise/arc_enterprise_reporting_service.h", 232 "arc/enterprise/arc_enterprise_reporting_service.h",
230 "arc/extensions/arc_support_message_host.cc", 233 "arc/extensions/arc_support_message_host.cc",
231 "arc/extensions/arc_support_message_host.h", 234 "arc/extensions/arc_support_message_host.h",
232 "arc/fileapi/arc_content_file_system_async_file_util.cc", 235 "arc/fileapi/arc_content_file_system_async_file_util.cc",
233 "arc/fileapi/arc_content_file_system_async_file_util.h", 236 "arc/fileapi/arc_content_file_system_async_file_util.h",
234 "arc/fileapi/arc_content_file_system_backend_delegate.cc", 237 "arc/fileapi/arc_content_file_system_backend_delegate.cc",
235 "arc/fileapi/arc_content_file_system_backend_delegate.h", 238 "arc/fileapi/arc_content_file_system_backend_delegate.h",
(...skipping 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after
1668 "policy/proto/chrome_device_policy.proto", 1671 "policy/proto/chrome_device_policy.proto",
1669 "policy/proto/install_attributes.proto", 1672 "policy/proto/install_attributes.proto",
1670 ] 1673 ]
1671 } 1674 }
1672 1675
1673 proto_library("attestation_proto") { 1676 proto_library("attestation_proto") {
1674 sources = [ 1677 sources = [
1675 "attestation/attestation_key_payload.proto", 1678 "attestation/attestation_key_payload.proto",
1676 ] 1679 ]
1677 } 1680 }
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