diff options
Diffstat (limited to 'chrome/common/SConscript')
-rw-r--r-- | chrome/common/SConscript | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/chrome/common/SConscript b/chrome/common/SConscript index b84a29b3..4b38f76 100644 --- a/chrome/common/SConscript +++ b/chrome/common/SConscript @@ -33,22 +33,15 @@ env = env.Clone() env.Prepend(
CPPPATH = [
- env.Dir('../app/resources'),
- env.Dir('#/tools/build/win'),
- env.Dir('#/..'),
+ '$CHROME_DIR/app/resources',
+ '#/tools/build/win',
+ '#/..',
],
CPPDEFINES = [
'U_STATIC_IMPLEMENTATION',
- 'CERT_CHAIN_PARA_HAS_EXTRA_FIELDS',
- 'WIN32_LEAN_AND_MEAN',
],
CCFLAGS = [
'/TP',
-
- '/Wp64',
-
- '/wd4503',
- '/wd4819',
],
)
@@ -67,7 +60,7 @@ env.Append( '$SKIA_DIR/platform',
'$LIBPNG_DIR',
'$ZLIB_DIR',
- env.Dir('#../breakpad/src'),
+ '$BREAKPAD_DIR/src',
'$LIBJPEG_DIR',
'$ICU38_DIR/public/common',
'$ICU38_DIR/public/i18n',
|