DescriptionCreate //ui/base/ime:text_input_base target.
Move some enum definitions from //ui/base/ime into a new target
//ui/base/ime:text_input_types. This is to fix a circular dep problem that
appears with //ui/ozone not being able to depend on //ui/platform_window.
It fixes a failing GN check and allows ozone implementations to include
//ui/platform_window correctly.
The new target only has header files with enum definitions. Two of the
files in the new target were not previously in any target. The GYP target
has type none because iOS builds fail when a library has no source files
in them.
BUG=361137
Committed: https://crrev.com/8dd34a13c2228f86066da8ba3a22d02321ab6caa
Cr-Commit-Position: refs/heads/master@{#371744}
Patch Set 1 #Patch Set 2 : Simplify and add GYP. #Patch Set 3 : Change GYP target type to none. #
Total comments: 5
Dependent Patchsets: Messages
Total messages: 21 (11 generated)
|