diff options
author | garykac@google.com <garykac@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-07 01:09:24 +0000 |
---|---|---|
committer | garykac@google.com <garykac@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-07 01:09:24 +0000 |
commit | 29810ee54b8cd8b3fd0177c48daffc1c85a94d65 (patch) | |
tree | 067adbba8f6237aba8d678fe83103cffccf9b05d /remoting/remoting.gyp | |
parent | c21714a74c8fb196b0003bbebb9f8026bec00bb2 (diff) | |
download | chromium_src-29810ee54b8cd8b3fd0177c48daffc1c85a94d65.zip chromium_src-29810ee54b8cd8b3fd0177c48daffc1c85a94d65.tar.gz chromium_src-29810ee54b8cd8b3fd0177c48daffc1c85a94d65.tar.bz2 |
Rename ChromotingPlugin -> ChromotingInstance to be more consistent with
Pepper terminology.
BUG=50453
TEST=remoting unittests
Review URL: http://codereview.chromium.org/3078005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55317 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 5168970..51afbbf 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -76,8 +76,8 @@ '../third_party/ppapi/ppapi.gyp:ppapi_cpp_objects', ], 'sources': [ - 'client/plugin/chromoting_plugin.cc', - 'client/plugin/chromoting_plugin.h', + 'client/plugin/chromoting_instance.cc', + 'client/plugin/chromoting_instance.h', 'client/plugin/chromoting_scriptable_object.cc', 'client/plugin/chromoting_scriptable_object.h', 'client/plugin/pepper_entrypoints.cc', |