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

Side by Side Diff: net/net.gyp

Issue 924743002: Re-sort GYP files with the latest version of tools/source_list.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a typo introduced recently Created 5 years, 10 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 | « content/content_tests.gypi ('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 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 ], 765 ],
766 'sources!': [ 766 'sources!': [
767 # TODO(droger): The following tests are disabled because the 767 # TODO(droger): The following tests are disabled because the
768 # implementation is missing or incomplete. 768 # implementation is missing or incomplete.
769 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. 769 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS.
770 'base/keygen_handler_unittest.cc', 770 'base/keygen_handler_unittest.cc',
771 'disk_cache/backend_unittest.cc', 771 'disk_cache/backend_unittest.cc',
772 'disk_cache/blockfile/block_files_unittest.cc', 772 'disk_cache/blockfile/block_files_unittest.cc',
773 # Need to read input data files. 773 # Need to read input data files.
774 'filter/gzip_filter_unittest.cc', 774 'filter/gzip_filter_unittest.cc',
775 'socket/ssl_server_socket_unittest.cc',
776 'spdy/fuzzing/hpack_fuzz_util_test.cc',
777 # Need TestServer. 775 # Need TestServer.
778 'proxy/proxy_script_fetcher_impl_unittest.cc', 776 'proxy/proxy_script_fetcher_impl_unittest.cc',
779 'socket/ssl_client_socket_unittest.cc', 777 'socket/ssl_client_socket_unittest.cc',
778 'socket/ssl_server_socket_unittest.cc',
779 'spdy/fuzzing/hpack_fuzz_util_test.cc',
780 # Needs GetAppOutput().
781 'test/python_utils_unittest.cc',
780 'url_request/url_fetcher_impl_unittest.cc', 782 'url_request/url_fetcher_impl_unittest.cc',
781 'url_request/url_request_context_builder_unittest.cc', 783 'url_request/url_request_context_builder_unittest.cc',
782 # Needs GetAppOutput().
783 'test/python_utils_unittest.cc',
784 784
785 # The following tests are disabled because they don't apply to 785 # The following tests are disabled because they don't apply to
786 # iOS. 786 # iOS.
787 # OS is not "linux" or "freebsd" or "openbsd". 787 # OS is not "linux" or "freebsd" or "openbsd".
788 'socket/unix_domain_client_socket_posix_unittest.cc', 788 'socket/unix_domain_client_socket_posix_unittest.cc',
789 'socket/unix_domain_listen_socket_posix_unittest.cc', 789 'socket/unix_domain_listen_socket_posix_unittest.cc',
790 'socket/unix_domain_server_socket_posix_unittest.cc', 790 'socket/unix_domain_server_socket_posix_unittest.cc',
791 791
792 # See bug http://crbug.com/344533. 792 # See bug http://crbug.com/344533.
793 'disk_cache/blockfile/index_table_v3_unittest.cc', 793 'disk_cache/blockfile/index_table_v3_unittest.cc',
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
1809 '../build/isolate.gypi', 1809 '../build/isolate.gypi',
1810 ], 1810 ],
1811 'sources': [ 1811 'sources': [
1812 'net_unittests.isolate', 1812 'net_unittests.isolate',
1813 ], 1813 ],
1814 }, 1814 },
1815 ], 1815 ],
1816 }], 1816 }],
1817 ], 1817 ],
1818 } 1818 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698