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

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

Issue 1560583002: DevTools: remove experimental webrtc-based remote debugging device provider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more tests/gyp removals 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/common/url_constants.cc ('k') | tools/gritsettings/resource_ids » ('j') | 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 2019 matching lines...) Expand 10 before | Expand all | Expand 10 after
2030 "urlmon.lib", 2030 "urlmon.lib",
2031 "winmm.lib", 2031 "winmm.lib",
2032 ] 2032 ]
2033 if (!is_chrome_branded) { 2033 if (!is_chrome_branded) {
2034 sources -= [ "../browser/google/google_update_win_unittest.cc" ] 2034 sources -= [ "../browser/google/google_update_win_unittest.cc" ]
2035 } 2035 }
2036 } 2036 }
2037 if (is_android || is_ios) { 2037 if (is_android || is_ios) {
2038 sources -= [ 2038 sources -= [
2039 "../browser/devtools/device/cast_device_provider_unittest.cc", 2039 "../browser/devtools/device/cast_device_provider_unittest.cc",
2040 "../browser/devtools/device/webrtc/devtools_bridge_instances_request_unitt est.cc",
2041 "../browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc", 2040 "../browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc",
2042 "../browser/ui/sync/sync_promo_ui_unittest.cc", 2041 "../browser/ui/sync/sync_promo_ui_unittest.cc",
2043 ] 2042 ]
2044 } 2043 }
2045 if (!is_android && !is_chromeos) { 2044 if (!is_android && !is_chromeos) {
2046 sources += rebase_path( 2045 sources += rebase_path(
2047 chrome_tests_unit_gypi_values.chrome_unit_tests_non_android_or_chrom eos_sources, 2046 chrome_tests_unit_gypi_values.chrome_unit_tests_non_android_or_chrom eos_sources,
2048 ".", 2047 ".",
2049 "//chrome") 2048 "//chrome")
2050 } 2049 }
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
2241 if (is_android) { 2240 if (is_android) {
2242 android_library("unit_tests_java") { 2241 android_library("unit_tests_java") {
2243 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" 2242 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src"
2244 deps = [ 2243 deps = [
2245 "//base:base_java", 2244 "//base:base_java",
2246 "//chrome/android:chrome_java", 2245 "//chrome/android:chrome_java",
2247 "//content/public/android:content_java", 2246 "//content/public/android:content_java",
2248 ] 2247 ]
2249 } 2248 }
2250 } 2249 }
OLDNEW
« no previous file with comments | « chrome/common/url_constants.cc ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698