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

Unified Diff: blimp/client/core/contents/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 | « blimp/client/app/linux/blimp_client_session_linux.h ('k') | blimp/client/core/contents/ime_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/contents/BUILD.gn
diff --git a/blimp/client/core/contents/BUILD.gn b/blimp/client/core/contents/BUILD.gn
index e5f57fb4b1afc98f990d3051fd9431e044378bb5..5b75f1b1315479f8e401d457a5bf0b74b75c71e6 100644
--- a/blimp/client/core/contents/BUILD.gn
+++ b/blimp/client/core/contents/BUILD.gn
@@ -18,6 +18,8 @@ source_set("contents") {
"blimp_navigation_controller_delegate.h",
"blimp_navigation_controller_impl.cc",
"blimp_navigation_controller_impl.h",
+ "ime_feature.cc",
+ "ime_feature.h",
"navigation_feature.cc",
"navigation_feature.h",
]
@@ -27,6 +29,7 @@ source_set("contents") {
"//blimp/client/public:public_headers",
"//blimp/net",
"//net:net",
+ "//ui/base/ime:text_input_types",
"//url",
]
@@ -59,6 +62,8 @@ source_set("test_support") {
sources = [
"fake_navigation_feature.cc",
"fake_navigation_feature.h",
+ "mock_ime_feature_delegate.cc",
+ "mock_ime_feature_delegate.h",
"mock_navigation_feature_delegate.cc",
"mock_navigation_feature_delegate.h",
]
« no previous file with comments | « blimp/client/app/linux/blimp_client_session_linux.h ('k') | blimp/client/core/contents/ime_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698