Title: [195459] trunk/Source/WebCore
Revision
195459
Author
[email protected]
Date
2016-01-22 10:37:11 -0800 (Fri, 22 Jan 2016)

Log Message

Remove dependency from DataDetectorsCore on iOS.
https://bugs.webkit.org/show_bug.cgi?id=153358
rdar://problem/24294651

Reviewed by Anders Carlsson.

Avoid build dependencies.

* Configurations/WebCore.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (195458 => 195459)


--- trunk/Source/WebCore/ChangeLog	2016-01-22 18:24:57 UTC (rev 195458)
+++ trunk/Source/WebCore/ChangeLog	2016-01-22 18:37:11 UTC (rev 195459)
@@ -1,3 +1,15 @@
+2016-01-22  Enrica Casucci  <[email protected]>
+
+        Remove dependency from DataDetectorsCore on iOS.
+        https://bugs.webkit.org/show_bug.cgi?id=153358
+        rdar://problem/24294651
+
+        Reviewed by Anders Carlsson.
+
+        Avoid build dependencies.
+
+        * Configurations/WebCore.xcconfig:
+
 2016-01-22  Chris Fleizach  <[email protected]>
 
         AX: ARIA combo boxes are not returning the right value for selected text range

Modified: trunk/Source/WebCore/Configurations/WebCore.xcconfig (195458 => 195459)


--- trunk/Source/WebCore/Configurations/WebCore.xcconfig	2016-01-22 18:24:57 UTC (rev 195458)
+++ trunk/Source/WebCore/Configurations/WebCore.xcconfig	2016-01-22 18:37:11 UTC (rev 195459)
@@ -50,7 +50,7 @@
 UNEXPORTED_SYMBOLS_FILE = Configurations/WebCore.unexp;
 OTHER_LDFLAGS = $(inherited) $(OTHER_LDFLAGS_PLATFORM);
 OTHER_LDFLAGS_BASE = -lsqlite3 -lobjc -lANGLE;
-OTHER_LDFLAGS_BASE_ios = $(OTHER_LDFLAGS_BASE) -framework CFNetwork -framework CoreGraphics -framework CoreText -framework Foundation -framework GraphicsServices -framework ImageIO -framework OpenGLES -lMobileGestalt -framework DataDetectorsCore;
+OTHER_LDFLAGS_BASE_ios = $(OTHER_LDFLAGS_BASE) -framework CFNetwork -framework CoreGraphics -framework CoreText -framework Foundation -framework GraphicsServices -framework ImageIO -framework OpenGLES -lMobileGestalt;
 OTHER_LDFLAGS_PLATFORM[sdk=iphoneos*] = $(OTHER_LDFLAGS_BASE_ios) -framework IOSurface;
 OTHER_LDFLAGS_PLATFORM[sdk=iphonesimulator*] = $(OTHER_LDFLAGS_BASE_ios);
 OTHER_LDFLAGS_PLATFORM[sdk=macosx*] = $(OTHER_LDFLAGS_BASE) -sub_library libobjc -umbrella WebKit -allowable_client WebCoreTestSupport -allowable_client WebKit2 -allowable_client WebKitLegacy -framework ApplicationServices -framework AudioUnit -framework Carbon -framework Cocoa -framework DataDetectorsCore -framework IOSurface -framework OpenGL;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to