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

Unified Diff: chrome/browser/chromeos/BUILD.gn

Issue 2441563002: arc: Create intermediate directories in c/b/c/arc (Closed)
Patch Set: Re-rebase to ToT Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index 0fa9880221e8b07fae4f2b553b8d47caf2f935d7..219233554ed69d93646d68270bb21b449ba48a26 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -194,9 +194,6 @@ source_set("chromeos") {
"app_mode/kiosk_session_plugin_handler_delegate.h",
"app_mode/startup_app_launcher.cc",
"app_mode/startup_app_launcher.h",
- "arc/arc_android_management_checker.cc",
- "arc/arc_android_management_checker.h",
- "arc/arc_android_management_checker_delegate.h",
"arc/arc_auth_code_fetcher.cc",
"arc/arc_auth_code_fetcher.h",
"arc/arc_auth_code_fetcher_delegate.h",
@@ -207,36 +204,16 @@ source_set("chromeos") {
"arc/arc_auth_notification.h",
"arc/arc_auth_service.cc",
"arc/arc_auth_service.h",
- "arc/arc_boot_error_notification.cc",
- "arc/arc_boot_error_notification.h",
- "arc/arc_downloads_watcher_service.cc",
- "arc/arc_downloads_watcher_service.h",
- "arc/arc_enterprise_reporting_service.cc",
- "arc/arc_enterprise_reporting_service.h",
- "arc/arc_external_protocol_dialog.cc",
- "arc/arc_external_protocol_dialog.h",
- "arc/arc_navigation_throttle.cc",
- "arc/arc_navigation_throttle.h",
"arc/arc_optin_uma.cc",
"arc/arc_optin_uma.h",
- "arc/arc_policy_bridge.cc",
- "arc/arc_policy_bridge.h",
- "arc/arc_print_service.cc",
- "arc/arc_print_service.h",
- "arc/arc_process.cc",
- "arc/arc_process.h",
- "arc/arc_process_service.cc",
- "arc/arc_process_service.h",
"arc/arc_service_launcher.cc",
"arc/arc_service_launcher.h",
- "arc/arc_settings_service.cc",
- "arc/arc_settings_service.h",
"arc/arc_support_host.cc",
"arc/arc_support_host.h",
- "arc/arc_tts_service.cc",
- "arc/arc_tts_service.h",
- "arc/arc_wallpaper_service.cc",
- "arc/arc_wallpaper_service.h",
+ "arc/downloads_watcher/arc_downloads_watcher_service.cc",
+ "arc/downloads_watcher/arc_downloads_watcher_service.h",
+ "arc/enterprise/arc_enterprise_reporting_service.cc",
+ "arc/enterprise/arc_enterprise_reporting_service.h",
"arc/fileapi/arc_content_file_system_async_file_util.cc",
"arc/fileapi/arc_content_file_system_async_file_util.h",
"arc/fileapi/arc_content_file_system_backend_delegate.cc",
@@ -245,8 +222,31 @@ source_set("chromeos") {
"arc/fileapi/arc_content_file_system_file_stream_reader.h",
"arc/fileapi/arc_content_file_system_url_util.cc",
"arc/fileapi/arc_content_file_system_url_util.h",
- "arc/gpu_arc_video_service_host.cc",
- "arc/gpu_arc_video_service_host.h",
+ "arc/intent_helper/arc_external_protocol_dialog.cc",
+ "arc/intent_helper/arc_external_protocol_dialog.h",
+ "arc/intent_helper/arc_navigation_throttle.cc",
+ "arc/intent_helper/arc_navigation_throttle.h",
+ "arc/intent_helper/arc_settings_service.cc",
+ "arc/intent_helper/arc_settings_service.h",
+ "arc/notification/arc_boot_error_notification.cc",
+ "arc/notification/arc_boot_error_notification.h",
+ "arc/policy/arc_android_management_checker.cc",
+ "arc/policy/arc_android_management_checker.h",
+ "arc/policy/arc_android_management_checker_delegate.h",
+ "arc/policy/arc_policy_bridge.cc",
+ "arc/policy/arc_policy_bridge.h",
+ "arc/print/arc_print_service.cc",
+ "arc/print/arc_print_service.h",
+ "arc/process/arc_process.cc",
+ "arc/process/arc_process.h",
+ "arc/process/arc_process_service.cc",
+ "arc/process/arc_process_service.h",
+ "arc/tts/arc_tts_service.cc",
+ "arc/tts/arc_tts_service.h",
+ "arc/video/gpu_arc_video_service_host.cc",
+ "arc/video/gpu_arc_video_service_host.h",
+ "arc/wallpaper/arc_wallpaper_service.cc",
+ "arc/wallpaper/arc_wallpaper_service.h",
"attestation/attestation_ca_client.cc",
"attestation/attestation_ca_client.h",
"attestation/attestation_policy_observer.cc",
@@ -1364,10 +1364,10 @@ source_set("unit_tests") {
"accessibility/magnification_manager_unittest.cc",
"accessibility/spoken_feedback_event_rewriter_unittest.cc",
"arc/arc_auth_service_unittest.cc",
- "arc/arc_downloads_watcher_service_unittest.cc",
- "arc/arc_navigation_throttle_unittest.cc",
- "arc/arc_policy_bridge_unittest.cc",
+ "arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc",
"arc/fileapi/arc_content_file_system_url_util_unittest.cc",
+ "arc/intent_helper/arc_navigation_throttle_unittest.cc",
+ "arc/policy/arc_policy_bridge_unittest.cc",
"attestation/attestation_ca_client_unittest.cc",
"attestation/attestation_policy_observer_unittest.cc",
"attestation/fake_certificate.cc",
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chromeos/arc/arc_android_management_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698