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

Side by Side Diff: net/net.gyp

Issue 908863004: Initial implementation for CertNetFetcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing comma Created 5 years, 8 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 | « net/data/cert_net_fetcher_impl_unittest/root.crl.mock-http-headers ('k') | net/net.gypi » ('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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 'sources!': [ 373 'sources!': [
374 # TODO(droger): The following tests are disabled because the 374 # TODO(droger): The following tests are disabled because the
375 # implementation is missing or incomplete. 375 # implementation is missing or incomplete.
376 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. 376 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS.
377 'base/keygen_handler_unittest.cc', 377 'base/keygen_handler_unittest.cc',
378 'disk_cache/backend_unittest.cc', 378 'disk_cache/backend_unittest.cc',
379 'disk_cache/blockfile/block_files_unittest.cc', 379 'disk_cache/blockfile/block_files_unittest.cc',
380 # Need to read input data files. 380 # Need to read input data files.
381 'filter/gzip_filter_unittest.cc', 381 'filter/gzip_filter_unittest.cc',
382 # Need TestServer. 382 # Need TestServer.
383 "cert_net/cert_net_fetcher_impl_unittest.cc",
383 'proxy/proxy_script_fetcher_impl_unittest.cc', 384 'proxy/proxy_script_fetcher_impl_unittest.cc',
384 'socket/ssl_client_socket_unittest.cc', 385 'socket/ssl_client_socket_unittest.cc',
385 'socket/ssl_server_socket_unittest.cc', 386 'socket/ssl_server_socket_unittest.cc',
386 'spdy/fuzzing/hpack_fuzz_util_test.cc', 387 'spdy/fuzzing/hpack_fuzz_util_test.cc',
387 # Needs GetAppOutput(). 388 # Needs GetAppOutput().
388 'test/python_utils_unittest.cc', 389 'test/python_utils_unittest.cc',
389 'url_request/url_fetcher_impl_unittest.cc', 390 'url_request/url_fetcher_impl_unittest.cc',
390 'url_request/url_request_context_builder_unittest.cc', 391 'url_request/url_request_context_builder_unittest.cc',
391 392
392 # The following tests are disabled because they don't apply to 393 # The following tests are disabled because they don't apply to
(...skipping 1137 matching lines...) Expand 10 before | Expand all | Expand 10 after
1530 '../build/isolate.gypi', 1531 '../build/isolate.gypi',
1531 ], 1532 ],
1532 'sources': [ 1533 'sources': [
1533 'net_unittests.isolate', 1534 'net_unittests.isolate',
1534 ], 1535 ],
1535 }, 1536 },
1536 ], 1537 ],
1537 }], 1538 }],
1538 ], 1539 ],
1539 } 1540 }
OLDNEW
« no previous file with comments | « net/data/cert_net_fetcher_impl_unittest/root.crl.mock-http-headers ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698