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

Side by Side Diff: net/net.gypi

Issue 1357953002: Replace the existing SpdyHeaderBlock typedef with a class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add NET_EXPORT to fix compile error on win_chromium_compile_dbg_ng. Created 5 years, 2 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/http/http_network_transaction_unittest.cc ('k') | net/quic/spdy_utils.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 1634 matching lines...) Expand 10 before | Expand all | Expand 10 after
1645 'spdy/hpack/hpack_output_stream_test.cc', 1645 'spdy/hpack/hpack_output_stream_test.cc',
1646 'spdy/hpack/hpack_round_trip_test.cc', 1646 'spdy/hpack/hpack_round_trip_test.cc',
1647 'spdy/hpack/hpack_static_table_test.cc', 1647 'spdy/hpack/hpack_static_table_test.cc',
1648 'spdy/mock_spdy_framer_visitor.cc', 1648 'spdy/mock_spdy_framer_visitor.cc',
1649 'spdy/mock_spdy_framer_visitor.h', 1649 'spdy/mock_spdy_framer_visitor.h',
1650 'spdy/spdy_alt_svc_wire_format_test.cc', 1650 'spdy/spdy_alt_svc_wire_format_test.cc',
1651 'spdy/spdy_buffer_unittest.cc', 1651 'spdy/spdy_buffer_unittest.cc',
1652 'spdy/spdy_frame_builder_test.cc', 1652 'spdy/spdy_frame_builder_test.cc',
1653 'spdy/spdy_frame_reader_test.cc', 1653 'spdy/spdy_frame_reader_test.cc',
1654 'spdy/spdy_framer_test.cc', 1654 'spdy/spdy_framer_test.cc',
1655 'spdy/spdy_header_block_unittest.cc', 1655 'spdy/spdy_header_block_test.cc',
1656 'spdy/spdy_headers_block_parser_test.cc', 1656 'spdy/spdy_headers_block_parser_test.cc',
1657 'spdy/spdy_http_stream_unittest.cc', 1657 'spdy/spdy_http_stream_unittest.cc',
1658 'spdy/spdy_http_utils_unittest.cc', 1658 'spdy/spdy_http_utils_unittest.cc',
1659 'spdy/spdy_network_transaction_unittest.cc', 1659 'spdy/spdy_network_transaction_unittest.cc',
1660 'spdy/spdy_pinnable_buffer_piece_test.cc', 1660 'spdy/spdy_pinnable_buffer_piece_test.cc',
1661 'spdy/spdy_prefixed_buffer_reader_test.cc', 1661 'spdy/spdy_prefixed_buffer_reader_test.cc',
1662 'spdy/spdy_priority_tree_test.cc', 1662 'spdy/spdy_priority_tree_test.cc',
1663 'spdy/spdy_protocol_test.cc', 1663 'spdy/spdy_protocol_test.cc',
1664 'spdy/spdy_proxy_client_socket_unittest.cc', 1664 'spdy/spdy_proxy_client_socket_unittest.cc',
1665 'spdy/spdy_read_queue_unittest.cc', 1665 'spdy/spdy_read_queue_unittest.cc',
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
1888 'docs/bug-triage.md', 1888 'docs/bug-triage.md',
1889 'docs/bug-triage-labels.md', 1889 'docs/bug-triage-labels.md',
1890 'docs/bug-triage-suggested-workflow.md', 1890 'docs/bug-triage-suggested-workflow.md',
1891 'docs/code-patterns.md', 1891 'docs/code-patterns.md',
1892 'docs/life-of-a-url-request.md', 1892 'docs/life-of-a-url-request.md',
1893 'sdch/README.md', 1893 'sdch/README.md',
1894 ], 1894 ],
1895 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1895 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1896 } 1896 }
1897 } 1897 }
OLDNEW
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | net/quic/spdy_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698