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

Side by Side Diff: net/net.gypi

Issue 1953273002: Add support to GCMKeyStore for multiple keys per app_id (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid6fixstore
Patch Set: Simplify Decrypt fallback by banning IID token & GCM reg from sharing same app_id Created 4 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 1747 matching lines...) Expand 10 before | Expand all | Expand 10 after
1758 'ssl/openssl_client_key_store_unittest.cc', 1758 'ssl/openssl_client_key_store_unittest.cc',
1759 'ssl/ssl_cipher_suite_names_unittest.cc', 1759 'ssl/ssl_cipher_suite_names_unittest.cc',
1760 'ssl/ssl_client_auth_cache_unittest.cc', 1760 'ssl/ssl_client_auth_cache_unittest.cc',
1761 'ssl/ssl_client_session_cache_unittest.cc', 1761 'ssl/ssl_client_session_cache_unittest.cc',
1762 'ssl/ssl_config_service_unittest.cc', 1762 'ssl/ssl_config_service_unittest.cc',
1763 'ssl/ssl_config_unittest.cc', 1763 'ssl/ssl_config_unittest.cc',
1764 'ssl/ssl_connection_status_flags_unittest.cc', 1764 'ssl/ssl_connection_status_flags_unittest.cc',
1765 'test/embedded_test_server/embedded_test_server_unittest.cc', 1765 'test/embedded_test_server/embedded_test_server_unittest.cc',
1766 'test/embedded_test_server/http_request_unittest.cc', 1766 'test/embedded_test_server/http_request_unittest.cc',
1767 'test/embedded_test_server/http_response_unittest.cc', 1767 'test/embedded_test_server/http_response_unittest.cc',
1768 'test/gtest_util.h',
1769 'test/python_utils_unittest.cc', 1768 'test/python_utils_unittest.cc',
1770 'test/run_all_unittests.cc', 1769 'test/run_all_unittests.cc',
1771 'test/scoped_disable_exit_on_dfatal.cc',
1772 'test/scoped_disable_exit_on_dfatal.h',
1773 'third_party/nist-pkits/pkits_testcases-inl.h', 1770 'third_party/nist-pkits/pkits_testcases-inl.h',
1774 'tools/balsa/balsa_frame_test.cc', 1771 'tools/balsa/balsa_frame_test.cc',
1775 'tools/balsa/balsa_headers_test.cc', 1772 'tools/balsa/balsa_headers_test.cc',
1776 'tools/quic/quic_simple_client_test.cc', 1773 'tools/quic/quic_simple_client_test.cc',
1777 'tools/quic/test_tools/mock_quic_server_session_visitor.cc', 1774 'tools/quic/test_tools/mock_quic_server_session_visitor.cc',
1778 'tools/quic/test_tools/mock_quic_server_session_visitor.h', 1775 'tools/quic/test_tools/mock_quic_server_session_visitor.h',
1779 'tools/tld_cleanup/tld_cleanup_util_unittest.cc', 1776 'tools/tld_cleanup/tld_cleanup_util_unittest.cc',
1780 'udp/udp_socket_unittest.cc', 1777 'udp/udp_socket_unittest.cc',
1781 'url_request/certificate_report_sender_unittest.cc', 1778 'url_request/certificate_report_sender_unittest.cc',
1782 'url_request/sdch_dictionary_fetcher_unittest.cc', 1779 'url_request/sdch_dictionary_fetcher_unittest.cc',
(...skipping 1344 matching lines...) Expand 10 before | Expand all | Expand 10 after
3127 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3124 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3128 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3125 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3129 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3126 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3130 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3127 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3131 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3128 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3132 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3129 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3133 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3130 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3134 ], 3131 ],
3135 } 3132 }
3136 } 3133 }
OLDNEW
« components/gcm_driver/crypto/proto/gcm_encryption_data.proto ('K') | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698