summaryrefslogtreecommitdiffstats
path: root/content/app/DEPS
diff options
context:
space:
mode:
authormichaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-04 21:48:12 +0000
committermichaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-04 21:48:12 +0000
commit7bd891779b56530e58baa770aff55b7c65956eb6 (patch)
tree8a2d8ce25bac8f57d5faa3f56e84805dfa492431 /content/app/DEPS
parente135f7e496a18a6e40e87086c79c2932b3954528 (diff)
downloadchromium_src-7bd891779b56530e58baa770aff55b7c65956eb6.zip
chromium_src-7bd891779b56530e58baa770aff55b7c65956eb6.tar.gz
chromium_src-7bd891779b56530e58baa770aff55b7c65956eb6.tar.bz2
As part of the content_shell bring up, some un-upstreamed features
have been disabled in browser process main related c++ and Java file. The disabled features are guarded by !defined(ANDROID_UPSTREAM_BRINGUP). For Java file, the code was removed. Fixed the dependency. - Moved the content_jni_registrar.{h|cc} and library_loader_hooks.cc content/app/android/ - Moved the android_library_loader_hooks.h to content/public/app/ BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10444121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140386 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/app/DEPS')
-rw-r--r--content/app/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/app/DEPS b/content/app/DEPS
index 321c9ff..7ed77a8 100644
--- a/content/app/DEPS
+++ b/content/app/DEPS
@@ -1,4 +1,5 @@
include_rules = [
"+content",
"+media/base", # For initializing media library.
+ "+jni", # For generated JNI includes
]