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

Side by Side Diff: net/BUILD.gn

Issue 2839373002: Implement SPDY_EXPORT and SPDY_EXPORT_PRIVATE macros. (Closed)
Patch Set: Rebase: manually resolve trivial merge conflicts. Created 3 years, 7 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 | « no previous file | net/spdy/core/fuzzing/hpack_fuzz_util.h » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1595 matching lines...) Expand 10 before | Expand all | Expand 10 after
1606 "spdy/core/spdy_headers_handler_interface.h", 1606 "spdy/core/spdy_headers_handler_interface.h",
1607 "spdy/core/spdy_pinnable_buffer_piece.cc", 1607 "spdy/core/spdy_pinnable_buffer_piece.cc",
1608 "spdy/core/spdy_pinnable_buffer_piece.h", 1608 "spdy/core/spdy_pinnable_buffer_piece.h",
1609 "spdy/core/spdy_prefixed_buffer_reader.cc", 1609 "spdy/core/spdy_prefixed_buffer_reader.cc",
1610 "spdy/core/spdy_prefixed_buffer_reader.h", 1610 "spdy/core/spdy_prefixed_buffer_reader.h",
1611 "spdy/core/spdy_protocol.cc", 1611 "spdy/core/spdy_protocol.cc",
1612 "spdy/core/spdy_protocol.h", 1612 "spdy/core/spdy_protocol.h",
1613 "spdy/core/write_scheduler.h", 1613 "spdy/core/write_scheduler.h",
1614 "spdy/core/zero_copy_output_buffer.h", 1614 "spdy/core/zero_copy_output_buffer.h",
1615 "spdy/platform/api/spdy_estimate_memory_usage.h", 1615 "spdy/platform/api/spdy_estimate_memory_usage.h",
1616 "spdy/platform/api/spdy_export.h",
1616 "spdy/platform/api/spdy_ptr_util.h", 1617 "spdy/platform/api/spdy_ptr_util.h",
1617 "spdy/platform/api/spdy_string.h", 1618 "spdy/platform/api/spdy_string.h",
1618 "spdy/platform/api/spdy_string_piece.h", 1619 "spdy/platform/api/spdy_string_piece.h",
1619 "spdy/platform/api/spdy_string_utils.h", 1620 "spdy/platform/api/spdy_string_utils.h",
1620 "spdy/platform/impl/spdy_estimate_memory_usage_impl.h", 1621 "spdy/platform/impl/spdy_estimate_memory_usage_impl.h",
1622 "spdy/platform/impl/spdy_export_impl.h",
1621 "spdy/platform/impl/spdy_ptr_util_impl.h", 1623 "spdy/platform/impl/spdy_ptr_util_impl.h",
1622 "spdy/platform/impl/spdy_string_impl.h", 1624 "spdy/platform/impl/spdy_string_impl.h",
1623 "spdy/platform/impl/spdy_string_piece_impl.h", 1625 "spdy/platform/impl/spdy_string_piece_impl.h",
1624 "spdy/platform/impl/spdy_string_utils_impl.h", 1626 "spdy/platform/impl/spdy_string_utils_impl.h",
1625 "ssl/client_cert_store.h", 1627 "ssl/client_cert_store.h",
1626 "ssl/client_cert_store_mac.cc", 1628 "ssl/client_cert_store_mac.cc",
1627 "ssl/client_cert_store_mac.h", 1629 "ssl/client_cert_store_mac.h",
1628 "ssl/client_cert_store_nss.cc", 1630 "ssl/client_cert_store_nss.cc",
1629 "ssl/client_cert_store_nss.h", 1631 "ssl/client_cert_store_nss.h",
1630 "ssl/client_cert_store_win.cc", 1632 "ssl/client_cert_store_win.cc",
(...skipping 4192 matching lines...) Expand 10 before | Expand all | Expand 10 after
5823 ] 5825 ]
5824 deps = [ 5826 deps = [
5825 ":net_fuzzer_test_support", 5827 ":net_fuzzer_test_support",
5826 ":test_support", 5828 ":test_support",
5827 "//base", 5829 "//base",
5828 "//net", 5830 "//net",
5829 ] 5831 ]
5830 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 5832 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
5831 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 5833 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
5832 } 5834 }
OLDNEW
« no previous file with comments | « no previous file | net/spdy/core/fuzzing/hpack_fuzz_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698