| 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 896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1746 '../build/isolate.gypi', | 1747 '../build/isolate.gypi', |
| 1747 ], | 1748 ], |
| 1748 'sources': [ | 1749 'sources': [ |
| 1749 'net_unittests.isolate', | 1750 'net_unittests.isolate', |
| 1750 ], | 1751 ], |
| 1751 }, | 1752 }, |
| 1752 ], | 1753 ], |
| 1753 }], | 1754 }], |
| 1754 ], | 1755 ], |
| 1755 } | 1756 } |
| OLD | NEW |