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

Side by Side Diff: chrome/test/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
« no previous file with comments | « chrome/browser/ui/webui/settings/chromeos/device_storage_handler.cc ('k') | no next file » | 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 2133 matching lines...) Expand 10 before | Expand all | Expand 10 after
2144 "../browser/apps/custom_launcher_page_browsertest_views.cc", 2144 "../browser/apps/custom_launcher_page_browsertest_views.cc",
2145 "../browser/chromeos/accessibility/accessibility_manager_browsertest.cc" , 2145 "../browser/chromeos/accessibility/accessibility_manager_browsertest.cc" ,
2146 "../browser/chromeos/accessibility/magnification_manager_browsertest.cc" , 2146 "../browser/chromeos/accessibility/magnification_manager_browsertest.cc" ,
2147 "../browser/chromeos/accessibility/speech_monitor.cc", 2147 "../browser/chromeos/accessibility/speech_monitor.cc",
2148 "../browser/chromeos/accessibility/speech_monitor.h", 2148 "../browser/chromeos/accessibility/speech_monitor.h",
2149 "../browser/chromeos/accessibility/touch_exploration_controller_browsert est.cc", 2149 "../browser/chromeos/accessibility/touch_exploration_controller_browsert est.cc",
2150 "../browser/chromeos/app_mode/arc/arc_kiosk_app_manager_browsertest.cc", 2150 "../browser/chromeos/app_mode/arc/arc_kiosk_app_manager_browsertest.cc",
2151 "../browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc", 2151 "../browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc",
2152 "../browser/chromeos/app_mode/kiosk_app_update_service_browsertest.cc", 2152 "../browser/chromeos/app_mode/kiosk_app_update_service_browsertest.cc",
2153 "../browser/chromeos/app_mode/kiosk_crash_restore_browsertest.cc", 2153 "../browser/chromeos/app_mode/kiosk_crash_restore_browsertest.cc",
2154 "../browser/chromeos/arc/arc_auth_service_browsertest.cc", 2154 "../browser/chromeos/arc/arc_session_manager_browsertest.cc",
2155 "../browser/chromeos/arc/auth/arc_robot_auth_browsertest.cc",
2155 "../browser/chromeos/arc/intent_helper/arc_settings_service_browsertest. cc", 2156 "../browser/chromeos/arc/intent_helper/arc_settings_service_browsertest. cc",
2156 "../browser/chromeos/attestation/attestation_policy_browsertest.cc", 2157 "../browser/chromeos/attestation/attestation_policy_browsertest.cc",
2157 "../browser/chromeos/customization/customization_document_browsertest.cc ", 2158 "../browser/chromeos/customization/customization_document_browsertest.cc ",
2158 "../browser/chromeos/customization/customization_wallpaper_downloader_br owsertest.cc", 2159 "../browser/chromeos/customization/customization_wallpaper_downloader_br owsertest.cc",
2159 "../browser/chromeos/device/input_service_proxy_browsertest.cc", 2160 "../browser/chromeos/device/input_service_proxy_browsertest.cc",
2160 "../browser/chromeos/device/input_service_test_helper.cc", 2161 "../browser/chromeos/device/input_service_test_helper.cc",
2161 "../browser/chromeos/device/input_service_test_helper.h", 2162 "../browser/chromeos/device/input_service_test_helper.h",
2162 "../browser/chromeos/display/quirks_browsertest.cc", 2163 "../browser/chromeos/display/quirks_browsertest.cc",
2163 "../browser/chromeos/drive/drive_integration_service_browsertest.cc", 2164 "../browser/chromeos/drive/drive_integration_service_browsertest.cc",
2164 "../browser/chromeos/extensions/accessibility_features_apitest.cc", 2165 "../browser/chromeos/extensions/accessibility_features_apitest.cc",
(...skipping 2927 matching lines...) Expand 10 before | Expand all | Expand 10 after
5092 "touch_hud", 5093 "touch_hud",
5093 "ui", 5094 "ui",
5094 ] 5095 ]
5095 5096
5096 if (is_linux && !is_android) { 5097 if (is_linux && !is_android) {
5097 deps += [ "//components/font_service:manifest" ] 5098 deps += [ "//components/font_service:manifest" ]
5098 packaged_services += [ "font_service" ] 5099 packaged_services += [ "font_service" ]
5099 } 5100 }
5100 } 5101 }
5101 } 5102 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/settings/chromeos/device_storage_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698