From: jkummerow@chromium.org Date: Tue, 5 Mar 2013 09:49:54 +0000 (+0000) Subject: Linux: for use_system_v8=1, use all_dependent_settings X-Git-Tag: upstream/4.7.83~14957 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db7591e403959f162c0975e85c1d3f6c57236c69;p=platform%2Fupstream%2Fv8.git Linux: for use_system_v8=1, use all_dependent_settings instead of direct_dependent_settings - with V8 headers being included in other headers, the former works much better. This is a configuration that is not used for Google Chrome neither V8 buildbot, and has been tested for its intended use case (Linux distributions). BUG=none Review URL: https://codereview.chromium.org/12378092 Patch from Paweł Hajdan Jr. . git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13822 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp index 6ebf3f6..2d6eaf9 100644 --- a/tools/gyp/v8.gyp +++ b/tools/gyp/v8.gyp @@ -1005,7 +1005,7 @@ 'include_dirs++': [ '<(shim_headers_path)', ], - 'direct_dependent_settings': { + 'all_dependent_settings': { 'include_dirs+++': [ '<(shim_headers_path)', ],