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

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: Fix gyp 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 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1396 }, 1396 },
1397 { 1397 {
1398 'target_name': 'net_test_support', 1398 'target_name': 'net_test_support',
1399 'type': 'static_library', 1399 'type': 'static_library',
1400 'dependencies': [ 1400 'dependencies': [
1401 'net', 1401 'net',
1402 '../base/base.gyp:base', 1402 '../base/base.gyp:base',
1403 '../base/base.gyp:test_support_base', 1403 '../base/base.gyp:test_support_base',
1404 '../testing/gtest.gyp:gtest', 1404 '../testing/gtest.gyp:gtest',
1405 ], 1405 ],
1406 'export_dependent_settings': [
1407 '../base/base.gyp:base',
1408 '../base/base.gyp:test_support_base',
1409 '../testing/gtest.gyp:gtest',
1410 ],
1406 'sources': [ 1411 'sources': [
1407 'base/cert_test_util.cc', 1412 'base/cert_test_util.cc',
1408 'base/cert_test_util.h', 1413 'base/cert_test_util.h',
1409 'base/cookie_monster_store_test.cc', 1414 'base/cookie_monster_store_test.cc',
1410 'base/cookie_monster_store_test.h', 1415 'base/cookie_monster_store_test.h',
1411 'base/cookie_store_test_callbacks.cc', 1416 'base/cookie_store_test_callbacks.cc',
1412 'base/cookie_store_test_callbacks.h', 1417 'base/cookie_store_test_callbacks.h',
1413 'base/cookie_store_test_helpers.cc', 1418 'base/cookie_store_test_helpers.cc',
1414 'base/cookie_store_test_helpers.h', 1419 'base/cookie_store_test_helpers.h',
1415 'base/mock_file_stream.cc', 1420 'base/mock_file_stream.cc',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
1739 'tools/dump_cache/url_to_filename_encoder.cc', 1744 'tools/dump_cache/url_to_filename_encoder.cc',
1740 'tools/dump_cache/url_to_filename_encoder.h', 1745 'tools/dump_cache/url_to_filename_encoder.h',
1741 'tools/dump_cache/url_utilities.h', 1746 'tools/dump_cache/url_utilities.h',
1742 'tools/dump_cache/url_utilities.cc', 1747 'tools/dump_cache/url_utilities.cc',
1743 ], 1748 ],
1744 }, 1749 },
1745 ], 1750 ],
1746 }], 1751 }],
1747 ], 1752 ],
1748 } 1753 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698