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

Unified Diff: blimp/client/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: Merge origin/master 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
« no previous file with comments | « no previous file | blimp/client/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/BUILD.gn
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
index 55a32852dbdc57c005acee01e76376d8e76062e8..0aa92559cfb4ad8171df3f93b6a57885ed43609e 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -110,6 +110,8 @@ source_set("feature") {
"feature/compositor/blimp_output_surface.h",
"feature/compositor/decoding_image_generator.cc",
"feature/compositor/decoding_image_generator.h",
+ "feature/ime_feature.cc",
+ "feature/ime_feature.h",
"feature/navigation_feature.cc",
"feature/navigation_feature.h",
"feature/render_widget_feature.cc",
@@ -120,6 +122,7 @@ source_set("feature") {
deps = [
"//blimp/common:blimp_common",
+ "//blimp/net:blimp_net",
"//cc",
"//cc/proto",
"//gpu/command_buffer/client",
@@ -127,6 +130,7 @@ source_set("feature") {
"//gpu/command_buffer/common:gles2_utils",
"//gpu/skia_bindings",
"//skia",
+ "//ui/base/ime:text_input_types",
"//ui/events/blink",
"//ui/events/gestures/blink",
"//ui/gl",
@@ -353,6 +357,7 @@ if (is_android) {
"//blimp/net:blimp_net",
"//components/safe_json/android:safe_json_jni_headers",
"//skia",
+ "//ui/base/ime:text_input_types",
"//ui/gfx/geometry",
"//ui/gl",
"//url:url",
« no previous file with comments | « no previous file | blimp/client/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698