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

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: 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 | « base/android/jni_generator/jni_generator.gyp ('k') | build/jni_generator.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « base/android/jni_generator/jni_generator.gyp ('k') | build/jni_generator.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698