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

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

@ -74,6 +74,12 @@ vpath %.mm \
$(srcdir)/src/chrome/common \
$(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)/ipc/chromium/chromium-config.mk