diff options
author | michaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-01 18:23:18 +0000 |
---|---|---|
committer | michaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-01 18:23:18 +0000 |
commit | e97b25c21c29373be42c47fe708e4f8c7be6c7b7 (patch) | |
tree | 0de4e61817cfa30652866c8d66028e79b89f0d59 /content/app/android/OWNERS | |
parent | c5983c61c5c4a0383161883775ec2cfeb44d4a3c (diff) | |
download | chromium_src-e97b25c21c29373be42c47fe708e4f8c7be6c7b7.zip chromium_src-e97b25c21c29373be42c47fe708e4f8c7be6c7b7.tar.gz chromium_src-e97b25c21c29373be42c47fe708e4f8c7be6c7b7.tar.bz2 |
Fixed the dependency.
- Moved the content_jni_registrar.{h|cc} and library_loader_hooks.cc to content/app/android/
- Moved the android_library_loader_hooks.h to content/public/app/
Those files execute the common tasks for all processes and should belong to content/app/.
BUG=
TEST=
TBR=jrg
Review URL: https://chromiumcodereview.appspot.com/10444113
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140062 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/app/android/OWNERS')
-rw-r--r-- | content/app/android/OWNERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/app/android/OWNERS b/content/app/android/OWNERS new file mode 100644 index 0000000..09e93ca --- /dev/null +++ b/content/app/android/OWNERS @@ -0,0 +1,5 @@ +jrg@chromium.org +michaelbai@chromium.org +sievers@chromium.org +yfriedman@chromium.org + |