mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 4ccaf5ae9ced (bug 1102211) for bustage on a CLOSED TREE
--HG-- rename : security/sandbox/chromium/build/build_config.h => security/sandbox/build/build_config.h rename : security/sandbox/moz-chromium-commit-status.txt => security/sandbox/chromium-commit-status.txt
This commit is contained in:
parent
c3926fafe0
commit
5b8eed9b6e
@ -44,6 +44,7 @@ if CONFIG['MOZ_SANDBOX'] and CONFIG['OS_ARCH'] == 'WINNT':
|
||||
# For sandbox includes and the include dependencies those have
|
||||
LOCAL_INCLUDES += [
|
||||
'/security',
|
||||
'/security/sandbox',
|
||||
'/security/sandbox/chromium',
|
||||
]
|
||||
USE_LIBS += [
|
||||
|
@ -24,5 +24,6 @@ if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
# For sandbox includes and the include dependencies those have
|
||||
LOCAL_INCLUDES += [
|
||||
'/security',
|
||||
'/security/sandbox',
|
||||
'/security/sandbox/chromium',
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
Chromium Commit Directory / File (relative to security/sandbox/)
|
||||
---------------------------------------- ------------------------------------------------
|
||||
9522fad406dd161400daa518075828e47bd47f60 build
|
||||
9522fad406dd161400daa518075828e47bd47f60 chromium
|
||||
8e2be8d727b46e1f6f1694786dc2161b11146bd4 chromium/base/compiler_specific.h
|
||||
(Note: above is to keep MSVC2010 support.)
|
@ -40,6 +40,7 @@ DISABLE_STL_WRAPPING = True
|
||||
|
||||
LOCAL_INCLUDES += ['/security/sandbox/chromium/base/shim']
|
||||
LOCAL_INCLUDES += ['/security/sandbox/chromium']
|
||||
LOCAL_INCLUDES += ['/security/sandbox']
|
||||
|
||||
if CONFIG['OS_TARGET'] != 'Android':
|
||||
# Needed for clock_gettime with glibc < 2.17:
|
||||
|
@ -22,6 +22,7 @@ if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
|
||||
LOCAL_INCLUDES += ['/security/sandbox/chromium/base/shim']
|
||||
LOCAL_INCLUDES += ['/security/sandbox/chromium']
|
||||
LOCAL_INCLUDES += ['/security/sandbox']
|
||||
LOCAL_INCLUDES += ['/security']
|
||||
LOCAL_INCLUDES += ['/nsprpub']
|
||||
|
||||
|
@ -25,6 +25,7 @@ for var in ('UNICODE', '_UNICODE', 'NS_NO_XPCOM', 'NOMINMAX',
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'/security',
|
||||
'/security/sandbox',
|
||||
'/security/sandbox/chromium',
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user