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 819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
830 '../base/base.gyp:test_support_perf', | 830 '../base/base.gyp:test_support_perf', |
831 '../testing/gtest.gyp:gtest', | 831 '../testing/gtest.gyp:gtest', |
832 '../url/url.gyp:url_lib', | 832 '../url/url.gyp:url_lib', |
833 'net', | 833 'net', |
834 'net_test_support', | 834 'net_test_support', |
835 ], | 835 ], |
836 'sources': [ | 836 'sources': [ |
837 'cookies/cookie_monster_perftest.cc', | 837 'cookies/cookie_monster_perftest.cc', |
838 'disk_cache/blockfile/disk_cache_perftest.cc', | 838 'disk_cache/blockfile/disk_cache_perftest.cc', |
839 'proxy/proxy_resolver_perftest.cc', | 839 'proxy/proxy_resolver_perftest.cc', |
| 840 'udp/udp_socket_perftest.cc', |
840 'websockets/websocket_frame_perftest.cc', | 841 'websockets/websocket_frame_perftest.cc', |
841 ], | 842 ], |
842 'conditions': [ | 843 'conditions': [ |
843 [ 'use_v8_in_net==1', { | 844 [ 'use_v8_in_net==1', { |
844 'dependencies': [ | 845 'dependencies': [ |
845 'net_with_v8', | 846 'net_with_v8', |
846 ], | 847 ], |
847 }, { # else: !use_v8_in_net | 848 }, { # else: !use_v8_in_net |
848 'sources!': [ | 849 'sources!': [ |
849 'proxy/proxy_resolver_perftest.cc', | 850 'proxy/proxy_resolver_perftest.cc', |
(...skipping 915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1765 '../build/isolate.gypi', | 1766 '../build/isolate.gypi', |
1766 ], | 1767 ], |
1767 'sources': [ | 1768 'sources': [ |
1768 'net_unittests.isolate', | 1769 'net_unittests.isolate', |
1769 ], | 1770 ], |
1770 }, | 1771 }, |
1771 ], | 1772 ], |
1772 }], | 1773 }], |
1773 ], | 1774 ], |
1774 } | 1775 } |
OLD | NEW |