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

Unified Diff: content/content_tests.gypi

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 | « content/content_shell.gypi ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 2663b51eba0aef41d9e83da4f67aab898743ace2..72bf0484c5421537a9dd1e8c91773619a2d1003d 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1422,11 +1422,6 @@
'sources': [
'shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/LinkerTests.java',
],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/content/shell',
- ],
- },
'variables': {
'jni_gen_package': 'content/shell',
},
@@ -1454,11 +1449,6 @@
'sources': [
'public/test/android/javatests/src/org/chromium/content/browser/test/NestedSystemMessageHandler.java',
],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/content/public/test',
- ],
- },
'variables': {
'jni_gen_package': 'content/public/test',
},
« no previous file with comments | « content/content_shell.gypi ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698