Bug 158418

Summary: [EFL] Move efl include paths to JavaScriptCore_SYSTEM_INCLUDE_DIRECTORIES
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: WebKit EFLAssignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, lucas.de.marchi, ossy
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Gyuyoung Kim 2016-06-06 05:59:03 PDT
In Source/JavaScriptCore/PlatformEfl.cmake, we don't use JavaScriptCore_SYSTEM_INCLUDE_DIRECTORIES for efl include paths. Let's use it.
Comment 1 Gyuyoung Kim 2016-06-06 05:59:56 PDT
Created attachment 280592 [details]
Patch
Comment 2 Csaba Osztrogonác 2016-06-06 06:48:14 PDT
Is JavaScriptCore_SYSTEM_INCLUDE_DIRECTORIES to avoid 
possible warnings in third party header files?
Comment 3 Gyuyoung Kim 2016-06-06 06:54:57 PDT
(In reply to comment #2)
> Is JavaScriptCore_SYSTEM_INCLUDE_DIRECTORIES to avoid 
> possible warnings in third party header files?

Yes, right. FYI - https://trac.webkit.org/changeset/185806
Comment 4 Csaba Osztrogonác 2016-06-06 07:06:35 PDT
Comment on attachment 280592 [details]
Patch

OK, r=me.
Comment 5 WebKit Commit Bot 2016-06-06 07:29:54 PDT
Comment on attachment 280592 [details]
Patch

Clearing flags on attachment: 280592

Committed r201711: <http://trac.webkit.org/changeset/201711>
Comment 6 WebKit Commit Bot 2016-06-06 07:29:58 PDT
All reviewed patches have been landed.  Closing bug.