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

Unified Diff: chrome/test/BUILD.gn

Issue 2704313002: Remove gcdPrivate API code. (Closed)
Patch Set: Remove gcdPrivate API code. 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index e7039fec7cc696218911c17608e8553ee2917c3f..29df37384ea6b66cbfc276f0e25b39f8d0e0503b 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2649,10 +2649,7 @@ test("browser_tests") {
]
}
if (enable_mdns) {
- sources += [
- "../browser/extensions/api/gcd_private/gcd_private_apitest.cc",
- "../browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc",
- ]
+ sources += [ "../browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc" ]
}
if (use_brlapi) {
deps += [ "//build/linux/libbrlapi" ]
@@ -4152,8 +4149,6 @@ test("unit_tests") {
]
if (enable_service_discovery) {
sources += [
- "../browser/extensions/api/gcd_private/privet_v3_context_getter_unittest.cc",
- "../browser/extensions/api/gcd_private/privet_v3_session_unittest.cc",
"../browser/extensions/api/mdns/dns_sd_registry_unittest.cc",
"../browser/extensions/api/mdns/mdns_api_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698