Bug 990855 part.2 Remove dom/events from local includes of moz.build files r=smaug

This commit is contained in:
Masayuki Nakano 2014-04-03 13:18:38 +09:00
parent b6e410dfc1
commit 852403f45d
48 changed files with 0 additions and 67 deletions

View File

@ -46,7 +46,6 @@ if CONFIG['MOZ_XUL']:
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'../../../../content/base/src', '../../../../content/base/src',
'../../../../dom/events',
'../../base', '../../base',
'../../generic', '../../generic',
'../../html', '../../html',

View File

@ -213,7 +213,6 @@ LOCAL_INCLUDES += [
'/content/xul/document/src', '/content/xul/document/src',
'/docshell/base', '/docshell/base',
'/dom/base', '/dom/base',
'/dom/events',
'/dom/ipc', '/dom/ipc',
'/dom/workers', '/dom/workers',
'/dom/xbl', '/dom/xbl',

View File

@ -172,7 +172,6 @@ LOCAL_INCLUDES += [
'/content/media/', '/content/media/',
'/content/xul/content/src', '/content/xul/content/src',
'/dom/base', '/dom/base',
'/dom/events',
'/dom/xbl', '/dom/xbl',
'/editor/libeditor/base', '/editor/libeditor/base',
'/editor/libeditor/text', '/editor/libeditor/text',

View File

@ -37,7 +37,6 @@ LOCAL_INCLUDES += [
'/content/base/src', '/content/base/src',
'/docshell/base', '/docshell/base',
'/dom/base', '/dom/base',
'/dom/events',
'/layout/style', '/layout/style',
] ]

View File

@ -255,7 +255,6 @@ LOCAL_INCLUDES += [
'/content/html/content/src', '/content/html/content/src',
'/content/xml/content/src', '/content/xml/content/src',
'/dom', '/dom',
'/dom/events',
'/dom/smil', '/dom/smil',
'/dom/xbl', '/dom/xbl',
'/layout/generic', '/layout/generic',

View File

@ -19,7 +19,6 @@ LOCAL_INCLUDES += [
'/content/html/document/src', '/content/html/document/src',
'/content/svg/content/src', '/content/svg/content/src',
'/content/xml/document/src', '/content/xml/document/src',
'/dom/events',
'/layout/style', '/layout/style',
] ]

View File

@ -25,7 +25,6 @@ LOCAL_INCLUDES += [
'/content/html/document/src', '/content/html/document/src',
'/content/xul/content/src', '/content/xul/content/src',
'/dom/base', '/dom/base',
'/dom/events',
'/layout/style', '/layout/style',
] ]

View File

@ -22,7 +22,6 @@ LOCAL_INCLUDES += [
'/content/html/content/src', '/content/html/content/src',
'/content/xml/content/src', '/content/xml/content/src',
'/content/xml/document/src', '/content/xml/document/src',
'/dom/events',
'/dom/xbl', '/dom/xbl',
'/layout/generic', '/layout/generic',
'/layout/style', '/layout/style',

View File

@ -28,7 +28,6 @@ LOCAL_INCLUDES += [
'/content/xul/templates/src', '/content/xul/templates/src',
'/docshell/base', '/docshell/base',
'/dom/base', '/dom/base',
'/dom/events',
'/dom/xbl', '/dom/xbl',
'/layout/base', '/layout/base',
'/layout/generic', '/layout/generic',

View File

@ -20,7 +20,3 @@ FAIL_ON_WARNINGS = True
include('/ipc/chromium/chromium-config.mozbuild') include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'gklayout' FINAL_LIBRARY = 'gklayout'
LOCAL_INCLUDES += [
'/dom/events',
]

View File

@ -52,7 +52,6 @@ LOCAL_INCLUDES += [
'/dom/battery', '/dom/battery',
'/dom/bluetooth', '/dom/bluetooth',
'/dom/camera', '/dom/camera',
'/dom/events',
'/dom/file', '/dom/file',
'/dom/indexedDB', '/dom/indexedDB',
'/dom/src/geolocation', '/dom/src/geolocation',

View File

@ -33,7 +33,6 @@ FINAL_LIBRARY = 'gklayout'
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'/content/base/src', '/content/base/src',
'/dom/base', '/dom/base',
'/dom/events',
'/dom/ipc', '/dom/ipc',
] ]

View File

@ -23,6 +23,5 @@ FINAL_LIBRARY = 'gklayout'
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'../../system/gonk', '../../system/gonk',
'/dom/events',
] ]

View File

@ -36,7 +36,6 @@ include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'gklayout' FINAL_LIBRARY = 'gklayout'
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'/dom/events',
'/dom/indexedDB', '/dom/indexedDB',
] ]

View File

