Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(550)

Unified Diff: net/net.gyp

Issue 111493006: Have jni_generator.gypi specify include_dirs to dependent targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove export_dependent_settings Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/mojo.gyp ('k') | printing/printing.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 29aad0f4b54867d389eb18a68f06ec04c6c2291e..29ed03579ae2f94f115483a77fd21c98bddef047 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -2932,11 +2932,6 @@
'jni_gen_package': 'net',
'jni_generator_ptr_type': 'long',
},
- 'direct_dependent_settings': {
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/net',
- ],
- },
'includes': [ '../build/jni_generator.gypi' ],
},
{
@@ -2949,11 +2944,6 @@
'jni_gen_package': 'net',
'jni_generator_ptr_type': 'long',
},
- 'direct_dependent_settings': {
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/net',
- ],
- },
'includes': [ '../build/jni_generator.gypi' ],
},
{
« no previous file with comments | « mojo/mojo.gyp ('k') | printing/printing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698