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

Unified Diff: content/content.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: Change native_test_launcher to use canonical jni include path 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
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 14504ee8e5783b23606315148316c0e889117986..97a158f2e5ec34f006d3cbd04667a232306f8aa5 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -495,11 +495,6 @@
'dependencies': [
'java_set_jni_headers'
],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/content',
- ],
- },
'includes': [ 'content_jni.gypi' ],
},
{

Powered by Google App Engine
This is Rietveld 408576698