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

Unified Diff: blimp/engine/net/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: Import multiplexer changes from 1434533005 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/net/BUILD.gn
diff --git a/components/data_use_measurement/core/BUILD.gn b/blimp/engine/net/BUILD.gn
similarity index 65%
copy from components/data_use_measurement/core/BUILD.gn
copy to blimp/engine/net/BUILD.gn
index c9de08dac0089a8a1077e94203fcbbf02a161c4d..a94a8006025f35b4d7d7f9f68838ff15e36e9c86 100644
--- a/components/data_use_measurement/core/BUILD.gn
+++ b/blimp/engine/net/BUILD.gn
@@ -2,13 +2,15 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("core") {
+source_set("net") {
Wez 2015/11/12 00:12:53 Re the directory structure; it seems overkill to h
sources = [
- "data_use_user_data.cc",
- "data_use_user_data.h",
+ "engine_connection_manager.cc",
+ "engine_connection_manager.h",
]
+
deps = [
"//base",
+ "//blimp/net:blimp_net",
"//net",
]
}

Powered by Google App Engine
This is Rietveld 408576698