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

Unified Diff: blimp/common/BUILD.gn

Issue 1779673003: Added network components for blimp text input feature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added proto coverters for TextInputType Created 4 years, 9 months 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/common/BUILD.gn
diff --git a/blimp/common/BUILD.gn b/blimp/common/BUILD.gn
index 2bfed0f75c62d7cee498f5d8862cd3e684a35bfe..4d14ab0048d717009e6acf447bd5afebe796b612 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -17,6 +17,8 @@ component("blimp_common") {
"create_blimp_message.h",
"logging.cc",
"logging.h",
+ "proto/blimp_conversions.cc",
+ "proto/blimp_conversions.h",
"protocol_version.h",
]

Powered by Google App Engine
This is Rietveld 408576698