@ -75,7 +75,6 @@ LOCAL_INCLUDES += [
'/content/base/src', '/content/base/src',
'/db/sqlite3/src', '/db/sqlite3/src',
'/dom/base', '/dom/base',
'/dom/events',
'/dom/quota', '/dom/quota',
'/dom/src/storage', '/dom/src/storage',
'/xpcom/build', '/xpcom/build',

View File

@ -103,7 +103,6 @@ LOCAL_INCLUDES += [
'/dom/bluetooth', '/dom/bluetooth',
'/dom/bluetooth/ipc', '/dom/bluetooth/ipc',
'/dom/devicestorage', '/dom/devicestorage',
'/dom/events',
'/dom/filesystem', '/dom/filesystem',
'/dom/fmradio/ipc', '/dom/fmradio/ipc',
'/dom/indexedDB', '/dom/indexedDB',

View File

@ -19,7 +19,3 @@ FAIL_ON_WARNINGS = True
include('/ipc/chromium/chromium-config.mozbuild') include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'gklayout' FINAL_LIBRARY = 'gklayout'
LOCAL_INCLUDES += [
'/dom/events',
]

View File

@ -67,7 +67,3 @@ FAIL_ON_WARNINGS = True
include('/ipc/chromium/chromium-config.mozbuild') include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'gklayout' FINAL_LIBRARY = 'gklayout'
LOCAL_INCLUDES += [
'/dom/events',
]

View File

@ -67,7 +67,6 @@ FAIL_ON_WARNINGS = True
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'/content/base/src', '/content/base/src',
'/content/svg/content/src', '/content/svg/content/src',
'/dom/events',
'/layout/style', '/layout/style',
] ]

View File

@ -22,7 +22,6 @@ FINAL_LIBRARY = 'gklayout'
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'/content/base/src', '/content/base/src',
'/dom/base', '/dom/base',
'/dom/events',
'/dom/ipc', '/dom/ipc',
] ]

View File

@ -31,7 +31,6 @@ FINAL_LIBRARY = 'gklayout'
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'/content/base/src', '/content/base/src',
'/dom/base', '/dom/base',
'/dom/events',
'/dom/ipc', '/dom/ipc',
] ]

View File

@ -16,7 +16,6 @@ FAIL_ON_WARNINGS = True
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
"/content/base/src", "/content/base/src",
"/dom/base", "/dom/base",
"/dom/events",
] ]
FINAL_LIBRARY = 'gklayout' FINAL_LIBRARY = 'gklayout'

View File

@ -30,7 +30,6 @@ include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'gklayout' FINAL_LIBRARY = 'gklayout'
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'/dom/base', '/dom/base',
'/dom/events',
] ]
if CONFIG['ENABLE_TESTS']: if CONFIG['ENABLE_TESTS']:

View File

@ -15,7 +15,6 @@ include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'gklayout' FINAL_LIBRARY = 'gklayout'
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'/dom/events',
'/dom/src/geolocation', '/dom/src/geolocation',
] ]

View File

@ -109,7 +109,6 @@ include('/ipc/chromium/chromium-config.mozbuild')
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'/dom/base', '/dom/base',
'/dom/bluetooth', '/dom/bluetooth',
'/dom/events',
'/dom/nfc', '/dom/nfc',
'/dom/src/geolocation', '/dom/src/geolocation',
'/dom/wifi', '/dom/wifi',

View File

@ -52,7 +52,6 @@ FINAL_LIBRARY = 'gklayout'
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'/dom/base', '/dom/base',
'/dom/bindings', '/dom/bindings',
'/dom/events',
'/js/xpconnect/loader', '/js/xpconnect/loader',
] ]

View File

@ -8,11 +8,6 @@ SOURCES += [
'nsHapticFeedback.cpp', 'nsHapticFeedback.cpp',
] ]
# We fire the nsDOMDeviceAcceleration
LOCAL_INCLUDES += [
'/dom/events',
]
FAIL_ON_WARNINGS = True FAIL_ON_WARNINGS = True
FINAL_LIBRARY = 'gklayout' FINAL_LIBRARY = 'gklayout'

View File

@ -58,7 +58,6 @@ LOCAL_INCLUDES += [
'../base', '../base',
'../system', '../system',
'/content/base/src', '/content/base/src',
'/dom/events',
'/xpcom/build', '/xpcom/build',
'/xpcom/threads', '/xpcom/threads',
] ]

View File

@ -48,7 +48,6 @@ LOCAL_INCLUDES += [
'/content/xul/content/src', '/content/xul/content/src',
'/content/xul/document/src', '/content/xul/document/src',
'/dom/base', '/dom/base',
'/dom/events',
'/layout/style', '/layout/style',
] ]

View File

@ -36,7 +36,6 @@ FAIL_ON_WARNINGS = True
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'../text', '../text',
'/content/base/src', '/content/base/src',
'/dom/events',
'/editor/txmgr/src', '/editor/txmgr/src',
'/extensions/spellcheck/src', '/extensions/spellcheck/src',
'/layout/style', '/layout/style',

View File

@ -18,7 +18,6 @@ FAIL_ON_WARNINGS = True
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'../base', '../base',
'/content/base/src', '/content/base/src',
'/dom/events',
'/editor/txmgr/src', '/editor/txmgr/src',
] ]

View File

