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

Side by Side Diff: chrome/test/BUILD.gn

Issue 2864433003: [ARC] Add browser test of ArcAuthService (Closed)
Patch Set: Response to reviews Created 3 years, 7 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/chromeos/login/users/fake_chrome_user_manager.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 2037 matching lines...) Expand 10 before | Expand all | Expand 10 after
2048 "../browser/chromeos/accessibility/magnification_manager_browsertest.cc" , 2048 "../browser/chromeos/accessibility/magnification_manager_browsertest.cc" ,
2049 "../browser/chromeos/accessibility/speech_monitor.cc", 2049 "../browser/chromeos/accessibility/speech_monitor.cc",
2050 "../browser/chromeos/accessibility/speech_monitor.h", 2050 "../browser/chromeos/accessibility/speech_monitor.h",
2051 "../browser/chromeos/accessibility/touch_exploration_controller_browsert est.cc", 2051 "../browser/chromeos/accessibility/touch_exploration_controller_browsert est.cc",
2052 "../browser/chromeos/app_mode/arc/arc_kiosk_app_manager_browsertest.cc", 2052 "../browser/chromeos/app_mode/arc/arc_kiosk_app_manager_browsertest.cc",
2053 "../browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc", 2053 "../browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc",
2054 "../browser/chromeos/app_mode/kiosk_app_update_service_browsertest.cc", 2054 "../browser/chromeos/app_mode/kiosk_app_update_service_browsertest.cc",
2055 "../browser/chromeos/app_mode/kiosk_crash_restore_browsertest.cc", 2055 "../browser/chromeos/app_mode/kiosk_crash_restore_browsertest.cc",
2056 "../browser/chromeos/arc/arc_session_manager_browsertest.cc", 2056 "../browser/chromeos/arc/arc_session_manager_browsertest.cc",
2057 "../browser/chromeos/arc/auth/arc_active_directory_enrollment_token_fetc her_browsertest.cc", 2057 "../browser/chromeos/arc/auth/arc_active_directory_enrollment_token_fetc her_browsertest.cc",
2058 "../browser/chromeos/arc/auth/arc_auth_service_browsertest.cc",
2058 "../browser/chromeos/arc/auth/arc_robot_auth_code_fetcher_browsertest.cc ", 2059 "../browser/chromeos/arc/auth/arc_robot_auth_code_fetcher_browsertest.cc ",
2059 "../browser/chromeos/arc/intent_helper/arc_settings_service_browsertest. cc", 2060 "../browser/chromeos/arc/intent_helper/arc_settings_service_browsertest. cc",
2060 "../browser/chromeos/arc/voice_interaction/arc_voice_interaction_arc_hom e_service_browsertest.cc", 2061 "../browser/chromeos/arc/voice_interaction/arc_voice_interaction_arc_hom e_service_browsertest.cc",
2061 "../browser/chromeos/attestation/attestation_policy_browsertest.cc", 2062 "../browser/chromeos/attestation/attestation_policy_browsertest.cc",
2062 "../browser/chromeos/customization/customization_document_browsertest.cc ", 2063 "../browser/chromeos/customization/customization_document_browsertest.cc ",
2063 "../browser/chromeos/customization/customization_wallpaper_downloader_br owsertest.cc", 2064 "../browser/chromeos/customization/customization_wallpaper_downloader_br owsertest.cc",
2064 "../browser/chromeos/device/input_service_proxy_browsertest.cc", 2065 "../browser/chromeos/device/input_service_proxy_browsertest.cc",
2065 "../browser/chromeos/device/input_service_test_helper.cc", 2066 "../browser/chromeos/device/input_service_test_helper.cc",
2066 "../browser/chromeos/device/input_service_test_helper.h", 2067 "../browser/chromeos/device/input_service_test_helper.h",
2067 "../browser/chromeos/display/quirks_browsertest.cc", 2068 "../browser/chromeos/display/quirks_browsertest.cc",
(...skipping 2989 matching lines...) Expand 10 before | Expand all | Expand 10 after
5057 } 5058 }
5058 5059
5059 if (is_win) { 5060 if (is_win) {
5060 loadable_module("conflicts_dll") { 5061 loadable_module("conflicts_dll") {
5061 testonly = true 5062 testonly = true
5062 sources = [ 5063 sources = [
5063 "conflicts/conflicts_dll.cc", 5064 "conflicts/conflicts_dll.cc",
5064 ] 5065 ]
5065 } 5066 }
5066 } 5067 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/users/fake_chrome_user_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698