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

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: 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: 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',
« chrome/chrome_browser.gypi ('K') | « content/content_tests.gypi ('k') | mojo/mojo.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698