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

Side by Side Diff: net/net.gyp

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 unified diff | Download patch
« no previous file with comments | « net/base/mime_sniffer_unittest.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 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 'dependencies': [ 427 'dependencies': [
428 '../base/base.gyp:base', 428 '../base/base.gyp:base',
429 '../base/base.gyp:base_i18n', 429 '../base/base.gyp:base_i18n',
430 '../base/base.gyp:test_support_perf', 430 '../base/base.gyp:test_support_perf',
431 '../testing/gtest.gyp:gtest', 431 '../testing/gtest.gyp:gtest',
432 '../url/url.gyp:url_lib', 432 '../url/url.gyp:url_lib',
433 'net', 433 'net',
434 'net_test_support', 434 'net_test_support',
435 ], 435 ],
436 'sources': [ 436 'sources': [
437 'base/mime_sniffer_perftest.cc',
437 'cookies/cookie_monster_perftest.cc', 438 'cookies/cookie_monster_perftest.cc',
438 'disk_cache/blockfile/disk_cache_perftest.cc', 439 'disk_cache/blockfile/disk_cache_perftest.cc',
439 'proxy/proxy_resolver_perftest.cc', 440 'proxy/proxy_resolver_perftest.cc',
440 'udp/udp_socket_perftest.cc', 441 'udp/udp_socket_perftest.cc',
441 'websockets/websocket_frame_perftest.cc', 442 'websockets/websocket_frame_perftest.cc',
442 ], 443 ],
443 'conditions': [ 444 'conditions': [
444 [ 'use_v8_in_net==1', { 445 [ 'use_v8_in_net==1', {
445 'dependencies': [ 446 'dependencies': [
446 'net_with_v8', 447 'net_with_v8',
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 '../build/isolate.gypi', 1522 '../build/isolate.gypi',
1522 ], 1523 ],
1523 'sources': [ 1524 'sources': [
1524 'net_unittests.isolate', 1525 'net_unittests.isolate',
1525 ], 1526 ],
1526 }, 1527 },
1527 ], 1528 ],
1528 }], 1529 }],
1529 ], 1530 ],
1530 } 1531 }
OLDNEW
« no previous file with comments | « net/base/mime_sniffer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698