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

Unified Diff: net/BUILD.gn

Issue 2839373002: Implement SPDY_EXPORT and SPDY_EXPORT_PRIVATE macros. (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/spdy/core/fuzzing/hpack_fuzz_util.h » ('j') | net/spdy/platform/impl/spdy_export_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 150b5149f33a6569549e66eac4204f70a838086a..b5f4fd9f7f7ea08df0828578595249a2d2ca2169 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1613,10 +1613,12 @@ component("net") {
"spdy/core/write_scheduler.h",
"spdy/core/zero_copy_output_buffer.h",
"spdy/platform/api/spdy_estimate_memory_usage.h",
+ "spdy/platform/api/spdy_export.h",
"spdy/platform/api/spdy_string.h",
"spdy/platform/api/spdy_string_piece.h",
"spdy/platform/api/spdy_string_utils.h",
"spdy/platform/impl/spdy_estimate_memory_usage_impl.h",
+ "spdy/platform/impl/spdy_export_impl.h",
"spdy/platform/impl/spdy_string_impl.h",
"spdy/platform/impl/spdy_string_piece_impl.h",
"spdy/platform/impl/spdy_string_utils_impl.h",
« no previous file with comments | « no previous file | net/spdy/core/fuzzing/hpack_fuzz_util.h » ('j') | net/spdy/platform/impl/spdy_export_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698