diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-02 23:45:21 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-02 23:45:21 +0000 |
commit | ae40ccd86384f6d6246f0d01b6629df16a008402 (patch) | |
tree | c7e0af14c9aa3c2fe72cf78925c99f6b2e0c0bd4 /webkit/webkit.gyp | |
parent | b556e23aba920c82e174432791f7cfa658c39e09 (diff) | |
download | chromium_src-ae40ccd86384f6d6246f0d01b6629df16a008402.zip chromium_src-ae40ccd86384f6d6246f0d01b6629df16a008402.tar.gz chromium_src-ae40ccd86384f6d6246f0d01b6629df16a008402.tar.bz2 |
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
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
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', |