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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |