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

Unified Diff: chrome/chrome_browser.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: 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
« no previous file with comments | « chrome/chrome_android.gypi ('k') | components/autofill.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index bdda04b9a42c3912bd1334f74015a9ba1244faa3..e0c6fa3c2ec7ebe3d76247331b98000d10e65a50 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3156,6 +3156,9 @@
'../components/components.gyp:web_modal',
'../third_party/libusb/libusb.gyp:libusb',
],
+ 'export_dependent_settings': [
digit1 2013/12/16 16:25:09 Interesting, can you add a comment explaining why
blundell 2013/12/16 16:32:47 I included it because chrome_android_core (in chro
+ 'chrome_browser_jni_headers',
+ ],
'sources': [
'browser/sessions/in_memory_tab_restore_service.cc',
'browser/sessions/in_memory_tab_restore_service.h',
« no previous file with comments | « chrome/chrome_android.gypi ('k') | components/autofill.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698