Title: [165251] trunk/Source/WebCore
Revision
165251
Author
m...@apple.com
Date
2014-03-06 22:39:51 -0800 (Thu, 06 Mar 2014)

Log Message

Don’t copy WebInputs.json into the framework.

* WebCore.xcodeproj/project.pbxproj: Removed WebInputs.json from the Copy Bundle Resources
build phase of the WebCore target.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (165250 => 165251)


--- trunk/Source/WebCore/ChangeLog	2014-03-07 06:32:24 UTC (rev 165250)
+++ trunk/Source/WebCore/ChangeLog	2014-03-07 06:39:51 UTC (rev 165251)
@@ -1,3 +1,10 @@
+2014-03-06  Dan Bernstein  <m...@apple.com>
+
+        Don’t copy WebInputs.json into the framework.
+
+        * WebCore.xcodeproj/project.pbxproj: Removed WebInputs.json from the Copy Bundle Resources
+        build phase of the WebCore target.
+
 2014-03-06  Thiago de Barros Lacerda  <thiago.lace...@openbossa.org>
 
         [WebRTC] Updating RTCPeerConnection.idl

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (165250 => 165251)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2014-03-07 06:32:24 UTC (rev 165250)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2014-03-07 06:39:51 UTC (rev 165251)
@@ -3518,7 +3518,6 @@
 		99CC0B5E18BE984A006CEBCC /* SegmentedInputStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 99CC0B4918BE9849006CEBCC /* SegmentedInputStorage.h */; };
 		99CC0B5F18BE984A006CEBCC /* SerializationMethods.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99CC0B4A18BE9849006CEBCC /* SerializationMethods.cpp */; };
 		99CC0B6018BE984A006CEBCC /* SerializationMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 99CC0B4B18BE9849006CEBCC /* SerializationMethods.h */; };
-		99CC0B6118BE984A006CEBCC /* WebInputs.json in Resources */ = {isa = PBXBuildFile; fileRef = 99CC0B4C18BE9849006CEBCC /* WebInputs.json */; };
 		99CC0B6618BE9F15006CEBCC /* InspectorReplayAgent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99CC0B6418BE9F15006CEBCC /* InspectorReplayAgent.cpp */; };
 		99CC0B6718BE9F15006CEBCC /* InspectorReplayAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 99CC0B6518BE9F15006CEBCC /* InspectorReplayAgent.h */; };
 		99CC0B6A18BEA1FF006CEBCC /* WebReplayInputs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99CC0B6818BEA1FF006CEBCC /* WebReplayInputs.cpp */; };
@@ -26236,7 +26235,6 @@
 				9370918D1416D86B00477333 /* textarearesizecor...@2x.png in Resources */,
 				46D4F24B0AF97E810035385A /* verticalTextCursor.png in Resources */,
 				85136CA70AED665900F90A3D /* waitCursor.png in Resources */,
-				99CC0B6118BE984A006CEBCC /* WebInputs.json in Resources */,
 				85136CA80AED665900F90A3D /* westResizeCursor.png in Resources */,
 				1AB1AE7A0C051FDE00139F4F /* zoomInCursor.png in Resources */,
 				1AB1AE7B0C051FDE00139F4F /* zoomOutCursor.png in Resources */,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to