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

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: Add more explanatory comments 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
« no previous file with comments | « no previous file | blimp/client/core/session/client_network_components.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | blimp/client/core/session/client_network_components.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698