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

Side by Side Diff: net/net.gyp

Issue 1076063002: Remove certificates from Channel ID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Udpate KeysEqual to fail if preconditions fail 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 | « net/extras/sqlite/sqlite_channel_id_store_unittest.cc ('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 # Defines an extra set of libs with an alternate copy of org.apache.http. 8 # Defines an extra set of libs with an alternate copy of org.apache.http.
9 # TODO(yfriedman): Remove this when crbug.com/488192 is fixed. 9 # TODO(yfriedman): Remove this when crbug.com/488192 is fixed.
10 'net_test_extra_libs': [], 10 'net_test_extra_libs': [],
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 'proxy/mock_proxy_resolver.h', 554 'proxy/mock_proxy_resolver.h',
555 'proxy/mock_proxy_script_fetcher.cc', 555 'proxy/mock_proxy_script_fetcher.cc',
556 'proxy/mock_proxy_script_fetcher.h', 556 'proxy/mock_proxy_script_fetcher.h',
557 'proxy/proxy_config_service_common_unittest.cc', 557 'proxy/proxy_config_service_common_unittest.cc',
558 'proxy/proxy_config_service_common_unittest.h', 558 'proxy/proxy_config_service_common_unittest.h',
559 'socket/socket_test_util.cc', 559 'socket/socket_test_util.cc',
560 'socket/socket_test_util.h', 560 'socket/socket_test_util.h',
561 'test/cert_test_util.cc', 561 'test/cert_test_util.cc',
562 'test/cert_test_util.h', 562 'test/cert_test_util.h',
563 'test/cert_test_util_nss.cc', 563 'test/cert_test_util_nss.cc',
564 'test/channel_id_test_util.cc',
565 'test/channel_id_test_util.h',
564 'test/ct_test_util.cc', 566 'test/ct_test_util.cc',
565 'test/ct_test_util.h', 567 'test/ct_test_util.h',
566 'test/embedded_test_server/embedded_test_server.cc', 568 'test/embedded_test_server/embedded_test_server.cc',
567 'test/embedded_test_server/embedded_test_server.h', 569 'test/embedded_test_server/embedded_test_server.h',
568 'test/embedded_test_server/http_connection.cc', 570 'test/embedded_test_server/http_connection.cc',
569 'test/embedded_test_server/http_connection.h', 571 'test/embedded_test_server/http_connection.h',
570 'test/embedded_test_server/http_request.cc', 572 'test/embedded_test_server/http_request.cc',
571 'test/embedded_test_server/http_request.h', 573 'test/embedded_test_server/http_request.h',
572 'test/embedded_test_server/http_response.cc', 574 'test/embedded_test_server/http_response.cc',
573 'test/embedded_test_server/http_response.h', 575 'test/embedded_test_server/http_response.h',
(...skipping 974 matching lines...) Expand 10 before | Expand all | Expand 10 after
1548 '../build/isolate.gypi', 1550 '../build/isolate.gypi',
1549 ], 1551 ],
1550 'sources': [ 1552 'sources': [
1551 'net_unittests.isolate', 1553 'net_unittests.isolate',
1552 ], 1554 ],
1553 }, 1555 },
1554 ], 1556 ],
1555 }], 1557 }],
1556 ], 1558 ],
1557 } 1559 }
OLDNEW
« no previous file with comments | « net/extras/sqlite/sqlite_channel_id_store_unittest.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698