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

Unified Diff: chrome/test/BUILD.gn

Issue 2131993002: Delete the audio modem and copresence private APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@eol
Patch Set: Sync again Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/api/schemas.gypi ('k') | components/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index dc5a3bb6327f42ed574f2956cd007f48a7dd00e2..1e608bbd442a6c3754c1965ee83f5fc53076a3da 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1384,14 +1384,6 @@ test("browser_tests") {
if (is_android || is_ios || is_chromeos) {
sources -= [ "../browser/profiles/profile_statistics_browsertest.cc" ]
}
- if (!is_android && !is_ios) {
- sources +=
- [ "../browser/copresence/chrome_whispernet_client_browsertest.cc" ]
- deps += [
- "//components/audio_modem",
- "//third_party/libaddressinput",
- ]
- }
if (enable_app_list) {
sources += rebase_path(
chrome_tests_gypi_values.chrome_browser_tests_app_list_sources,
@@ -1941,7 +1933,6 @@ test("unit_tests") {
"//chrome")
deps += [
"//chrome/common/extensions/api",
- "//components/audio_modem:test_support",
"//extensions:extensions_resources",
"//extensions/strings",
]
« no previous file with comments | « chrome/common/extensions/api/schemas.gypi ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698