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

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: 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/net/BUILD.gn
diff --git a/components/data_use_measurement/core/BUILD.gn b/blimp/engine/net/BUILD.gn
similarity index 70%
copy from components/data_use_measurement/core/BUILD.gn
copy to blimp/engine/net/BUILD.gn
index c9de08dac0089a8a1077e94203fcbbf02a161c4d..5b6b3a1f3f6f600bf255c7b4a7a2a5d6f72e8d2f 100644
--- a/components/data_use_measurement/core/BUILD.gn
+++ b/blimp/engine/net/BUILD.gn
@@ -2,11 +2,12 @@
# 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") {
sources = [
- "data_use_user_data.cc",
- "data_use_user_data.h",
+ "engine_connection_manager.cc",
+ "engine_connection_manager.h",
]
+
deps = [
"//base",
"//net",

Powered by Google App Engine
This is Rietveld 408576698