@ -336,10 +336,6 @@ include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'thebes' FINAL_LIBRARY = 'thebes'
LOCAL_INCLUDES += [
'/dom/events',
]
if CONFIG['MOZ_DEBUG']: if CONFIG['MOZ_DEBUG']:
DEFINES['D3D_DEBUG_INFO'] = True DEFINES['D3D_DEBUG_INFO'] = True

View File

@ -88,7 +88,6 @@ LOCAL_INCLUDES += [
'/content/html/document/src', '/content/html/document/src',
'/content/svg/content/src', '/content/svg/content/src',
'/dom/base', '/dom/base',
'/dom/events',
'/dom/workers', '/dom/workers',
'/js/ipc', '/js/ipc',
'/layout/base', '/layout/base',

View File

@ -130,7 +130,6 @@ LOCAL_INCLUDES += [
'../xul/tree/', '../xul/tree/',
'/docshell/base', '/docshell/base',
'/dom/base', '/dom/base',
'/dom/events',
'/dom/xbl', '/dom/xbl',
] ]

View File

@ -51,7 +51,6 @@ LOCAL_INCLUDES += [
'/dom/audiochannel', '/dom/audiochannel',
'/dom/base', '/dom/base',
'/dom/camera', '/dom/camera',
'/dom/events',
'/dom/file', '/dom/file',
'/dom/filesystem', '/dom/filesystem',
'/dom/media', '/dom/media',

View File

@ -91,6 +91,5 @@ LOCAL_INCLUDES += [
'../generic', '../generic',
'../style', '../style',
'/content/base/src', '/content/base/src',
'/dom/events',
] ]

View File

@ -41,6 +41,5 @@ LOCAL_INCLUDES += [
'../../generic', '../../generic',
'../../style', '../../style',
'/content/base/src', '/content/base/src',
'/dom/events',
] ]

View File

@ -105,5 +105,4 @@ FINAL_LIBRARY = 'necko'
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'../../base/src', '../../base/src',
'/content/base/src', '/content/base/src',
'/dom/events',
] ]

View File

@ -55,7 +55,6 @@ DEFINES['FORCE_PR_LOG'] = True
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'../../base/src', '../../base/src',
'/content/base/src', '/content/base/src',
'/dom/events',
'controller', 'controller',
'rtsp', 'rtsp',
] ]

View File

@ -42,5 +42,4 @@ FINAL_LIBRARY = 'necko'
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'../../base/src', '../../base/src',
'/content/base/src', '/content/base/src',
'/dom/events',
] ]

View File

@ -49,7 +49,6 @@ FINAL_LIBRARY = 'necko'
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'../../base/src', '../../base/src',
'/content/base/src', '/content/base/src',
'/dom/events',
] ]
for var in ('SCTP_SIMPLE_ALLOCATOR', for var in ('SCTP_SIMPLE_ALLOCATOR',

View File

@ -141,7 +141,6 @@ FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'/content/base/src', '/content/base/src',
'/dom/base', '/dom/base',
'/dom/events',
'/dom/ipc', '/dom/ipc',
'/netwerk/base/src', '/netwerk/base/src',
'/netwerk/protocol/http', '/netwerk/protocol/http',

View File

@ -45,6 +45,5 @@ FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'/content/base/src', '/content/base/src',
'/dom/events',
] ]

View File

@ -16,10 +16,6 @@ MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'gklayout' FINAL_LIBRARY = 'gklayout'
LOCAL_INCLUDES += [
'/dom/events/',
]
if CONFIG['GNU_CC'] and CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android': if CONFIG['GNU_CC'] and CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
# Work around bug 986928 # Work around bug 986928
CXXFLAGS += ['-Wno-error=format'] CXXFLAGS += ['-Wno-error=format']

View File

@ -49,7 +49,6 @@ FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'/docshell/base', '/docshell/base',
'/dom/events',
'/dom/system/android', '/dom/system/android',
'/netwerk/cache', '/netwerk/cache',
'/widget/android/android', '/widget/android/android',

View File

@ -69,7 +69,6 @@ FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'/content/media/omx/mediaresourcemanager', '/content/media/omx/mediaresourcemanager',
'/dom/events',
'/dom/system/android', '/dom/system/android',
'/gfx/skia/trunk/include/config', '/gfx/skia/trunk/include/config',
'/gfx/skia/trunk/include/core', '/gfx/skia/trunk/include/core',

View File

@ -100,7 +100,6 @@ FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'../shared', '../shared',
'../xpwidgets', '../xpwidgets',
'/dom/events',
'/layout/generic', '/layout/generic',
'/layout/xul', '/layout/xul',
'/toolkit/xre', '/toolkit/xre',

View File

@ -79,7 +79,6 @@ include('/ipc/chromium/chromium-config.mozbuild')
LOCAL_INCLUDES += [ LOCAL_INCLUDES += [
'../shared', '../shared',
'/dom/events',
'/layout/base', '/layout/base',
'/layout/forms', '/layout/forms',
'/layout/generic', '/layout/generic',