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

Side by Side Diff: net/net.gyp

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 | « net/disk_cache/disk_cache_perftest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 'conditions': [ 9 'conditions': [
10 ['chromeos==1 or embedded==1 or OS=="ios"', { 10 ['chromeos==1 or embedded==1 or OS=="ios"', {
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 '../base/base.gyp:test_support_perf', 479 '../base/base.gyp:test_support_perf',
480 '../testing/gtest.gyp:gtest', 480 '../testing/gtest.gyp:gtest',
481 '../url/url.gyp:url_lib', 481 '../url/url.gyp:url_lib',
482 'net', 482 'net',
483 'net_extras', 483 'net_extras',
484 'net_test_support', 484 'net_test_support',
485 ], 485 ],
486 'sources': [ 486 'sources': [
487 'base/mime_sniffer_perftest.cc', 487 'base/mime_sniffer_perftest.cc',
488 'cookies/cookie_monster_perftest.cc', 488 'cookies/cookie_monster_perftest.cc',
489 'disk_cache/blockfile/disk_cache_perftest.cc', 489 'disk_cache/disk_cache_perftest.cc',
490 'extras/sqlite/sqlite_persistent_cookie_store_perftest.cc', 490 'extras/sqlite/sqlite_persistent_cookie_store_perftest.cc',
491 'proxy/proxy_resolver_perftest.cc', 491 'proxy/proxy_resolver_perftest.cc',
492 'udp/udp_socket_perftest.cc', 492 'udp/udp_socket_perftest.cc',
493 'websockets/websocket_frame_perftest.cc', 493 'websockets/websocket_frame_perftest.cc',
494 ], 494 ],
495 'conditions': [ 495 'conditions': [
496 [ 'use_v8_in_net==1', { 496 [ 'use_v8_in_net==1', {
497 'dependencies': [ 497 'dependencies': [
498 'net_with_v8', 498 'net_with_v8',
499 ], 499 ],
(...skipping 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after
1727 '../build/isolate.gypi', 1727 '../build/isolate.gypi',
1728 ], 1728 ],
1729 'sources': [ 1729 'sources': [
1730 'net_unittests.isolate', 1730 'net_unittests.isolate',
1731 ], 1731 ],
1732 }, 1732 },
1733 ], 1733 ],
1734 }], 1734 }],
1735 ], 1735 ],
1736 } 1736 }
OLDNEW
« no previous file with comments | « net/disk_cache/disk_cache_perftest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698