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

Unified Diff: ui/ui.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 | « ui/gfx/gfx.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 92d05c36383817d6ac5e6f70e5ffe973a3982f98..e3cd9309706a402dae8c62a218f0cebc17322323 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -570,9 +570,6 @@
'dependencies': [
'ui_base_jni_headers',
],
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/ui',
- ],
'link_settings': {
'libraries': [
'-ljnigraphics',
@@ -618,11 +615,6 @@
{
'target_name': 'ui_base_jni_headers',
'type': 'none',
- 'direct_dependent_settings': {
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/ui',
- ],
- },
'sources': [
'android/java/src/org/chromium/ui/base/Clipboard.java',
'android/java/src/org/chromium/ui/base/LocalizationUtils.java',
« no previous file with comments | « ui/gfx/gfx.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698