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

Unified Diff: third_party/jsoncpp/jsoncpp.gyp

Issue 12294017: Linux: adjust include path for system jsoncpp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/jsoncpp/jsoncpp.gyp
diff --git a/third_party/jsoncpp/jsoncpp.gyp b/third_party/jsoncpp/jsoncpp.gyp
index e4a9877e0922cfad81badb2e6aacc2f9a07b839e..b7125711d3cac42c7dad798d4d49863d5116286a 100644
--- a/third_party/jsoncpp/jsoncpp.gyp
+++ b/third_party/jsoncpp/jsoncpp.gyp
@@ -66,6 +66,11 @@
'includes': [
'../../build/shim_headers.gypi',
],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '/usr/include/jsoncpp',
tommi (sloooow) - chröme 2013/02/19 10:30:48 Would it make sense to have an OS check before add
Paweł Hajdan Jr. 2013/02/19 10:37:08 When non-unices start shipping FOSS libraries as p
tommi (sloooow) - chröme 2013/02/19 10:54:28 Nope, I'm not aware of it. I only stumbled across
+ ],
+ },
'link_settings': {
'libraries': [
'-ljsoncpp',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698