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

Side by Side Diff: net/net.gypi

Issue 966423003: Moving ScopedMockLog from net/test to base/test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@separate-port-range
Patch Set: Addressed Ricardo's code review feedback. Created 5 years, 9 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 | « base/test/mock_log.cc ('k') | net/quic/congestion_control/rtt_stats_test.cc » ('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 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 1660 matching lines...) Expand 10 before | Expand all | Expand 10 after
1671 'ssl/ssl_config_service_unittest.cc', 1671 'ssl/ssl_config_service_unittest.cc',
1672 'ssl/ssl_connection_status_flags_unittest.cc', 1672 'ssl/ssl_connection_status_flags_unittest.cc',
1673 'test/embedded_test_server/embedded_test_server_unittest.cc', 1673 'test/embedded_test_server/embedded_test_server_unittest.cc',
1674 'test/embedded_test_server/http_request_unittest.cc', 1674 'test/embedded_test_server/http_request_unittest.cc',
1675 'test/embedded_test_server/http_response_unittest.cc', 1675 'test/embedded_test_server/http_response_unittest.cc',
1676 'test/gtest_util.h', 1676 'test/gtest_util.h',
1677 'test/python_utils_unittest.cc', 1677 'test/python_utils_unittest.cc',
1678 'test/run_all_unittests.cc', 1678 'test/run_all_unittests.cc',
1679 'test/scoped_disable_exit_on_dfatal.cc', 1679 'test/scoped_disable_exit_on_dfatal.cc',
1680 'test/scoped_disable_exit_on_dfatal.h', 1680 'test/scoped_disable_exit_on_dfatal.h',
1681 'test/scoped_mock_log.cc',
1682 'test/scoped_mock_log.h',
1683 'test/test_certificate_data.h', 1681 'test/test_certificate_data.h',
1684 'tools/balsa/balsa_frame_test.cc', 1682 'tools/balsa/balsa_frame_test.cc',
1685 'tools/balsa/balsa_headers_test.cc', 1683 'tools/balsa/balsa_headers_test.cc',
1686 'tools/dump_cache/url_to_filename_encoder.cc', 1684 'tools/dump_cache/url_to_filename_encoder.cc',
1687 'tools/dump_cache/url_to_filename_encoder.h', 1685 'tools/dump_cache/url_to_filename_encoder.h',
1688 'tools/dump_cache/url_to_filename_encoder_unittest.cc', 1686 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
1689 'tools/dump_cache/url_utilities.cc', 1687 'tools/dump_cache/url_utilities.cc',
1690 'tools/dump_cache/url_utilities.h', 1688 'tools/dump_cache/url_utilities.h',
1691 'tools/dump_cache/url_utilities_unittest.cc', 1689 'tools/dump_cache/url_utilities_unittest.cc',
1692 'tools/tld_cleanup/tld_cleanup_util_unittest.cc', 1690 'tools/tld_cleanup/tld_cleanup_util_unittest.cc',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
1776 'base/mac/url_conversions_unittest.mm', 1774 'base/mac/url_conversions_unittest.mm',
1777 ], 1775 ],
1778 'net_docs_script': 'tools/net_docs/net_docs.py', 1776 'net_docs_script': 'tools/net_docs/net_docs.py',
1779 'net_docs_sources': [ 1777 'net_docs_sources': [
1780 'README.md', 1778 'README.md',
1781 'sdch/README.md', 1779 'sdch/README.md',
1782 ], 1780 ],
1783 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1781 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1784 } 1782 }
1785 } 1783 }
OLDNEW
« no previous file with comments | « base/test/mock_log.cc ('k') | net/quic/congestion_control/rtt_stats_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698