From ae40ccd86384f6d6246f0d01b6629df16a008402 Mon Sep 17 00:00:00 2001 From: "stuartmorgan@chromium.org" Date: Tue, 2 Mar 2010 23:45:21 +0000 Subject: Rename FakePluginWindowTracker Removes confusion with the new "fake window" code related to the GPU process, and makes the name better reflect the reality of how the Carbon plugin windows are actually used since we no longer expect to replace them entirely with interposing. BUG=none TEST=none (no behavioral changes) Review URL: http://codereview.chromium.org/660407 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40459 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webkit/webkit.gyp') diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index fce94944..eaeb46e 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -241,10 +241,10 @@ 'glue/media/video_renderer_impl.cc', 'glue/media/video_renderer_impl.h', 'glue/media/web_video_renderer.h', + 'glue/plugins/carbon_plugin_window_tracker_mac.h', + 'glue/plugins/carbon_plugin_window_tracker_mac.cc', 'glue/plugins/coregraphics_private_symbols_mac.h', 'glue/plugins/nphostapi.h', - 'glue/plugins/fake_plugin_window_tracker_mac.h', - 'glue/plugins/fake_plugin_window_tracker_mac.cc', 'glue/plugins/gtk_plugin_container.h', 'glue/plugins/gtk_plugin_container.cc', 'glue/plugins/gtk_plugin_container_manager.h', -- cgit v1.1