Title: [195989] trunk/Source/WebKit2
Revision
195989
Author
[email protected]
Date
2016-02-01 16:35:26 -0800 (Mon, 01 Feb 2016)

Log Message

Copy sandbox profiles during installhdrs.

Reviewed by Anders Carlsson.

* Configurations/SandboxProfiles.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (195988 => 195989)


--- trunk/Source/WebKit2/ChangeLog	2016-02-02 00:32:45 UTC (rev 195988)
+++ trunk/Source/WebKit2/ChangeLog	2016-02-02 00:35:26 UTC (rev 195989)
@@ -1,5 +1,13 @@
 2016-02-01  Dan Bernstein  <[email protected]>
 
+        Copy sandbox profiles during installhdrs.
+
+        Reviewed by Anders Carlsson.
+
+        * Configurations/SandboxProfiles.xcconfig:
+
+2016-02-01  Dan Bernstein  <[email protected]>
+
         [Cocoa] Remove some more __has_include guards
         https://bugs.webkit.org/show_bug.cgi?id=153774
 

Modified: trunk/Source/WebKit2/Configurations/SandboxProfiles.xcconfig (195988 => 195989)


--- trunk/Source/WebKit2/Configurations/SandboxProfiles.xcconfig	2016-02-02 00:32:45 UTC (rev 195988)
+++ trunk/Source/WebKit2/Configurations/SandboxProfiles.xcconfig	2016-02-02 00:35:26 UTC (rev 195989)
@@ -2,3 +2,5 @@
 INSTALL_PATH_WK_INSTALL_OVERRIDE_SANDBOX_PROFILES_ = $(INSTALL_PATH_WK_INSTALL_OVERRIDE_SANDBOX_PROFILES_NO);
 INSTALL_PATH_WK_INSTALL_OVERRIDE_SANDBOX_PROFILES_NO = /usr/local/share/sandbox/profiles/embedded/builtin;
 INSTALL_PATH_WK_INSTALL_OVERRIDE_SANDBOX_PROFILES_YES = /usr/local/share/sandbox;
+
+INSTALLHDRS_COPY_PHASE = YES;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to