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

Unified Diff: blimp/client/core/session/BUILD.gn

Issue 2187893002: Move more client network code to //blimp/client/core/session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
Index: blimp/client/core/session/BUILD.gn
diff --git a/blimp/client/core/session/BUILD.gn b/blimp/client/core/session/BUILD.gn
index 4c18a4a766238c1100c7ebc4a6639548dc3f5803..f0132144dc49080b1bf2a8b497bf9b192273bd57 100644
--- a/blimp/client/core/session/BUILD.gn
+++ b/blimp/client/core/session/BUILD.gn
@@ -16,10 +16,16 @@ source_set("session") {
sources = [
"assignment_source.cc",
"assignment_source.h",
+ "client_network_components.cc",
+ "client_network_components.h",
+ "cross_thread_network_event_observer.cc",
+ "cross_thread_network_event_observer.h",
+ "network_event_observer.h",
]
public_deps = [
"//base",
+ "//blimp/net",
"//components/safe_json",
"//net",
"//url",

Powered by Google App Engine
This is Rietveld 408576698