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

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

Issue 1536553002: Remove InlineLoginHandlerChromeOS and exclude InlineLoginUI from CrOS build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test. Created 4 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
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/chrome_tests.gni") 10 import("//chrome/chrome_tests.gni")
(...skipping 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 "../browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc" , 1025 "../browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc" ,
1026 "../browser/printing/cloud_print/test/cloud_print_proxy_process_browsert est.cc", 1026 "../browser/printing/cloud_print/test/cloud_print_proxy_process_browsert est.cc",
1027 1027
1028 # chromeos does not support profile list avatar menu 1028 # chromeos does not support profile list avatar menu
1029 "../browser/profiles/profile_list_desktop_browsertest.cc", 1029 "../browser/profiles/profile_list_desktop_browsertest.cc",
1030 "../browser/service_process/service_process_control_browsertest.cc", 1030 "../browser/service_process/service_process_control_browsertest.cc",
1031 1031
1032 # chromeos does not use cross-platform panels 1032 # chromeos does not use cross-platform panels
1033 "../browser/ui/panels/panel_extension_browsertest.cc", 1033 "../browser/ui/panels/panel_extension_browsertest.cc",
1034 1034
1035 # inline login UI is disabled on chromeos
1036 "../browser/ui/webui/signin/inline_login_ui_browsertest.cc",
1037
1035 # chromeos does not use the desktop user manager 1038 # chromeos does not use the desktop user manager
1036 "../browser/ui/webui/signin/user_manager_ui_browsertest.cc", 1039 "../browser/ui/webui/signin/user_manager_ui_browsertest.cc",
1037 ] 1040 ]
1038 deps += [ 1041 deps += [
1039 "//dbus", 1042 "//dbus",
1040 "//dbus:test_support", 1043 "//dbus:test_support",
1041 "//ui/login:resources", 1044 "//ui/login:resources",
1042 ] 1045 ]
1043 } else { 1046 } else {
1044 sources -= [ 1047 sources -= [
(...skipping 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after
2223 if (is_android) { 2226 if (is_android) {
2224 android_library("unit_tests_java") { 2227 android_library("unit_tests_java") {
2225 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" 2228 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src"
2226 deps = [ 2229 deps = [
2227 "//base:base_java", 2230 "//base:base_java",
2228 "//chrome/android:chrome_java", 2231 "//chrome/android:chrome_java",
2229 "//content/public/android:content_java", 2232 "//content/public/android:content_java",
2230 ] 2233 ]
2231 } 2234 }
2232 } 2235 }
OLDNEW
« chrome/browser/ui/webui/webui_webview_browsertest.cc ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698