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

Unified Diff: blimp/net/BUILD.gn

Issue 1450423002: Add glue between the client and engine for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_ipc2
Patch Set: Address comments! 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/net/BUILD.gn
diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn
index 439568fd9911a5308ff3674cbdc669a4b1d11303..feaae4c9da26361cc980c454ecdbd38466d627a8 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -4,6 +4,8 @@
component("blimp_net") {
sources = [
+ "black_hole_blimp_message_processor.cc",
+ "black_hole_blimp_message_processor.h",
"blimp_connection.cc",
"blimp_connection.h",
"blimp_message_checkpoint_observer.h",

Powered by Google App Engine
This is Rietveld 408576698