diff options
author | blundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-17 08:31:34 +0000 |
---|---|---|
committer | blundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-17 08:31:34 +0000 |
commit | 3badbfbc76ac6bcf03cfa93ed21c48632cbaab01 (patch) | |
tree | b2f7706305c6a8dac263f33e37e42ec615f7752f /testing/android/native_test.gyp | |
parent | 3c5dfe8c9d42a5483fa426d3237fe99b88f10601 (diff) | |
download | chromium_src-3badbfbc76ac6bcf03cfa93ed21c48632cbaab01.zip chromium_src-3badbfbc76ac6bcf03cfa93ed21c48632cbaab01.tar.gz chromium_src-3badbfbc76ac6bcf03cfa93ed21c48632cbaab01.tar.bz2 |
Have jni_generator.gypi specify include_dirs to dependent targets.
Rather than each dependent target of a target that generates jni headers having
to specify the appropriate include_dir manually, jni_generator.gypi can do it
via direct_dependent_settings.
TBR=darin@chromium.org
Review URL: https://codereview.chromium.org/111493006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241216 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing/android/native_test.gyp')
-rw-r--r-- | testing/android/native_test.gyp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp index bfea40f..0007a07 100644 --- a/testing/android/native_test.gyp +++ b/testing/android/native_test.gyp @@ -40,13 +40,6 @@ 'jni_generator_ptr_type': 'long', }, 'includes': [ '../../build/jni_generator.gypi' ], - # So generated jni headers can be found by targets that - # depend on this. - 'direct_dependent_settings': { - 'include_dirs': [ - '<(SHARED_INTERMEDIATE_DIR)', - ], - }, }, { 'target_name': 'native_test_util', |