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

Side by Side Diff: net/net.gyp

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: Only EXPECT_DFATAL when LOG_DCHECK == LOG_DFATAL 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
« no previous file with comments | « net/BUILD.gn ('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 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 'conditions': [ 9 'conditions': [
10 ['chromeos==1 or embedded==1 or OS=="ios"', { 10 ['chromeos==1 or embedded==1 or OS=="ios"', {
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 'test/embedded_test_server/embedded_test_server.h', 604 'test/embedded_test_server/embedded_test_server.h',
605 'test/embedded_test_server/http_connection.cc', 605 'test/embedded_test_server/http_connection.cc',
606 'test/embedded_test_server/http_connection.h', 606 'test/embedded_test_server/http_connection.h',
607 'test/embedded_test_server/http_request.cc', 607 'test/embedded_test_server/http_request.cc',
608 'test/embedded_test_server/http_request.h', 608 'test/embedded_test_server/http_request.h',
609 'test/embedded_test_server/http_response.cc', 609 'test/embedded_test_server/http_response.cc',
610 'test/embedded_test_server/http_response.h', 610 'test/embedded_test_server/http_response.h',
611 'test/embedded_test_server/request_handler_util.cc', 611 'test/embedded_test_server/request_handler_util.cc',
612 'test/embedded_test_server/request_handler_util.h', 612 'test/embedded_test_server/request_handler_util.h',
613 'test/event_waiter.h', 613 'test/event_waiter.h',
614 'test/gtest_util.h',
614 'test/net_test_suite.cc', 615 'test/net_test_suite.cc',
615 'test/net_test_suite.h', 616 'test/net_test_suite.h',
616 'test/python_utils.cc', 617 'test/python_utils.cc',
617 'test/python_utils.h', 618 'test/python_utils.h',
619 'test/scoped_disable_exit_on_dfatal.cc',
620 'test/scoped_disable_exit_on_dfatal.h',
618 'test/spawned_test_server/base_test_server.cc', 621 'test/spawned_test_server/base_test_server.cc',
619 'test/spawned_test_server/base_test_server.h', 622 'test/spawned_test_server/base_test_server.h',
620 'test/spawned_test_server/local_test_server.cc', 623 'test/spawned_test_server/local_test_server.cc',
621 'test/spawned_test_server/local_test_server.h', 624 'test/spawned_test_server/local_test_server.h',
622 'test/spawned_test_server/local_test_server_posix.cc', 625 'test/spawned_test_server/local_test_server_posix.cc',
623 'test/spawned_test_server/local_test_server_win.cc', 626 'test/spawned_test_server/local_test_server_win.cc',
624 'test/spawned_test_server/spawned_test_server.h', 627 'test/spawned_test_server/spawned_test_server.h',
625 'test/test_certificate_data.h', 628 'test/test_certificate_data.h',
626 'test/url_request/ssl_certificate_error_job.cc', 629 'test/url_request/ssl_certificate_error_job.cc',
627 'test/url_request/ssl_certificate_error_job.h', 630 'test/url_request/ssl_certificate_error_job.h',
(...skipping 1083 matching lines...) Expand 10 before | Expand all | Expand 10 after
1711 '../build/isolate.gypi', 1714 '../build/isolate.gypi',
1712 ], 1715 ],
1713 'sources': [ 1716 'sources': [
1714 'net_unittests.isolate', 1717 'net_unittests.isolate',
1715 ], 1718 ],
1716 }, 1719 },
1717 ], 1720 ],
1718 }], 1721 }],
1719 ], 1722 ],
1720 } 1723 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698