Title: [234004] trunk/Tools
Revision
234004
Author
[email protected]
Date
2018-07-19 14:05:19 -0700 (Thu, 19 Jul 2018)

Log Message

Provide an lldb type summary for WebCore::Color
https://bugs.webkit.org/show_bug.cgi?id=187776

Another attempted build fix for Debug.

* lldb/lldbWebKitTester/Configurations/Base.xcconfig:
* lldb/lldbWebKitTester/lldbWebKitTester.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (234003 => 234004)


--- trunk/Tools/ChangeLog	2018-07-19 20:51:48 UTC (rev 234003)
+++ trunk/Tools/ChangeLog	2018-07-19 21:05:19 UTC (rev 234004)
@@ -1,3 +1,13 @@
+2018-07-19  Dean Jackson  <[email protected]>
+
+        Provide an lldb type summary for WebCore::Color
+        https://bugs.webkit.org/show_bug.cgi?id=187776
+
+        Another attempted build fix for Debug.
+
+        * lldb/lldbWebKitTester/Configurations/Base.xcconfig:
+        * lldb/lldbWebKitTester/lldbWebKitTester.xcodeproj/project.pbxproj:
+
 2018-07-19  Thomas Denney  <[email protected]>
 
         [WHLSL] The interpreter doesn't support boolean short-circuiting

Modified: trunk/Tools/lldb/lldbWebKitTester/Configurations/Base.xcconfig (234003 => 234004)


--- trunk/Tools/lldb/lldbWebKitTester/Configurations/Base.xcconfig	2018-07-19 20:51:48 UTC (rev 234003)
+++ trunk/Tools/lldb/lldbWebKitTester/Configurations/Base.xcconfig	2018-07-19 21:05:19 UTC (rev 234004)
@@ -114,7 +114,7 @@
 
 SDKROOT = macosx.internal;
 
-FRAMEWORK_SEARCH_PATHS = $(inherited) $(SYSTEM_LIBRARY_DIR)/Frameworks/WebKit.framework/Versions/A/Frameworks;
+FRAMEWORK_SEARCH_PATHS = $(inherited) ${BUILT_PRODUCTS_DIR}/WebKit.framework/Versions/A/Frameworks;
 
 OTHER_CFLAGS = $(ASAN_OTHER_CFLAGS);
 OTHER_CPLUSPLUSFLAGS = $(ASAN_OTHER_CPLUSPLUSFLAGS);

Modified: trunk/Tools/lldb/lldbWebKitTester/lldbWebKitTester.xcodeproj/project.pbxproj (234003 => 234004)


--- trunk/Tools/lldb/lldbWebKitTester/lldbWebKitTester.xcodeproj/project.pbxproj	2018-07-19 20:51:48 UTC (rev 234003)
+++ trunk/Tools/lldb/lldbWebKitTester/lldbWebKitTester.xcodeproj/project.pbxproj	2018-07-19 21:05:19 UTC (rev 234004)
@@ -8,7 +8,7 @@
 
 /* Begin PBXBuildFile section */
 		0FC1C35420E5391E001E9FB0 /* DumpClassLayoutTesting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0FC1C35320E5391E001E9FB0 /* DumpClassLayoutTesting.cpp */; };
-		3156A19320FEEE3200CA3BA3 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3156A19220FEEE3200CA3BA3 /* WebKit.framework */; };
+		3156A19521012D1E00CA3BA3 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3156A19421012D1E00CA3BA3 /* WebKit.framework */; };
 		7CB6844B1AFA7978002B305C /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CB6844A1AFA7978002B305C /* main.cpp */; };
 		CE6C3AFF20C0B17B003E33D8 /* libWTF.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CE6C3AFE20C0B17B003E33D8 /* libWTF.a */; };
 		CE6C3B0120C0C444003E33D8 /* libicucore.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CE6C3B0020C0C443003E33D8 /* libicucore.dylib */; };
@@ -29,7 +29,7 @@
 /* Begin PBXFileReference section */
 		0FC1C35320E5391E001E9FB0 /* DumpClassLayoutTesting.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DumpClassLayoutTesting.cpp; sourceTree = "<group>"; };
 		0FC1C35520E53932001E9FB0 /* DumpClassLayoutTesting.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DumpClassLayoutTesting.h; sourceTree = "<group>"; };
-		3156A19220FEEE3200CA3BA3 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = WebKit.framework; sourceTree = "<group>"; };
+		3156A19421012D1E00CA3BA3 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = WebKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 		7C2227511AFC4D9C008C3338 /* Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Base.xcconfig; sourceTree = "<group>"; };
 		7C2227521AFC4D9C008C3338 /* lldbWebKitTester.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = lldbWebKitTester.xcconfig; sourceTree = "<group>"; };
 		7C2227531AFC4D9C008C3338 /* DebugRelease.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = DebugRelease.xcconfig; sourceTree = "<group>"; };
@@ -44,9 +44,9 @@
 			isa = PBXFrameworksBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
+				3156A19521012D1E00CA3BA3 /* WebKit.framework in Frameworks */,
 				CE6C3B0120C0C444003E33D8 /* libicucore.dylib in Frameworks */,
 				CE6C3AFF20C0B17B003E33D8 /* libWTF.a in Frameworks */,
-				3156A19320FEEE3200CA3BA3 /* WebKit.framework in Frameworks */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -94,9 +94,9 @@
 		CE3F4425205C6A01007195B3 /* Frameworks */ = {
 			isa = PBXGroup;
 			children = (
+				3156A19421012D1E00CA3BA3 /* WebKit.framework */,
 				CE6C3B0020C0C443003E33D8 /* libicucore.dylib */,
 				CE6C3AFE20C0B17B003E33D8 /* libWTF.a */,
-				3156A19220FEEE3200CA3BA3 /* WebKit.framework */,
 			);
 			name = Frameworks;
 			sourceTree = "<group>";
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to