summaryrefslogtreecommitdiffstats
path: root/sandbox/tests/common/sandbox_common.scons
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/tests/common/sandbox_common.scons')
-rw-r--r--sandbox/tests/common/sandbox_common.scons13
1 files changed, 0 insertions, 13 deletions
diff --git a/sandbox/tests/common/sandbox_common.scons b/sandbox/tests/common/sandbox_common.scons
index afd36a0..b1b101c 100644
--- a/sandbox/tests/common/sandbox_common.scons
+++ b/sandbox/tests/common/sandbox_common.scons
@@ -6,21 +6,8 @@ Import('env')
env = env.Clone()
-env.Prepend(
- CPPPATH = [
- '$CHROME_SRC_DIR',
- ],
- CPPDEFINES = [
- 'CHROMIUM_BUILD',
- ],
-)
-
if env['PLATFORM'] == 'win32':
env.Append(
- CPPDEFINES = [
- '_SECURE_ATL',
- '_WINDOWS',
- ],
CCFLAGS = [
'/WX', # treat warnings as errors
],