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:
Carsten "Tomcat" Book 2015-01-22 10:25:39 +01:00
parent c3926fafe0
commit 5b8eed9b6e
7 changed files with 6 additions and 0 deletions

View File

@ -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 += [

View File

@ -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',
]

View File

@ -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.)

View File

@ -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:

View File

@ -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']

View File

@ -25,6 +25,7 @@ for var in ('UNICODE', '_UNICODE', 'NS_NO_XPCOM', 'NOMINMAX',
LOCAL_INCLUDES += [
'/security',
'/security/sandbox',
'/security/sandbox/chromium',
]