diff options
author | tedchoc@chromium.org <tedchoc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-25 03:18:46 +0000 |
---|---|---|
committer | tedchoc@chromium.org <tedchoc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-25 03:18:46 +0000 |
commit | a08029b412a3b9a2b00a6356e5eba8e8fdb623c6 (patch) | |
tree | 91a633827f0878126537e0b31967d09e3e828c1f /media/media.gyp | |
parent | 70dfa1f43de08da9e6556cf2bfc2c079f06f5f02 (diff) | |
download | chromium_src-a08029b412a3b9a2b00a6356e5eba8e8fdb623c6.zip chromium_src-a08029b412a3b9a2b00a6356e5eba8e8fdb623c6.tar.gz chromium_src-a08029b412a3b9a2b00a6356e5eba8e8fdb623c6.tar.bz2 |
Implement the skeleton of an android content shell.
Many TODOs here that will allow a quicker distribution of work to get the
remaining pieces upstreamed.
BUG=118591
TEST=
Review URL: http://codereview.chromium.org/10035034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/media.gyp')
-rw-r--r-- | media/media.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media/media.gyp b/media/media.gyp index 1ccfa2b..9d90312 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -119,6 +119,8 @@ 'audio/win/wavein_input_win.h', 'audio/win/waveout_output_win.cc', 'audio/win/waveout_output_win.h', + 'base/android/media_jni_registrar.cc', + 'base/android/media_jni_registrar.h', 'base/audio_decoder.cc', 'base/audio_decoder.h', 'base/audio_decoder_config.cc', |