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

Unified Diff: third_party/WebKit/Source/web/BUILD.gn

Issue 2333813002: Introduce WebInputMethodController to blink (Closed)
Patch Set: Updated a comment Created 4 years, 3 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: third_party/WebKit/Source/web/BUILD.gn
diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
index 10f22d5a4f2736f1b5f728e7767ddc8f213e8764..1d519ca488104f2b54459ee9d3e694e9253f092d 100644
--- a/third_party/WebKit/Source/web/BUILD.gn
+++ b/third_party/WebKit/Source/web/BUILD.gn
@@ -192,6 +192,8 @@ component("web") {
"WebInputElement.cpp",
"WebInputEventConversion.cpp",
"WebInputEventConversion.h",
+ "WebInputMethodControllerImpl.cpp",
+ "WebInputMethodControllerImpl.h",
"WebKit.cpp",
"WebLabelElement.cpp",
"WebLeakDetector.cpp",

Powered by Google App Engine
This is Rietveld 408576698