Title: [215974] trunk/Source/ThirdParty/libwebrtc
Revision
215974
Author
m...@apple.com
Date
2017-04-29 11:33:10 -0700 (Sat, 29 Apr 2017)

Log Message

[Xcode] libwebrtc SRCROOT includes examples
https://bugs.webkit.org/show_bug.cgi?id=171478

Reviewed by Tim Horton.

* Configurations/Base.xcconfig: Exclude the Source/webrtc/examples subdirectory from
  installsrc. Its contents are not used for building any of the targets in the project.

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (215973 => 215974)


--- trunk/Source/ThirdParty/libwebrtc/ChangeLog	2017-04-29 18:03:22 UTC (rev 215973)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog	2017-04-29 18:33:10 UTC (rev 215974)
@@ -1,3 +1,13 @@
+2017-04-29  Dan Bernstein  <m...@apple.com>
+
+        [Xcode] libwebrtc SRCROOT includes examples
+        https://bugs.webkit.org/show_bug.cgi?id=171478
+
+        Reviewed by Tim Horton.
+
+        * Configurations/Base.xcconfig: Exclude the Source/webrtc/examples subdirectory from
+          installsrc. Its contents are not used for building any of the targets in the project.
+
 2017-04-19  Youenn Fablet  <you...@apple.com>
 
         [Mac] Allow customizing H264 encoder

Modified: trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig (215973 => 215974)


--- trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig	2017-04-29 18:03:22 UTC (rev 215973)
+++ trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig	2017-04-29 18:33:10 UTC (rev 215974)
@@ -81,6 +81,8 @@
 
 GCC_PREPROCESSOR_DEFINITIONS = $(DEBUG_DEFINES) $(inherited);
 
+EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = $(inherited) "$(PROJECT_DIR)/Source/webrtc/examples";
+
 NORMAL_WEBCORE_FRAMEWORKS_DIR = $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
 NORMAL_WEBCORE_FRAMEWORKS_DIR[sdk=macosx*] = $(SYSTEM_LIBRARY_DIR)/Frameworks/WebKit.framework/Versions/A/Frameworks;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to