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

Unified 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, 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') | no next file with comments »
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 e67e4c23c84382ede9280f429b87efb1fa65214f..4a6d7da19a69ce567d42e38787584ff9808bed2a 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1613,11 +1613,13 @@ 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_ptr_util.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_ptr_util_impl.h",
"spdy/platform/impl/spdy_string_impl.h",
"spdy/platform/impl/spdy_string_piece_impl.h",
« 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