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

Unified Diff: net/BUILD.gn

Issue 2752713002: Delete proxy_resolver_perftest.cc (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | net/proxy/proxy_resolver_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 091518f55924b7245c7941f08030e45131f36f32..2cf5735b4218ddb3bbc9a0f2456ebaba6bd558cd 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -5108,7 +5108,6 @@ if (!is_ios && !is_proto_quic) {
"cookies/cookie_monster_perftest.cc",
"disk_cache/disk_cache_perftest.cc",
"extras/sqlite/sqlite_persistent_cookie_store_perftest.cc",
- "proxy/proxy_resolver_perftest.cc",
"socket/udp_socket_perftest.cc",
]
@@ -5131,12 +5130,6 @@ if (!is_ios && !is_proto_quic) {
sources += [ "websockets/websocket_frame_perftest.cc" ]
}
- if (use_v8_in_net) {
- deps += [ ":net_with_v8" ]
- } else {
- sources -= [ "proxy/proxy_resolver_perftest.cc" ]
- }
-
# Some linker failures have been observed for this target on the Win64
# continuous builder, see crbug.com/659369.
# TODO(sebmarchand): Remove this once we have some data.
« no previous file with comments | « no previous file | net/proxy/proxy_resolver_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698