From e97b25c21c29373be42c47fe708e4f8c7be6c7b7 Mon Sep 17 00:00:00 2001 From: "michaelbai@chromium.org" Date: Fri, 1 Jun 2012 18:23:18 +0000 Subject: 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 --- content/app/android/OWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 content/app/android/OWNERS (limited to 'content/app/android/OWNERS') 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 + -- cgit v1.1