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

Side by Side Diff: net/net.gyp

Issue 541743002: Move url_request_mock_http_job to net/test/url_request/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed unwanted new lines Created 6 years, 3 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
OLDNEW
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 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 'test/spawned_test_server/base_test_server.h', 965 'test/spawned_test_server/base_test_server.h',
966 'test/spawned_test_server/local_test_server_posix.cc', 966 'test/spawned_test_server/local_test_server_posix.cc',
967 'test/spawned_test_server/local_test_server_win.cc', 967 'test/spawned_test_server/local_test_server_win.cc',
968 'test/spawned_test_server/local_test_server.cc', 968 'test/spawned_test_server/local_test_server.cc',
969 'test/spawned_test_server/local_test_server.h', 969 'test/spawned_test_server/local_test_server.h',
970 'test/spawned_test_server/remote_test_server.cc', 970 'test/spawned_test_server/remote_test_server.cc',
971 'test/spawned_test_server/remote_test_server.h', 971 'test/spawned_test_server/remote_test_server.h',
972 'test/spawned_test_server/spawned_test_server.h', 972 'test/spawned_test_server/spawned_test_server.h',
973 'test/spawned_test_server/spawner_communicator.cc', 973 'test/spawned_test_server/spawner_communicator.cc',
974 'test/spawned_test_server/spawner_communicator.h', 974 'test/spawned_test_server/spawner_communicator.h',
975 'test/url_request/url_request_mock_http_job.cc',
976 'test/url_request/url_request_mock_http_job.h',
975 'url_request/test_url_fetcher_factory.cc', 977 'url_request/test_url_fetcher_factory.cc',
976 'url_request/test_url_fetcher_factory.h', 978 'url_request/test_url_fetcher_factory.h',
977 'url_request/url_request_test_util.cc', 979 'url_request/url_request_test_util.cc',
978 'url_request/url_request_test_util.h', 980 'url_request/url_request_test_util.h',
979 ], 981 ],
980 'conditions': [ 982 'conditions': [
981 ['OS != "ios"', { 983 ['OS != "ios"', {
982 'dependencies': [ 984 'dependencies': [
983 '../third_party/protobuf/protobuf.gyp:py_proto', 985 '../third_party/protobuf/protobuf.gyp:py_proto',
984 ], 986 ],
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
1731 'net_unittests.isolate', 1733 'net_unittests.isolate',
1732 ], 1734 ],
1733 'sources': [ 1735 'sources': [
1734 'net_unittests.isolate', 1736 'net_unittests.isolate',
1735 ], 1737 ],
1736 }, 1738 },
1737 ], 1739 ],
1738 }], 1740 }],
1739 ], 1741 ],
1740 } 1742 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698