Backed out changeset 48e202424e35

This commit is contained in:
Dão Gottwald 2010-05-13 18:26:36 +02:00
Родитель 6acba6095d
Коммит f15f398c69
2 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -212,7 +212,6 @@ dbus/dbus-glib.h
dbus/dbus-glib-lowlevel.h dbus/dbus-glib-lowlevel.h
ddeml.h ddeml.h
Debug.h Debug.h
deque
dem.h dem.h
descrip.h descrip.h
Devices.h Devices.h
@ -275,7 +274,6 @@ freetype/tttables.h
freetype/t1tables.h freetype/t1tables.h
fribidi/fribidi.h fribidi/fribidi.h
FSp_fopen.h FSp_fopen.h
fstream
fstream.h fstream.h
ft2build.h ft2build.h
fts.h fts.h
@ -331,7 +329,6 @@ IOKit/pwr_mgt/IOPMLib.h
iomanip iomanip
iostream iostream
iostream.h iostream.h
iterator
jar.h jar.h
JavaControl.h JavaControl.h
JavaEmbedding/JavaControl.h JavaEmbedding/JavaControl.h
@ -610,7 +607,6 @@ pthread.h
pwd.h pwd.h
Python.h Python.h
QDOffscreen.h QDOffscreen.h
queue
Quickdraw.h Quickdraw.h
QuickDraw.h QuickDraw.h
QuickTimeComponents.h QuickTimeComponents.h
@ -645,7 +641,6 @@ security.h
secutil.h secutil.h
semaphore.h semaphore.h
servprov.h servprov.h
set
setjmp.h setjmp.h
SFNTLayoutTypes.h SFNTLayoutTypes.h
SFNTTypes.h SFNTTypes.h
@ -839,7 +834,6 @@ UReanimator.h
URegions.h URegions.h
URegistrar.h URegistrar.h
UResourceMgr.h UResourceMgr.h
utility
urlhist.h urlhist.h
urlmon.h urlmon.h
UScrap.h UScrap.h

Просмотреть файл

@ -74,6 +74,12 @@ vpath %.mm \
$(srcdir)/src/chrome/common \ $(srcdir)/src/chrome/common \
$(NULL) $(NULL)
# TODO: remove this hack when we switch to GCC 4.3! GCC 4.1
# instantiates template declarations in wrapped system headers with
# the wrong visibility, which is causing the Linux tinderboxen to die in
# std::string internals.
VISIBILITY_FLAGS=
include $(topsrcdir)/config/config.mk include $(topsrcdir)/config/config.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk include $(topsrcdir)/ipc/chromium/chromium-config.mk