diff options
| author | Derek Sollenberger <djsollen@google.com> | 2011-01-25 18:02:00 -0500 |
|---|---|---|
| committer | Derek Sollenberger <djsollen@google.com> | 2011-01-26 18:27:07 -0500 |
| commit | 136290ef021ff9a9bf9152124a5fa42069acfdfc (patch) | |
| tree | 763219807011b9f4442e72e25f44bede0a2683fa /WebKit/Android.mk | |
| parent | 9d071845bbad7f9b73a17de59ad8b564e6ce39e4 (diff) | |
| download | external_webkit-136290ef021ff9a9bf9152124a5fa42069acfdfc.zip external_webkit-136290ef021ff9a9bf9152124a5fa42069acfdfc.tar.gz external_webkit-136290ef021ff9a9bf9152124a5fa42069acfdfc.tar.bz2 | |
Initial pass at a video API for plugins.
bug: 3072603
Change-Id: Ie22d289a93682dfd68cf81f5220d658d45a69d81
Diffstat (limited to 'WebKit/Android.mk')
| -rw-r--r-- | WebKit/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKit/Android.mk b/WebKit/Android.mk index b87e981..88defda 100644 --- a/WebKit/Android.mk +++ b/WebKit/Android.mk @@ -107,6 +107,7 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \ android/plugins/ANPSurfaceInterface.cpp \ android/plugins/ANPSystemInterface.cpp \ android/plugins/ANPTypefaceInterface.cpp \ + android/plugins/ANPVideoInterface.cpp \ android/plugins/ANPWindowInterface.cpp \ android/plugins/PluginDebugAndroid.cpp \ android/plugins/PluginTimer.cpp \ |
