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

Unified Diff: ui/aura/aura.gyp

Issue 8824007: Revert 113224 - IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod in u... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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 | « content/public/browser/native_web_keyboard_event.h ('k') | ui/aura/desktop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura.gyp
===================================================================
--- ui/aura/aura.gyp (revision 113258)
+++ ui/aura/aura.gyp (working copy)
@@ -53,13 +53,6 @@
'window_observer.h',
'window_types.h',
],
- 'conditions': [
- ['use_ibus==1', {
- 'dependencies': [
- '../../build/linux/system.gyp:ibus',
- ],
- }],
- ],
},
{
'target_name': 'test_support_aura',
@@ -138,7 +131,6 @@
'test/run_all_unittests.cc',
'test/test_suite.cc',
'test/test_suite.h',
- 'desktop_host_ime_unittest.cc',
'desktop_unittest.cc',
'event_filter_unittest.cc',
'window_unittest.cc',
« no previous file with comments | « content/public/browser/native_web_keyboard_event.h ('k') | ui/aura/desktop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698