Title: [243932] trunk/Source/WebKit
Revision
243932
Author
[email protected]
Date
2019-04-05 05:42:44 -0700 (Fri, 05 Apr 2019)

Log 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.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (243931 => 243932)


--- trunk/Source/WebKit/ChangeLog	2019-04-05 12:25:05 UTC (rev 243931)
+++ trunk/Source/WebKit/ChangeLog	2019-04-05 12:42:44 UTC (rev 243932)
@@ -1,3 +1,18 @@
+2019-04-05  David Kilzer  <[email protected]>
+
+        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.
+
 2019-04-05  Carlos Garcia Campos  <[email protected]>
 
         [ATK] Use a smart pointer for AccessibilityObject wrapper and remove GTK specific code

Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (243931 => 243932)


--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2019-04-05 12:25:05 UTC (rev 243931)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2019-04-05 12:42:44 UTC (rev 243932)
@@ -8990,7 +8990,6 @@
 				5CAFDE452130846300B1F7E1 /* _WKInspector.h in Headers */,
 				5CAFDE472130846A00B1F7E1 /* _WKInspectorInternal.h in Headers */,
 				A5C0F0AB2000658200536536 /* _WKInspectorWindow.h in Headers */,
-				A5C0F0AB2000658200536536 /* _WKInspectorWindow.h in Headers */,
 				31B362952141EBCD007BFA53 /* _WKInternalDebugFeature.h in Headers */,
 				31B362972141EBD9007BFA53 /* _WKInternalDebugFeatureInternal.h in Headers */,
 				2D790A9D1AD7050D00AB90B3 /* _WKLayoutMode.h in Headers */,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to