diff options
author | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-19 06:13:32 +0000 |
---|---|---|
committer | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-19 06:13:32 +0000 |
commit | 88d14f03c8149590d0eb957d89085460d686e720 (patch) | |
tree | f63b16c677ddc5aff5310b52f50dd754daf7c9eb /base/base.gyp | |
parent | 337c269b56b74ef8acba33b9e249c01fe3214795 (diff) | |
download | chromium_src-88d14f03c8149590d0eb957d89085460d686e720.zip chromium_src-88d14f03c8149590d0eb957d89085460d686e720.tar.gz chromium_src-88d14f03c8149590d0eb957d89085460d686e720.tar.bz2 |
Android: native targets shouldn't depend on java targets.
The native targets for base/net/etc should not depend on the
base_java/net_java/etc targets, as they don't actually use the Java code
(only the JNI headers generated from them by
base_jni_headers/net_jni_headers/etc). Removing this dependency allows
the native code to be built without causing ant to run.
The targets which build Android APKs (like base_unittests_apk) already
depend on the Java targets.
Review URL: https://chromiumcodereview.appspot.com/10553036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142917 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/base.gyp b/base/base.gyp index 9c6849a..15e193e 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -125,7 +125,6 @@ 'symbolize', '../third_party/ashmem/ashmem.gyp:ashmem', '../third_party/icu/icu.gyp:icuuc', - 'base_java', 'base_jni_headers', ], 'include_dirs': [ |