Changeset 215974 in webkit


Ignore:
Timestamp:
Apr 29, 2017, 11:33:10 AM (8 years ago)
Author:
mitz@apple.com
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.
Location:
trunk/Source/ThirdParty/libwebrtc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/ThirdParty/libwebrtc/ChangeLog

    r215548 r215974  
     12017-04-29  Dan Bernstein  <mitz@apple.com>
     2
     3        [Xcode] libwebrtc SRCROOT includes examples
     4        https://bugs.webkit.org/show_bug.cgi?id=171478
     5
     6        Reviewed by Tim Horton.
     7
     8        * Configurations/Base.xcconfig: Exclude the Source/webrtc/examples subdirectory from
     9          installsrc. Its contents are not used for building any of the targets in the project.
     10
    1112017-04-19  Youenn Fablet  <youenn@apple.com>
    212
  • trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig

    r215494 r215974  
    8282GCC_PREPROCESSOR_DEFINITIONS = $(DEBUG_DEFINES) $(inherited);
    8383
     84EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = $(inherited) "$(PROJECT_DIR)/Source/webrtc/examples";
     85
    8486NORMAL_WEBCORE_FRAMEWORKS_DIR = $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
    8587NORMAL_WEBCORE_FRAMEWORKS_DIR[sdk=macosx*] = $(SYSTEM_LIBRARY_DIR)/Frameworks/WebKit.framework/Versions/A/Frameworks;
Note: See TracChangeset for help on using the changeset viewer.