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

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: Fixed build break. Removed switches from compositor setup. 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 63de25bfd22c06c8bc6944c123566f714dd83782..0959aac38a2b1347f2304861c0cf3576f060fe0e 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -31,6 +31,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",

Powered by Google App Engine
This is Rietveld 408576698