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

Unified Diff: net/BUILD.gn

Issue 1058003005: Mime sniffer: reduce table from 256 bytes to 4 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fix for MSVC 64-bit Created 5 years, 7 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/base/mime_sniffer.h » ('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 49373d8cd1e160be3c6c9eeb29fcac755ec9fc48..dfc7ed9acfe2b4097f08c9097d83824e96462159 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1615,6 +1615,7 @@ if (!is_android && !is_win) {
executable("net_perftests") {
testonly = true
sources = [
+ "base/mime_sniffer_perftest.cc",
"cookies/cookie_monster_perftest.cc",
"disk_cache/blockfile/disk_cache_perftest.cc",
"proxy/proxy_resolver_perftest.cc",
« no previous file with comments | « no previous file | net/base/mime_sniffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698