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

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: Fix build break 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 5ab0ab7bb53c378f00db974e9e6bcfa759e3895a..dbf958aa15cc048ae69abe7d84db91c7f29d4017 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -33,6 +33,8 @@ component("blimp_net") {
"input_message_generator.h",
"input_message_processor.cc",
"input_message_processor.h",
+ "null_blimp_message_processor.cc",
+ "null_blimp_message_processor.h",
"stream_packet_reader.cc",
"stream_packet_reader.h",
"stream_packet_writer.cc",
« no previous file with comments | « blimp/engine/browser/engine_render_widget_message_processor_unittest.cc ('k') | blimp/net/null_blimp_message_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698