| OLD | NEW |
| 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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 { | 423 { |
| 424 'target_name': 'net_perftests', | 424 'target_name': 'net_perftests', |
| 425 'type': 'executable', | 425 'type': 'executable', |
| 426 'dependencies': [ | 426 'dependencies': [ |
| 427 '../base/base.gyp:base', | 427 '../base/base.gyp:base', |
| 428 '../base/base.gyp:base_i18n', | 428 '../base/base.gyp:base_i18n', |
| 429 '../base/base.gyp:test_support_perf', | 429 '../base/base.gyp:test_support_perf', |
| 430 '../testing/gtest.gyp:gtest', | 430 '../testing/gtest.gyp:gtest', |
| 431 '../url/url.gyp:url_lib', | 431 '../url/url.gyp:url_lib', |
| 432 'net', | 432 'net', |
| 433 'net_extras', |
| 433 'net_test_support', | 434 'net_test_support', |
| 434 ], | 435 ], |
| 435 'sources': [ | 436 'sources': [ |
| 436 'cookies/cookie_monster_perftest.cc', | 437 'cookies/cookie_monster_perftest.cc', |
| 437 'disk_cache/blockfile/disk_cache_perftest.cc', | 438 'disk_cache/blockfile/disk_cache_perftest.cc', |
| 439 'extras/sqlite/sqlite_persistent_cookie_store_perftest.cc', |
| 438 'proxy/proxy_resolver_perftest.cc', | 440 'proxy/proxy_resolver_perftest.cc', |
| 439 'udp/udp_socket_perftest.cc', | 441 'udp/udp_socket_perftest.cc', |
| 440 'websockets/websocket_frame_perftest.cc', | 442 'websockets/websocket_frame_perftest.cc', |
| 441 ], | 443 ], |
| 442 'conditions': [ | 444 'conditions': [ |
| 443 [ 'use_v8_in_net==1', { | 445 [ 'use_v8_in_net==1', { |
| 444 'dependencies': [ | 446 'dependencies': [ |
| 445 'net_with_v8', | 447 'net_with_v8', |
| 446 ], | 448 ], |
| 447 }, { # else: !use_v8_in_net | 449 }, { # else: !use_v8_in_net |
| (...skipping 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1486 '../build/isolate.gypi', | 1488 '../build/isolate.gypi', |
| 1487 ], | 1489 ], |
| 1488 'sources': [ | 1490 'sources': [ |
| 1489 'net_unittests.isolate', | 1491 'net_unittests.isolate', |
| 1490 ], | 1492 ], |
| 1491 }, | 1493 }, |
| 1492 ], | 1494 ], |
| 1493 }], | 1495 }], |
| 1494 ], | 1496 ], |
| 1495 } | 1497 } |
| OLD | NEW |