diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 01:23:17 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 01:23:17 +0000 |
commit | 0b75f6173ddaf3a82837903013eeabb29739e015 (patch) | |
tree | 0cccf20878ba646636e5e211adb6c81448a395ea /remoting/remoting.gyp | |
parent | b5f9de67c1231759039f1d0eced5143c7d911ce5 (diff) | |
download | chromium_src-0b75f6173ddaf3a82837903013eeabb29739e015.zip chromium_src-0b75f6173ddaf3a82837903013eeabb29739e015.tar.gz chromium_src-0b75f6173ddaf3a82837903013eeabb29739e015.tar.bz2 |
Initial scriptable object implementation.
BUG=50248
TEST=write javascript to manually setup connection.
Review URL: http://codereview.chromium.org/3064009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53892 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 10dccf7..8b2dec6 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -78,6 +78,8 @@ 'sources': [ 'client/plugin/chromoting_plugin.cc', 'client/plugin/chromoting_plugin.h', + 'client/plugin/chromoting_scriptable_object.cc', + 'client/plugin/chromoting_scriptable_object.h', 'client/plugin/pepper_entrypoints.cc', 'client/plugin/pepper_entrypoints.h', 'client/plugin/pepper_input_handler.cc', |