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

Side by Side Diff: net/net.gyp

Issue 1118263003: Revert of Don't use RSAPrivateKey in NSS integration code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ocsp-refactor
Patch Set: Created 5 years, 7 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
« no previous file with comments | « crypto/rsa_private_key_nss_unittest.cc ('k') | net/test/cert_test_util.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'conditions': [ 10 'conditions': [
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 '../testing/gtest.gyp:gtest', 499 '../testing/gtest.gyp:gtest',
500 '../testing/gmock.gyp:gmock', 500 '../testing/gmock.gyp:gmock',
501 '../url/url.gyp:url_lib', 501 '../url/url.gyp:url_lib',
502 'net', 502 'net',
503 ], 503 ],
504 'export_dependent_settings': [ 504 'export_dependent_settings': [
505 '../base/base.gyp:base', 505 '../base/base.gyp:base',
506 # TODO(mmenke): This depends on icu, figure out a way to build tests 506 # TODO(mmenke): This depends on icu, figure out a way to build tests
507 # without icu. 507 # without icu.
508 '../base/base.gyp:test_support_base', 508 '../base/base.gyp:test_support_base',
509 '../crypto/crypto.gyp:crypto',
510 '../testing/gtest.gyp:gtest', 509 '../testing/gtest.gyp:gtest',
511 '../testing/gmock.gyp:gmock', 510 '../testing/gmock.gyp:gmock',
512 ], 511 ],
513 'sources': [ 512 'sources': [
514 'base/load_timing_info_test_util.cc', 513 'base/load_timing_info_test_util.cc',
515 'base/load_timing_info_test_util.h', 514 'base/load_timing_info_test_util.h',
516 'base/mock_file_stream.cc', 515 'base/mock_file_stream.cc',
517 'base/mock_file_stream.h', 516 'base/mock_file_stream.h',
518 'base/test_completion_callback.cc', 517 'base/test_completion_callback.cc',
519 'base/test_completion_callback.h', 518 'base/test_completion_callback.h',
(...skipping 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after
1528 '../build/isolate.gypi', 1527 '../build/isolate.gypi',
1529 ], 1528 ],
1530 'sources': [ 1529 'sources': [
1531 'net_unittests.isolate', 1530 'net_unittests.isolate',
1532 ], 1531 ],
1533 }, 1532 },
1534 ], 1533 ],
1535 }], 1534 }],
1536 ], 1535 ],
1537 } 1536 }
OLDNEW
« no previous file with comments | « crypto/rsa_private_key_nss_unittest.cc ('k') | net/test/cert_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698