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

Unified Diff: blimp/engine/BUILD.gn

Issue 1429193002: Add interfaces for most major Blimp net components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address haibinlu's feedback #2 Created 5 years, 1 month 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/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index 7009257b0abac1865dd45187d30927ccf6c7e981..439095387d704658c6d6a06661a6ec88f6ae3698 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -53,6 +53,8 @@ if (is_linux) {
deps = [
":pak",
"//blimp/engine/app",
+ "//blimp/engine/net",
+ "//blimp/net:blimp_net",
]
}

Powered by Google App Engine
This is Rietveld 408576698