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

Side by Side Diff: net/net.gypi

Issue 1059843002: Refactor NetLog::LogLevel --> NetLogCaptureMode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again to fix a merge conflict Created 5 years, 8 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'http/http_security_headers.h', 117 'http/http_security_headers.h',
118 'http/http_util.cc', 118 'http/http_util.cc',
119 'http/http_util.h', 119 'http/http_util.h',
120 'http/http_util_icu.cc', 120 'http/http_util_icu.cc',
121 'http/http_vary_data.cc', 121 'http/http_vary_data.cc',
122 'http/http_vary_data.h', 122 'http/http_vary_data.h',
123 'http/transport_security_state.cc', 123 'http/transport_security_state.cc',
124 'http/transport_security_state.h', 124 'http/transport_security_state.h',
125 'log/net_log.cc', 125 'log/net_log.cc',
126 'log/net_log.h', 126 'log/net_log.h',
127 'log/net_log_capture_mode.cc',
128 'log/net_log_capture_mode.h',
127 'log/net_log_event_type_list.h', 129 'log/net_log_event_type_list.h',
128 'log/net_log_source_type_list.h', 130 'log/net_log_source_type_list.h',
129 'socket/client_socket_handle.cc', 131 'socket/client_socket_handle.cc',
130 'socket/client_socket_handle.h', 132 'socket/client_socket_handle.h',
131 'socket/next_proto.cc', 133 'socket/next_proto.cc',
132 'socket/next_proto.h', 134 'socket/next_proto.h',
133 'socket/socket.h', 135 'socket/socket.h',
134 'socket/ssl_client_socket.cc', 136 'socket/ssl_client_socket.cc',
135 'socket/ssl_client_socket.h', 137 'socket/ssl_client_socket.h',
136 'socket/ssl_client_socket_openssl.cc', 138 'socket/ssl_client_socket_openssl.cc',
(...skipping 1303 matching lines...) Expand 10 before | Expand all | Expand 10 after
1440 'http/mock_allow_url_security_manager.h', 1442 'http/mock_allow_url_security_manager.h',
1441 'http/mock_gssapi_library_posix.cc', 1443 'http/mock_gssapi_library_posix.cc',
1442 'http/mock_gssapi_library_posix.h', 1444 'http/mock_gssapi_library_posix.h',
1443 'http/mock_http_cache.cc', 1445 'http/mock_http_cache.cc',
1444 'http/mock_http_cache.h', 1446 'http/mock_http_cache.h',
1445 'http/mock_sspi_library_win.cc', 1447 'http/mock_sspi_library_win.cc',
1446 'http/mock_sspi_library_win.h', 1448 'http/mock_sspi_library_win.h',
1447 'http/transport_security_persister_unittest.cc', 1449 'http/transport_security_persister_unittest.cc',
1448 'http/transport_security_state_unittest.cc', 1450 'http/transport_security_state_unittest.cc',
1449 'http/url_security_manager_unittest.cc', 1451 'http/url_security_manager_unittest.cc',
1452 'log/net_log_capture_mode_unittest.cc',
1453 'log/net_log_unittest.cc',
1450 'log/write_to_file_net_log_observer_unittest.cc', 1454 'log/write_to_file_net_log_observer_unittest.cc',
1451 'log/net_log_unittest.cc',
1452 'log/net_log_unittest.h', 1455 'log/net_log_unittest.h',
1453 'log/net_log_util_unittest.cc', 1456 'log/net_log_util_unittest.cc',
1454 'log/trace_net_log_observer_unittest.cc', 1457 'log/trace_net_log_observer_unittest.cc',
1455 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', 1458 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
1456 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', 1459 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc',
1457 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', 1460 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc',
1458 'proxy/load_state_change_coalescer_unittest.cc', 1461 'proxy/load_state_change_coalescer_unittest.cc',
1459 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc', 1462 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc',
1460 'proxy/mojo_proxy_resolver_impl_unittest.cc', 1463 'proxy/mojo_proxy_resolver_impl_unittest.cc',
1461 'proxy/multi_threaded_proxy_resolver_unittest.cc', 1464 'proxy/multi_threaded_proxy_resolver_unittest.cc',
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
1801 'base/mac/url_conversions_unittest.mm', 1804 'base/mac/url_conversions_unittest.mm',
1802 ], 1805 ],
1803 'net_docs_script': 'tools/net_docs/net_docs.py', 1806 'net_docs_script': 'tools/net_docs/net_docs.py',
1804 'net_docs_sources': [ 1807 'net_docs_sources': [
1805 'README.md', 1808 'README.md',
1806 'sdch/README.md', 1809 'sdch/README.md',
1807 ], 1810 ],
1808 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1811 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1809 } 1812 }
1810 } 1813 }
OLDNEW
« no previous file with comments | « net/log/write_to_file_net_log_observer_unittest.cc ('k') | net/proxy/proxy_resolver_v8_tracing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698