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

Unified Diff: media/media.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 | « content/content_tests.gypi ('k') | mojo/mojo.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 97e2f5dfba90ce5ccd4dd25dd947f462c85cea44..fb844de78b8dfcd7121be508d09ef00e6bee3386 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -547,9 +547,6 @@
],
}],
['OS=="android"', {
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/media',
- ],
'dependencies': [
'media_android_jni_headers',
'player_android',
@@ -1544,9 +1541,6 @@
'defines': [
'MEDIA_IMPLEMENTATION',
],
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/media',
- ],
},
{
'target_name': 'media_java',
« no previous file with comments | « content/content_tests.gypi ('k') | mojo/mojo.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698