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

Side by Side Diff: net/net.gyp

Issue 9562037: Move TestURLRequestContextGetter to url_request_test_util.{h,cc} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change comment Created 8 years, 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 1394 matching lines...) Expand 10 before | Expand all | Expand 10 after
1405 }, 1405 },
1406 { 1406 {
1407 'target_name': 'net_test_support', 1407 'target_name': 'net_test_support',
1408 'type': 'static_library', 1408 'type': 'static_library',
1409 'dependencies': [ 1409 'dependencies': [
1410 'net', 1410 'net',
1411 '../base/base.gyp:base', 1411 '../base/base.gyp:base',
1412 '../base/base.gyp:test_support_base', 1412 '../base/base.gyp:test_support_base',
1413 '../testing/gtest.gyp:gtest', 1413 '../testing/gtest.gyp:gtest',
1414 ], 1414 ],
1415 'export_dependent_settings': [
1416 '../base/base.gyp:base',
1417 '../base/base.gyp:test_support_base',
1418 '../testing/gtest.gyp:gtest',
1419 ],
1415 'sources': [ 1420 'sources': [
1416 'base/cert_test_util.cc', 1421 'base/cert_test_util.cc',
1417 'base/cert_test_util.h', 1422 'base/cert_test_util.h',
1418 'base/cookie_monster_store_test.cc', 1423 'base/cookie_monster_store_test.cc',
1419 'base/cookie_monster_store_test.h', 1424 'base/cookie_monster_store_test.h',
1420 'base/cookie_store_test_callbacks.cc', 1425 'base/cookie_store_test_callbacks.cc',
1421 'base/cookie_store_test_callbacks.h', 1426 'base/cookie_store_test_callbacks.h',
1422 'base/cookie_store_test_helpers.cc', 1427 'base/cookie_store_test_helpers.cc',
1423 'base/cookie_store_test_helpers.h', 1428 'base/cookie_store_test_helpers.h',
1424 'base/mock_file_stream.cc', 1429 'base/mock_file_stream.cc',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
1748 'tools/dump_cache/url_to_filename_encoder.cc', 1753 'tools/dump_cache/url_to_filename_encoder.cc',
1749 'tools/dump_cache/url_to_filename_encoder.h', 1754 'tools/dump_cache/url_to_filename_encoder.h',
1750 'tools/dump_cache/url_utilities.h', 1755 'tools/dump_cache/url_utilities.h',
1751 'tools/dump_cache/url_utilities.cc', 1756 'tools/dump_cache/url_utilities.cc',
1752 ], 1757 ],
1753 }, 1758 },
1754 ], 1759 ],
1755 }], 1760 }],
1756 ], 1761 ],
1757 } 1762 }
OLDNEW
« no previous file with comments | « jingle/notifier/listener/mediator_thread_unittest.cc ('k') | net/url_request/url_request_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698