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

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

Issue 2695313002: Resurect KioskCrashRestore browser test (Closed)
Patch Set: test fix Created 3 years, 10 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/app_mode/kiosk_crash_restore_browsertest.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 2178 matching lines...) Expand 10 before | Expand all | Expand 10 after
2189 sources += [ 2189 sources += [
2190 "../browser/apps/custom_launcher_page_browsertest_views.cc", 2190 "../browser/apps/custom_launcher_page_browsertest_views.cc",
2191 "../browser/chromeos/accessibility/accessibility_manager_browsertest.cc" , 2191 "../browser/chromeos/accessibility/accessibility_manager_browsertest.cc" ,
2192 "../browser/chromeos/accessibility/magnification_manager_browsertest.cc" , 2192 "../browser/chromeos/accessibility/magnification_manager_browsertest.cc" ,
2193 "../browser/chromeos/accessibility/speech_monitor.cc", 2193 "../browser/chromeos/accessibility/speech_monitor.cc",
2194 "../browser/chromeos/accessibility/speech_monitor.h", 2194 "../browser/chromeos/accessibility/speech_monitor.h",
2195 "../browser/chromeos/accessibility/touch_exploration_controller_browsert est.cc", 2195 "../browser/chromeos/accessibility/touch_exploration_controller_browsert est.cc",
2196 "../browser/chromeos/app_mode/arc/arc_kiosk_app_manager_browsertest.cc", 2196 "../browser/chromeos/app_mode/arc/arc_kiosk_app_manager_browsertest.cc",
2197 "../browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc", 2197 "../browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc",
2198 "../browser/chromeos/app_mode/kiosk_app_update_service_browsertest.cc", 2198 "../browser/chromeos/app_mode/kiosk_app_update_service_browsertest.cc",
2199 "../browser/chromeos/app_mode/kiosk_crash_restore_browsertest.cc",
2199 "../browser/chromeos/arc/arc_session_manager_browsertest.cc", 2200 "../browser/chromeos/arc/arc_session_manager_browsertest.cc",
2200 "../browser/chromeos/arc/auth/arc_active_directory_enrollment_token_fetc her_browsertest.cc", 2201 "../browser/chromeos/arc/auth/arc_active_directory_enrollment_token_fetc her_browsertest.cc",
2201 "../browser/chromeos/arc/auth/arc_robot_auth_code_fetcher_browsertest.cc ", 2202 "../browser/chromeos/arc/auth/arc_robot_auth_code_fetcher_browsertest.cc ",
2202 "../browser/chromeos/arc/intent_helper/arc_settings_service_browsertest. cc", 2203 "../browser/chromeos/arc/intent_helper/arc_settings_service_browsertest. cc",
2203 "../browser/chromeos/attestation/attestation_policy_browsertest.cc", 2204 "../browser/chromeos/attestation/attestation_policy_browsertest.cc",
2204 "../browser/chromeos/customization/customization_document_browsertest.cc ", 2205 "../browser/chromeos/customization/customization_document_browsertest.cc ",
2205 "../browser/chromeos/customization/customization_wallpaper_downloader_br owsertest.cc", 2206 "../browser/chromeos/customization/customization_wallpaper_downloader_br owsertest.cc",
2206 "../browser/chromeos/device/input_service_proxy_browsertest.cc", 2207 "../browser/chromeos/device/input_service_proxy_browsertest.cc",
2207 "../browser/chromeos/device/input_service_test_helper.cc", 2208 "../browser/chromeos/device/input_service_test_helper.cc",
2208 "../browser/chromeos/device/input_service_test_helper.h", 2209 "../browser/chromeos/device/input_service_test_helper.h",
(...skipping 2969 matching lines...) Expand 10 before | Expand all | Expand 10 after
5178 } 5179 }
5179 5180
5180 if (is_win) { 5181 if (is_win) {
5181 loadable_module("conflicts_dll") { 5182 loadable_module("conflicts_dll") {
5182 testonly = true 5183 testonly = true
5183 sources = [ 5184 sources = [
5184 "conflicts/conflicts_dll.cc", 5185 "conflicts/conflicts_dll.cc",
5185 ] 5186 ]
5186 } 5187 }
5187 } 5188 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/app_mode/kiosk_crash_restore_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698