Diff
Modified: trunk/Source/WTF/ChangeLog (142730 => 142731)
--- trunk/Source/WTF/ChangeLog 2013-02-13 09:43:48 UTC (rev 142730)
+++ trunk/Source/WTF/ChangeLog 2013-02-13 10:39:22 UTC (rev 142731)
@@ -1,3 +1,13 @@
+2013-02-13 Andrew Wilson <[email protected]>
+
+ Unreviewed Chromium gyp-file cleanup after glib backend removal.
+ https://bugs.webkit.org/show_bug.cgi?id=109672
+
+ Removed references to GLib unicode backend:
+
+ * WTF.gyp/WTF.gyp:
+ * WTF.gypi:
+
2013-02-12 Martin Robinson <[email protected]>
[GTK] Remove the GLib unicode backend
Modified: trunk/Source/WTF/WTF.gyp/WTF.gyp (142730 => 142731)
--- trunk/Source/WTF/WTF.gyp/WTF.gyp 2013-02-13 09:43:48 UTC (rev 142730)
+++ trunk/Source/WTF/WTF.gyp/WTF.gyp 2013-02-13 10:39:22 UTC (rev 142731)
@@ -113,11 +113,9 @@
['exclude', '../wtf/url'],
['exclude', '../wtf/wince'],
['exclude', '../wtf/wx'],
- ['exclude', '../wtf/unicode/glib'],
['exclude', '../wtf/unicode/qt4'],
['exclude', '../wtf/unicode/wchar'],
- # GLib/GTK, even though its name doesn't really indicate.
- ['exclude', '/(gtk|glib|gobject)/.*\\.(cpp|h)$'],
+ ['exclude', '/(gtk|gobject)/.*\\.(cpp|h)$'],
['exclude', '(Default|Gtk|Mac|None|Qt|Win|Wx|Efl)\\.(cpp|mm)$'],
['exclude', 'wtf/OSRandomSource\\.cpp$'],
['exclude', 'wtf/MainThread.cpp$'],
Modified: trunk/Source/WTF/WTF.gypi (142730 => 142731)
--- trunk/Source/WTF/WTF.gypi 2013-02-13 09:43:48 UTC (rev 142730)
+++ trunk/Source/WTF/WTF.gypi 2013-02-13 10:39:22 UTC (rev 142731)
@@ -255,8 +255,6 @@
'wtf/unicode/ScriptCodesFromICU.h',
'wtf/unicode/UTF8.cpp',
'wtf/unicode/UnicodeMacrosFromICU.h',
- 'wtf/unicode/glib/UnicodeGLib.cpp',
- 'wtf/unicode/glib/UnicodeGLib.h',
'wtf/unicode/icu/CollatorICU.cpp',
'wtf/unicode/wchar/UnicodeWchar.cpp',
'wtf/unicode/wchar/UnicodeWchar.h',
Modified: trunk/Source/WebCore/ChangeLog (142730 => 142731)
--- trunk/Source/WebCore/ChangeLog 2013-02-13 09:43:48 UTC (rev 142730)
+++ trunk/Source/WebCore/ChangeLog 2013-02-13 10:39:22 UTC (rev 142731)
@@ -1,3 +1,12 @@
+2013-02-13 Andrew Wilson <[email protected]>
+
+ Unreviewed Chromium gyp-file cleanup after glib backend removal.
+ https://bugs.webkit.org/show_bug.cgi?id=109672
+
+ Removed references to GLib unicode backend:
+
+ * WebCore.gypi:
+
2013-02-12 Kentaro Hara <[email protected]>
[V8] Generate wrapper methods for custom getters/setters
Modified: trunk/Source/WebCore/WebCore.gypi (142730 => 142731)
--- trunk/Source/WebCore/WebCore.gypi 2013-02-13 09:43:48 UTC (rev 142730)
+++ trunk/Source/WebCore/WebCore.gypi 2013-02-13 10:39:22 UTC (rev 142731)
@@ -4601,10 +4601,7 @@
'platform/text/cf/StringImplCF.cpp',
'platform/text/chromium/Hyphenation.cpp',
'platform/text/chromium/TextBreakIteratorInternalICUChromium.cpp',
- 'platform/text/gtk/TextBreakIteratorGtk.cpp',
'platform/text/gtk/TextBreakIteratorInternalICUGtk.cpp',
- 'platform/text/gtk/TextCodecGtk.cpp',
- 'platform/text/gtk/TextCodecGtk.h',
'platform/text/mac/HyphenationMac.mm',
'platform/text/mac/LocaleMac.h',
'platform/text/mac/LocaleMac.mm',
Modified: trunk/Source/WebKit/gtk/ChangeLog (142730 => 142731)
--- trunk/Source/WebKit/gtk/ChangeLog 2013-02-13 09:43:48 UTC (rev 142730)
+++ trunk/Source/WebKit/gtk/ChangeLog 2013-02-13 10:39:22 UTC (rev 142731)
@@ -1,3 +1,15 @@
+2013-02-13 Andrew Wilson <[email protected]>
+
+ Unreviewed Chromium gyp-file cleanup after glib backend removal.
+ https://bugs.webkit.org/show_bug.cgi?id=109672
+
+ Removed references to GLib unicode backend:
+
+ * gyp/Configuration.gypi.in:
+ * gyp/Dependencies.gyp:
+ * gyp/_javascript_Core.gyp:
+ * gyp/WTF.gyp:
+
2013-02-12 Martin Robinson <[email protected]>
2013-02-10 Martin Robinson <[email protected]>
Modified: trunk/Source/WebKit/gtk/gyp/Configuration.gypi.in (142730 => 142731)
--- trunk/Source/WebKit/gtk/gyp/Configuration.gypi.in 2013-02-13 09:43:48 UTC (rev 142730)
+++ trunk/Source/WebKit/gtk/gyp/Configuration.gypi.in 2013-02-13 10:39:22 UTC (rev 142731)
@@ -31,7 +31,5 @@
'UNICODE_CFLAGS': '@UNICODE_CFLAGS@',
'UNICODE_LIBS': '@UNICODE_LIBS@',
- 'GLIB_CFLAGS': '@GLIB_CFLAGS@',
- 'GLIB_LIBS': '@GLIB_LIBS@',
}
}
Modified: trunk/Source/WebKit/gtk/gyp/Dependencies.gyp (142730 => 142731)
--- trunk/Source/WebKit/gtk/gyp/Dependencies.gyp 2013-02-13 09:43:48 UTC (rev 142730)
+++ trunk/Source/WebKit/gtk/gyp/Dependencies.gyp 2013-02-13 10:39:22 UTC (rev 142731)
@@ -1,16 +1,6 @@
{
'targets': [
{
- 'target_name': 'glib',
- 'type': 'none',
- 'direct_dependent_settings': {
- 'cflags': [ '<@(GLIB_CFLAGS)' ],
- 'link_settings': {
- 'libraries' : [ '<@(GLIB_LIBS)' ],
- },
- },
- },
- {
'target_name': 'icu',
'type': 'none',
'direct_dependent_settings': {
Modified: trunk/Source/WebKit/gtk/gyp/_javascript_Core.gyp (142730 => 142731)
--- trunk/Source/WebKit/gtk/gyp/_javascript_Core.gyp 2013-02-13 09:43:48 UTC (rev 142730)
+++ trunk/Source/WebKit/gtk/gyp/_javascript_Core.gyp 2013-02-13 10:39:22 UTC (rev 142731)
@@ -69,7 +69,6 @@
'dependencies': [
'WTF.gyp:wtf',
'LLIntOffsetExtractor',
- 'Dependencies.gyp:glib',
'Dependencies.gyp:icu',
],
'product_extension': 'so.<@(_javascript_core_soname_version)',
Modified: trunk/Source/WebKit/gtk/gyp/WTF.gyp (142730 => 142731)
--- trunk/Source/WebKit/gtk/gyp/WTF.gyp 2013-02-13 09:43:48 UTC (rev 142730)
+++ trunk/Source/WebKit/gtk/gyp/WTF.gyp 2013-02-13 10:39:22 UTC (rev 142731)
@@ -11,7 +11,6 @@
'target_name': 'wtf',
'type': 'static_library',
'dependencies': [
- 'Dependencies.gyp:glib',
'Dependencies.gyp:icu',
],
'include_dirs': [