From bacf470d2cd46c0d3b145675e471ab9c6976cee8 Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Mon, 22 Aug 2011 22:13:29 +0000 Subject: content: Move render_widget_host_view_gtk to content/ This also moves some other files: - OwnedWidgetGtk now goes in ui/base/gtk/ - TruncateString moved from l10n_util:: to ui:: - GtkIMContextWrapper has part of its code split into chrome/ (IDC using code goes in RenderViewContextMenu) and the rest go in content/ (gtk using code goes with GtkIMContextWrapper). - gtk_key_bindings_handler[_unittest] now goes in content, as it's a utility class to RenderWidgetHostGtk. BUG=93804 TEST=existing unit tests Review URL: http://codereview.chromium.org/7669040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97750 0039d316-1c4b-4281-b951-d872f2087c98 --- content/content_tests.gypi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'content/content_tests.gypi') diff --git a/content/content_tests.gypi b/content/content_tests.gypi index 1c59e934..b06c848 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -50,6 +50,7 @@ 'sources': [ 'browser/browser_thread_unittest.cc', 'browser/child_process_security_policy_unittest.cc', + 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 'browser/ssl/ssl_host_state_unittest.cc', 'browser/trace_subscriber_stdio_unittest.cc', 'common/process_watcher_unittest.cc', @@ -79,6 +80,11 @@ '../base/allocator/allocator.gyp:allocator', ], }], + ['chromeos==1', { + 'sources/': [ + ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittest.cc'], + ], + }], ], }, ], -- cgit v1.1