| 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 'linux_link_kerberos%': 0, | 8 'linux_link_kerberos%': 0, |
| 9 'conditions': [ | 9 'conditions': [ |
| 10 ['chromeos==1 or embedded==1 or OS=="ios"', { | 10 ['chromeos==1 or embedded==1 or OS=="ios"', { |
| (...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 '../base/base.gyp:test_support_perf', | 479 '../base/base.gyp:test_support_perf', |
| 480 '../testing/gtest.gyp:gtest', | 480 '../testing/gtest.gyp:gtest', |
| 481 '../url/url.gyp:url_lib', | 481 '../url/url.gyp:url_lib', |
| 482 'net', | 482 'net', |
| 483 'net_extras', | 483 'net_extras', |
| 484 'net_test_support', | 484 'net_test_support', |
| 485 ], | 485 ], |
| 486 'sources': [ | 486 'sources': [ |
| 487 'base/mime_sniffer_perftest.cc', | 487 'base/mime_sniffer_perftest.cc', |
| 488 'cookies/cookie_monster_perftest.cc', | 488 'cookies/cookie_monster_perftest.cc', |
| 489 'disk_cache/blockfile/disk_cache_perftest.cc', | 489 'disk_cache/disk_cache_perftest.cc', |
| 490 'extras/sqlite/sqlite_persistent_cookie_store_perftest.cc', | 490 'extras/sqlite/sqlite_persistent_cookie_store_perftest.cc', |
| 491 'proxy/proxy_resolver_perftest.cc', | 491 'proxy/proxy_resolver_perftest.cc', |
| 492 'udp/udp_socket_perftest.cc', | 492 'udp/udp_socket_perftest.cc', |
| 493 'websockets/websocket_frame_perftest.cc', | 493 'websockets/websocket_frame_perftest.cc', |
| 494 ], | 494 ], |
| 495 'conditions': [ | 495 'conditions': [ |
| 496 [ 'use_v8_in_net==1', { | 496 [ 'use_v8_in_net==1', { |
| 497 'dependencies': [ | 497 'dependencies': [ |
| 498 'net_with_v8', | 498 'net_with_v8', |
| 499 ], | 499 ], |
| (...skipping 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1727 '../build/isolate.gypi', | 1727 '../build/isolate.gypi', |
| 1728 ], | 1728 ], |
| 1729 'sources': [ | 1729 'sources': [ |
| 1730 'net_unittests.isolate', | 1730 'net_unittests.isolate', |
| 1731 ], | 1731 ], |
| 1732 }, | 1732 }, |
| 1733 ], | 1733 ], |
| 1734 }], | 1734 }], |
| 1735 ], | 1735 ], |
| 1736 } | 1736 } |
| OLD | NEW |