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

Side by Side Diff: net/net.gyp

Issue 401623006: Extract ScopedTestNSSDB from nss_util. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed function call that was missed during renaming. Created 6 years, 5 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 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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 }, 535 },
536 { 536 {
537 'target_name': 'net_unittests', 537 'target_name': 'net_unittests',
538 'type': '<(gtest_target_type)', 538 'type': '<(gtest_target_type)',
539 'dependencies': [ 539 'dependencies': [
540 '../base/base.gyp:base', 540 '../base/base.gyp:base',
541 '../base/base.gyp:base_i18n', 541 '../base/base.gyp:base_i18n',
542 '../base/base.gyp:base_prefs_test_support', 542 '../base/base.gyp:base_prefs_test_support',
543 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 543 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
544 '../crypto/crypto.gyp:crypto', 544 '../crypto/crypto.gyp:crypto',
545 '../crypto/crypto.gyp:crypto_test_support',
545 '../testing/gmock.gyp:gmock', 546 '../testing/gmock.gyp:gmock',
546 '../testing/gtest.gyp:gtest', 547 '../testing/gtest.gyp:gtest',
547 '../third_party/zlib/zlib.gyp:zlib', 548 '../third_party/zlib/zlib.gyp:zlib',
548 '../url/url.gyp:url_lib', 549 '../url/url.gyp:url_lib',
549 'balsa', 550 'balsa',
550 'http_server', 551 'http_server',
551 'net', 552 'net',
552 'net_derived_sources', 553 'net_derived_sources',
553 'net_test_support', 554 'net_test_support',
554 'quic_tools', 555 'quic_tools',
(...skipping 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after
1709 'net_unittests.isolate', 1710 'net_unittests.isolate',
1710 ], 1711 ],
1711 'sources': [ 1712 'sources': [
1712 'net_unittests.isolate', 1713 'net_unittests.isolate',
1713 ], 1714 ],
1714 }, 1715 },
1715 ], 1716 ],
1716 }], 1717 }],
1717 ], 1718 ],
1718 } 1719 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698