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

Unified Diff: chrome/chrome_tests.gypi

Issue 6709023: Move some common ime code to ui/base/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Always put the composition cursor to the selection end. Created 9 years, 9 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ui/base/gtk/gtk_im_context_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 4cfc8748153bc6c9197a581fac5105f1ab39fc49..76d449182195ff4976a7f3c76c0eba3688888121 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1424,7 +1424,6 @@
'browser/process_singleton_mac_unittest.cc',
'browser/profiles/profile_manager_unittest.cc',
'browser/remoting/directory_add_request_unittest.cc',
- 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc',
'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
'browser/renderer_host/render_widget_host_view_mac_unittest.mm',
'browser/renderer_host/web_cache_manager_unittest.cc',
@@ -1847,11 +1846,7 @@
'../webkit/fileapi/file_system_url_request_job_unittest.cc',
],
'conditions': [
- ['touchui==1', {
- 'sources!': [
- 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc',
- ],
- }, { # else: touchui == 0
+ ['touchui==0', {
'sources/': [
['exclude', '^browser/chromeos/webui/login/'],
],
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ui/base/gtk/gtk_im_context_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698