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

Side by Side Diff: net/BUILD.gn

Issue 1969413003: Support Simple Cache in disk_cache_perftest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename Hash test to BlockfileHash Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | net/disk_cache/blockfile/disk_cache_perftest.cc » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1653 matching lines...) Expand 10 before | Expand all | Expand 10 after
1664 1664
1665 # !is_android && !is_win && !is_mac 1665 # !is_android && !is_win && !is_mac
1666 if (!is_ios) { 1666 if (!is_ios) {
1667 # TODO(crbug.com/594965): this should be converted to "app" template and 1667 # TODO(crbug.com/594965): this should be converted to "app" template and
1668 # enabled on iOS too. 1668 # enabled on iOS too.
1669 executable("net_perftests") { 1669 executable("net_perftests") {
1670 testonly = true 1670 testonly = true
1671 sources = [ 1671 sources = [
1672 "base/mime_sniffer_perftest.cc", 1672 "base/mime_sniffer_perftest.cc",
1673 "cookies/cookie_monster_perftest.cc", 1673 "cookies/cookie_monster_perftest.cc",
1674 "disk_cache/blockfile/disk_cache_perftest.cc", 1674 "disk_cache/disk_cache_perftest.cc",
1675 "extras/sqlite/sqlite_persistent_cookie_store_perftest.cc", 1675 "extras/sqlite/sqlite_persistent_cookie_store_perftest.cc",
1676 "proxy/proxy_resolver_perftest.cc", 1676 "proxy/proxy_resolver_perftest.cc",
1677 "udp/udp_socket_perftest.cc", 1677 "udp/udp_socket_perftest.cc",
1678 ] 1678 ]
1679 1679
1680 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1680 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1681 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 1681 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
1682 deps = [ 1682 deps = [
1683 ":extras", 1683 ":extras",
1684 ":net", 1684 ":net",
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
2016 "url_request/url_request_fuzzer.cc", 2016 "url_request/url_request_fuzzer.cc",
2017 ] 2017 ]
2018 deps = [ 2018 deps = [
2019 ":net_fuzzer_test_support", 2019 ":net_fuzzer_test_support",
2020 ":test_support", 2020 ":test_support",
2021 "//base", 2021 "//base",
2022 "//net", 2022 "//net",
2023 ] 2023 ]
2024 dict = "data/http/http.dict" 2024 dict = "data/http/http.dict"
2025 } 2025 }
OLDNEW
« no previous file with comments | « no previous file | net/disk_cache/blockfile/disk_cache_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698