forked from ks32/chromium-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add yhanada@ to textinput related watchlists.
Also clean up some obsolete paths. Change-Id: I843dba25f99dbae12b3e420317d1259b54b1b1d3 Reviewed-on: https://chromium-review.googlesource.com/713034 Reviewed-by: Shu Chen <[email protected]> Commit-Queue: Yuichiro Hanada <[email protected]> Cr-Commit-Position: refs/heads/master@{#509310}
- Loading branch information
Yuichiro Hanada
authored and
Commit Bot
committed
Oct 17, 2017
1 parent
8a24491
commit f0b3b47
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1456,17 +1456,12 @@ | |
'|components/proximity_auth/', | ||
}, | ||
'textinput': { | ||
'filepath': 'content/browser/renderer_host/gtk_im'\ | ||
'|content/browser/renderer_host/gtk_key'\ | ||
'filepath': 'chrome/browser/ui/input_method'\ | ||
'|content/browser/renderer_host/render_widget_host_view'\ | ||
'|content/browser/renderer_host/text_input'\ | ||
'|ui/base/ime/'\ | ||
'|ui/base/gtk/event'\ | ||
'|ui/base/gtk/gtk_im'\ | ||
'|ui/base/keycodes/'\ | ||
'|ui/base/win/ime'\ | ||
'|ui/views/controls/textfield/'\ | ||
'|ui/views/ime/' | ||
'|ui/wm/core/ime' | ||
}, | ||
'textinput_chromeos': { | ||
'filepath': 'chrome/browser/chromeos/input_method/'\ | ||
|
@@ -2246,9 +2241,11 @@ | |
'textinput': ['[email protected]', | ||
'[email protected]', | ||
'[email protected]', | ||
'[email protected]', | ||
'[email protected]'], | ||
'textinput_chromeos': ['[email protected]', | ||
'[email protected]', | ||
'[email protected]', | ||
'[email protected]'], | ||
'timers': ['[email protected]'], | ||
'tools_win_chromeexts': ['[email protected]'], | ||
|