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

Unified Diff: blimp/net/BUILD.gn

Issue 1403083002: [Blimp] Adds Blimp EngineSession and ClientSession skeleton (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « blimp/engine/ui/blimp_screen.cc ('k') | blimp/net/blimp_client_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/BUILD.gn
diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn
index 5a1784c676f7c6c769f79d537a561f935de7b493..05a1ff38b2e8c98569ba1e66d2ec9b382faebab6 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -6,6 +6,8 @@ import("//testing/test.gni")
component("blimp_net") {
sources = [
+ "blimp_client_session.cc",
+ "blimp_client_session.h",
"blimp_message_dispatcher.cc",
"blimp_message_dispatcher.h",
"blimp_message_receiver.h",
« no previous file with comments | « blimp/engine/ui/blimp_screen.cc ('k') | blimp/net/blimp_client_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698