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

Unified Diff: ui/base/ime/ui_base_ime.gyp

Issue 1619423003: Create //ui/base/ime:text_input_base target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change GYP target type to none. Created 4 years, 11 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: ui/base/ime/ui_base_ime.gyp
diff --git a/ui/base/ime/ui_base_ime.gyp b/ui/base/ime/ui_base_ime.gyp
index 9c3eb3888dbe842c79e29388be107d01052fe4ea..09ac94f2da40bc64759bb713c4cdabb517d202a7 100644
--- a/ui/base/ime/ui_base_ime.gyp
+++ b/ui/base/ime/ui_base_ime.gyp
@@ -7,6 +7,16 @@
'chromium_code': 1,
},
'targets': [
+ {
+ # GN version: //ui/base/ime:text_input_types
+ 'target_name': 'text_input_types',
+ 'type': 'none',
+ 'sources' : [
+ 'text_input_flags.h',
+ 'text_input_mode.h',
+ 'text_input_type.h',
+ ],
+ },
{
# GN version: //ui/base/ime
'target_name': 'ui_base_ime',
@@ -25,6 +35,7 @@
'../../gfx/gfx.gyp:gfx',
'../../gfx/gfx.gyp:gfx_geometry',
'../ui_base.gyp:ui_base',
+ ':text_input_types',
],
'defines': [
'UI_BASE_IME_IMPLEMENTATION',
@@ -107,7 +118,6 @@
'mock_input_method.h',
'text_input_client.cc',
'text_input_client.h',
- 'text_input_type.h',
'ui_base_ime_export.h',
'win/imm32_manager.cc',
'win/imm32_manager.h',

Powered by Google App Engine
This is Rietveld 408576698