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

Side by Side Diff: net/net.gypi

Issue 754433003: Update from https://crrev.com/305340 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/net.gyp ('k') | net/proxy/network_delegate_error_observer_unittest.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 1218 matching lines...) Expand 10 before | Expand all | Expand 10 after
1229 'websockets/websocket_extension.cc', 1229 'websockets/websocket_extension.cc',
1230 'websockets/websocket_extension.h', 1230 'websockets/websocket_extension.h',
1231 'websockets/websocket_extension_parser.cc', 1231 'websockets/websocket_extension_parser.cc',
1232 'websockets/websocket_extension_parser.h', 1232 'websockets/websocket_extension_parser.h',
1233 'websockets/websocket_frame.cc', 1233 'websockets/websocket_frame.cc',
1234 'websockets/websocket_frame.h', 1234 'websockets/websocket_frame.h',
1235 'websockets/websocket_frame_parser.cc', 1235 'websockets/websocket_frame_parser.cc',
1236 'websockets/websocket_frame_parser.h', 1236 'websockets/websocket_frame_parser.h',
1237 'websockets/websocket_handshake_constants.cc', 1237 'websockets/websocket_handshake_constants.cc',
1238 'websockets/websocket_handshake_constants.h', 1238 'websockets/websocket_handshake_constants.h',
1239 'websockets/websocket_handshake_handler.cc', 1239 'websockets/websocket_handshake_challenge.cc',
1240 'websockets/websocket_handshake_handler.h', 1240 'websockets/websocket_handshake_challenge.h',
1241 'websockets/websocket_handshake_request_info.cc', 1241 'websockets/websocket_handshake_request_info.cc',
1242 'websockets/websocket_handshake_request_info.h', 1242 'websockets/websocket_handshake_request_info.h',
1243 'websockets/websocket_handshake_response_info.cc', 1243 'websockets/websocket_handshake_response_info.cc',
1244 'websockets/websocket_handshake_response_info.h', 1244 'websockets/websocket_handshake_response_info.h',
1245 'websockets/websocket_handshake_stream_base.h', 1245 'websockets/websocket_handshake_stream_base.h',
1246 'websockets/websocket_handshake_stream_create_helper.cc', 1246 'websockets/websocket_handshake_stream_create_helper.cc',
1247 'websockets/websocket_handshake_stream_create_helper.h', 1247 'websockets/websocket_handshake_stream_create_helper.h',
1248 'websockets/websocket_inflater.cc', 1248 'websockets/websocket_inflater.cc',
1249 'websockets/websocket_inflater.h', 1249 'websockets/websocket_inflater.h',
1250 'websockets/websocket_mux.h', 1250 'websockets/websocket_mux.h',
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
1702 'url_request/view_cache_helper_unittest.cc', 1702 'url_request/view_cache_helper_unittest.cc',
1703 'websockets/websocket_basic_stream_test.cc', 1703 'websockets/websocket_basic_stream_test.cc',
1704 'websockets/websocket_channel_test.cc', 1704 'websockets/websocket_channel_test.cc',
1705 'websockets/websocket_deflate_predictor_impl_test.cc', 1705 'websockets/websocket_deflate_predictor_impl_test.cc',
1706 'websockets/websocket_deflate_stream_test.cc', 1706 'websockets/websocket_deflate_stream_test.cc',
1707 'websockets/websocket_deflater_test.cc', 1707 'websockets/websocket_deflater_test.cc',
1708 'websockets/websocket_errors_test.cc', 1708 'websockets/websocket_errors_test.cc',
1709 'websockets/websocket_extension_parser_test.cc', 1709 'websockets/websocket_extension_parser_test.cc',
1710 'websockets/websocket_frame_parser_test.cc', 1710 'websockets/websocket_frame_parser_test.cc',
1711 'websockets/websocket_frame_test.cc', 1711 'websockets/websocket_frame_test.cc',
1712 'websockets/websocket_handshake_handler_test.cc', 1712 'websockets/websocket_handshake_challenge_test.cc',
1713 'websockets/websocket_handshake_stream_create_helper_test.cc', 1713 'websockets/websocket_handshake_stream_create_helper_test.cc',
1714 'websockets/websocket_inflater_test.cc', 1714 'websockets/websocket_inflater_test.cc',
1715 'websockets/websocket_stream_test.cc', 1715 'websockets/websocket_stream_test.cc',
1716 'websockets/websocket_test_util.cc', 1716 'websockets/websocket_test_util.cc',
1717 'websockets/websocket_test_util.h', 1717 'websockets/websocket_test_util.h',
1718 ], 1718 ],
1719 'net_linux_test_sources': [ 1719 'net_linux_test_sources': [
1720 'quic/quic_end_to_end_unittest.cc', 1720 'quic/quic_end_to_end_unittest.cc',
1721 'tools/quic/end_to_end_test.cc', 1721 'tools/quic/end_to_end_test.cc',
1722 'tools/quic/quic_client_session_test.cc', 1722 'tools/quic/quic_client_session_test.cc',
(...skipping 26 matching lines...) Expand all
1749 'tools/quic/test_tools/quic_test_client.h', 1749 'tools/quic/test_tools/quic_test_client.h',
1750 'tools/quic/test_tools/quic_test_utils.cc', 1750 'tools/quic/test_tools/quic_test_utils.cc',
1751 'tools/quic/test_tools/quic_test_utils.h', 1751 'tools/quic/test_tools/quic_test_utils.h',
1752 'tools/quic/test_tools/server_thread.h', 1752 'tools/quic/test_tools/server_thread.h',
1753 'tools/quic/test_tools/server_thread.cc', 1753 'tools/quic/test_tools/server_thread.cc',
1754 'tools/quic/test_tools/simple_client.h', 1754 'tools/quic/test_tools/simple_client.h',
1755 'tools/quic/test_tools/simple_client.cc', 1755 'tools/quic/test_tools/simple_client.cc',
1756 ], 1756 ],
1757 } 1757 }
1758 } 1758 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/proxy/network_delegate_error_observer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698