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

Unified Diff: blimp/client/BUILD.gn

Issue 2251223002: blimp: Moved ImeFeature to blimp/client/core/contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/app/android/web_input_box.h » ('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 52e0fd97c4fccbec9aed868295876584e1662e94..1c95c143b959a78e6739d0240561e4f691c53e4f 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -93,8 +93,6 @@ source_set("feature") {
sources = [
"core/contents/tab_control_feature.cc",
"core/contents/tab_control_feature.h",
- "feature/ime_feature.cc",
- "feature/ime_feature.h",
"feature/render_widget_feature.cc",
"feature/render_widget_feature.h",
"feature/settings_feature.cc",
@@ -110,7 +108,6 @@ source_set("feature") {
"//components/url_formatter",
"//net:net",
"//skia",
- "//ui/base/ime:text_input_types",
"//ui/gfx/geometry:geometry",
]
@@ -123,8 +120,6 @@ source_set("test_support") {
testonly = true
sources = [
- "feature/mock_ime_feature_delegate.cc",
- "feature/mock_ime_feature_delegate.h",
"feature/mock_render_widget_feature_delegate.cc",
"feature/mock_render_widget_feature_delegate.h",
"session/test_client_session.cc",
@@ -175,7 +170,6 @@ source_set("compositor") {
"//skia",
"//third_party/WebKit/public:blink_headers",
"//third_party/libwebp",
- "//ui/base/ime:text_input_types",
"//ui/events:gesture_detection",
"//ui/events/blink",
"//ui/events/gestures/blink",
@@ -431,7 +425,6 @@ if (is_android) {
"//components/version_info",
"//net",
"//skia",
- "//ui/base/ime:text_input_types",
"//ui/gfx/geometry",
"//ui/gl",
"//url:url",
« no previous file with comments | « no previous file | blimp/client/app/android/web_input_box.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698