Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: net/net.gyp

Issue 159791: Move test_file_util out of libbase. Test code should not be mixed with production code. (Closed)
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« chrome/chrome.gyp ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 ], 555 ],
556 }, 556 },
557 { 557 {
558 'target_name': 'net_perftests', 558 'target_name': 'net_perftests',
559 'type': 'executable', 559 'type': 'executable',
560 'dependencies': [ 560 'dependencies': [
561 'net', 561 'net',
562 'net_test_support', 562 'net_test_support',
563 '../base/base.gyp:base', 563 '../base/base.gyp:base',
564 '../base/base.gyp:test_support_base', 564 '../base/base.gyp:test_support_base',
565 '../base/base.gyp:test_support_perf',
565 '../testing/gtest.gyp:gtest', 566 '../testing/gtest.gyp:gtest',
566 ], 567 ],
567 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73', 568 'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
568 'sources': [ 569 'sources': [
569 'base/cookie_monster_perftest.cc', 570 'base/cookie_monster_perftest.cc',
570 'disk_cache/disk_cache_perftest.cc', 571 'disk_cache/disk_cache_perftest.cc',
571 'proxy/proxy_resolver_perftest.cc', 572 'proxy/proxy_resolver_perftest.cc',
572 ], 573 ],
573 'conditions': [ 574 'conditions': [
574 # This is needed to trigger the dll copy step on windows. 575 # This is needed to trigger the dll copy step on windows.
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 'dependencies': ['../build/win/system.gyp:cygwin'], 670 'dependencies': ['../build/win/system.gyp:cygwin'],
670 }], 671 }],
671 ], 672 ],
672 }, 673 },
673 { 674 {
674 'target_name': 'fetch_client', 675 'target_name': 'fetch_client',
675 'type': 'executable', 676 'type': 'executable',
676 'dependencies': [ 677 'dependencies': [
677 'net', 678 'net',
678 '../base/base.gyp:base', 679 '../base/base.gyp:base',
679 '../base/base.gyp:test_support_base', 680 '../base/base.gyp:test_support_perf',
680 '../testing/gtest.gyp:gtest', 681 '../testing/gtest.gyp:gtest',
681 ], 682 ],
682 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123', 683 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
683 'sources': [ 684 'sources': [
684 'tools/fetch/fetch_client.cc', 685 'tools/fetch/fetch_client.cc',
685 ], 686 ],
686 }, 687 },
687 { 688 {
688 'target_name': 'fetch_server', 689 'target_name': 'fetch_server',
689 'type': 'executable', 690 'type': 'executable',
690 'dependencies': [ 691 'dependencies': [
691 'net', 692 'net',
692 '../base/base.gyp:base', 693 '../base/base.gyp:base',
693 '../base/base.gyp:test_support_base', 694 '../base/base.gyp:test_support_perf',
694 '../testing/gtest.gyp:gtest', 695 '../testing/gtest.gyp:gtest',
695 ], 696 ],
696 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124', 697 'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
697 'sources': [ 698 'sources': [
698 'tools/fetch/fetch_server.cc', 699 'tools/fetch/fetch_server.cc',
699 'tools/fetch/http_listen_socket.cc', 700 'tools/fetch/http_listen_socket.cc',
700 'tools/fetch/http_listen_socket.h', 701 'tools/fetch/http_listen_socket.h',
701 'tools/fetch/http_server.cc', 702 'tools/fetch/http_server.cc',
702 'tools/fetch/http_server.h', 703 'tools/fetch/http_server.h',
703 'tools/fetch/http_server_request_info.h', 704 'tools/fetch/http_server_request_info.h',
(...skipping 17 matching lines...) Expand all
721 'sources': [ 722 'sources': [
722 'tools/dump_cache/dump_cache.cc', 723 'tools/dump_cache/dump_cache.cc',
723 'tools/dump_cache/dump_files.cc', 724 'tools/dump_cache/dump_files.cc',
724 'tools/dump_cache/upgrade.cc', 725 'tools/dump_cache/upgrade.cc',
725 ], 726 ],
726 }, 727 },
727 ], 728 ],
728 }], 729 }],
729 ], 730 ],
730 } 731 }
OLDNEW
« chrome/chrome.gyp ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698