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

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: Merge conflicts resolved. Created 4 years, 11 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/chrome_tests.gypi ('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/chrome_tests.gni") 10 import("//chrome/chrome_tests.gni")
(...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 "../browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc" , 1023 "../browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc" ,
1024 "../browser/printing/cloud_print/test/cloud_print_proxy_process_browsert est.cc", 1024 "../browser/printing/cloud_print/test/cloud_print_proxy_process_browsert est.cc",
1025 1025
1026 # chromeos does not support profile list avatar menu 1026 # chromeos does not support profile list avatar menu
1027 "../browser/profiles/profile_list_desktop_browsertest.cc", 1027 "../browser/profiles/profile_list_desktop_browsertest.cc",
1028 "../browser/service_process/service_process_control_browsertest.cc", 1028 "../browser/service_process/service_process_control_browsertest.cc",
1029 1029
1030 # chromeos does not use cross-platform panels 1030 # chromeos does not use cross-platform panels
1031 "../browser/ui/panels/panel_extension_browsertest.cc", 1031 "../browser/ui/panels/panel_extension_browsertest.cc",
1032 1032
1033 # inline login UI is disabled on chromeos
1034 "../browser/ui/webui/signin/inline_login_ui_browsertest.cc",
1035
1033 # chromeos does not use the desktop user manager 1036 # chromeos does not use the desktop user manager
1034 "../browser/ui/webui/signin/user_manager_ui_browsertest.cc", 1037 "../browser/ui/webui/signin/user_manager_ui_browsertest.cc",
1035 ] 1038 ]
1036 deps += [ 1039 deps += [
1037 "//chromeos/ime:gencode", 1040 "//chromeos/ime:gencode",
1038 "//dbus", 1041 "//dbus",
1039 "//dbus:test_support", 1042 "//dbus:test_support",
1040 "//ui/login:resources", 1043 "//ui/login:resources",
1041 ] 1044 ]
1042 } else { 1045 } else {
(...skipping 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after
2225 if (is_android) { 2228 if (is_android) {
2226 android_library("unit_tests_java") { 2229 android_library("unit_tests_java") {
2227 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" 2230 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src"
2228 deps = [ 2231 deps = [
2229 "//base:base_java", 2232 "//base:base_java",
2230 "//chrome/android:chrome_java", 2233 "//chrome/android:chrome_java",
2231 "//content/public/android:content_java", 2234 "//content/public/android:content_java",
2232 ] 2235 ]
2233 } 2236 }
2234 } 2237 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698