⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243932 in webkit


Ignore:
Timestamp:
Apr 5, 2019, 5:42:44 AM (7 years ago)
Author:
ddkilzer@apple.com
Message:

REGRESSION(r240685): Remove duplicate Headers entry for _WKInspectorWindow.h in Xcode project
<https://bugs.webkit.org/show_bug.cgi?id=193951>
<rdar://problem/47621366>

Fixes the following build warnings:

Warning: Multiple build commands for output file WebKit2_WebKit.roots/BuildRecords/WebKit2_installhdrs/Root/System/Library/Frameworks/WebKit.framework/PrivateHeaders/_WKInspectorWindow.h
Warning: Multiple build commands for output file WebKit2_WebKit.roots/BuildRecords/WebKit2_installapi/Root/System/Library/Frameworks/WebKit.framework/PrivateHeaders/_WKInspectorWindow.h
Warning: Multiple build commands for output file WebKit2_WebKit.roots/BuildRecords/WebKit2_install/Root/System/Library/Frameworks/WebKit.framework/PrivateHeaders/_WKInspectorWindow.h

  • WebKit.xcodeproj/project.pbxproj: Remove duplicate entry for

_WKInspectorWindow.h. In r240685, a second Headers entry was
added, but the first one was never removed.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r243928 r243932  
     12019-04-05  David Kilzer  <ddkilzer@apple.com>
     2
     3        REGRESSION(r240685): Remove duplicate Headers entry for _WKInspectorWindow.h in Xcode project
     4        <https://bugs.webkit.org/show_bug.cgi?id=193951>
     5        <rdar://problem/47621366>
     6
     7        Fixes the following build warnings:
     8            Warning: Multiple build commands for output file WebKit2_WebKit.roots/BuildRecords/WebKit2_installhdrs/Root/System/Library/Frameworks/WebKit.framework/PrivateHeaders/_WKInspectorWindow.h
     9            Warning: Multiple build commands for output file WebKit2_WebKit.roots/BuildRecords/WebKit2_installapi/Root/System/Library/Frameworks/WebKit.framework/PrivateHeaders/_WKInspectorWindow.h
     10            Warning: Multiple build commands for output file WebKit2_WebKit.roots/BuildRecords/WebKit2_install/Root/System/Library/Frameworks/WebKit.framework/PrivateHeaders/_WKInspectorWindow.h
     11
     12        * WebKit.xcodeproj/project.pbxproj: Remove duplicate entry for
     13        _WKInspectorWindow.h.  In r240685, a second Headers entry was
     14        added, but the first one was never removed.
     15
    1162019-04-05  Carlos Garcia Campos  <cgarcia@igalia.com>
    217
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r243808 r243932  
    89918991                                5CAFDE472130846A00B1F7E1 /* _WKInspectorInternal.h in Headers */,
    89928992                                A5C0F0AB2000658200536536 /* _WKInspectorWindow.h in Headers */,
    8993                                 A5C0F0AB2000658200536536 /* _WKInspectorWindow.h in Headers */,
    89948993                                31B362952141EBCD007BFA53 /* _WKInternalDebugFeature.h in Headers */,
    89958994                                31B362972141EBD9007BFA53 /* _WKInternalDebugFeatureInternal.h in Headers */,
Note: See TracChangeset for help on using the changeset viewer.