summaryrefslogtreecommitdiffstats
path: root/content/content_shell.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r--content/content_shell.gypi11
1 files changed, 5 insertions, 6 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 7153cc8..429f0a9 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -167,9 +167,6 @@
'dependencies': [
'content_shell_jni_headers',
],
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/content/shell',
- ],
}, { # else: OS!="android"
'dependencies': [
# This dependency is for running DRT against the content shell, and
@@ -560,6 +557,11 @@
'shell/android/java/src/org/chromium/content_shell/ShellManager.java',
'shell/android/java/src/org/chromium/content_shell/Shell.java',
],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '<(SHARED_INTERMEDIATE_DIR)/content/shell',
+ ],
+ },
'variables': {
'jni_gen_dir': 'content/shell',
},
@@ -577,9 +579,6 @@
'../skia/skia.gyp:skia',
'<(DEPTH)/media/media.gyp:player_android',
],
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/content/shell',
- ],
'sources': [
'shell/android/shell_library_loader.cc',
'shell/android/shell_library_loader.h',