diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-21 02:45:27 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-21 02:45:27 +0000 |
commit | 1af97d97d3b7d43958b52d9231437c2dcebe809a (patch) | |
tree | ed886ee8d1b3efcebab05982a585fc8795de998a /remoting | |
parent | 1bec9f198f6998396a36b944f682a785dcf48a94 (diff) | |
download | chromium_src-1af97d97d3b7d43958b52d9231437c2dcebe809a.zip chromium_src-1af97d97d3b7d43958b52d9231437c2dcebe809a.tar.gz chromium_src-1af97d97d3b7d43958b52d9231437c2dcebe809a.tar.bz2 |
Remove macro defines in remoting, which cause Pepper C++ interface mismatches.
BUG=82353
TEST=Remoting Viewer plugin provides its scriptable interface; web-app does not complain about bad version.
Review URL: http://codereview.chromium.org/7201030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89786 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/remoting.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index a0735be..b69c7cf 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -114,9 +114,6 @@ 'type': 'static_library', 'defines': [ 'HAVE_STDINT_H', # Required by on2_integer.h - # TODO(wez): See crbug.com/82606 and crbug.com/86353. - 'PPAPI_INSTANCE_REMOVE_SCRIPTING', - 'PPAPI_VAR_REMOVE_SCRIPTING', ], 'dependencies': [ 'remoting_base', |