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

Unified Diff: base/base.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: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 0c8207f84c32e7cec29a1ed4a34483c0ed2d9349..0993b7425511c6312232f4ddb1448144221a9a2f 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -146,9 +146,6 @@
'base_jni_headers',
'../third_party/ashmem/ashmem.gyp:ashmem',
],
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/base',
- ],
'link_settings': {
'libraries': [
'-llog',
@@ -905,9 +902,6 @@
'base_unittests_jni_headers',
'base_java_unittest_support',
],
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/base',
- ],
}],
],
'sources': [

Powered by Google App Engine
This is Rietveld 408576698