summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/SConscript15
1 files changed, 11 insertions, 4 deletions
diff --git a/chrome/SConscript b/chrome/SConscript
index affe6a5..febe854 100644
--- a/chrome/SConscript
+++ b/chrome/SConscript
@@ -186,20 +186,25 @@ env_dll.Append(
'port',
'browser',
- 'browser_views',
- 'debugger',
'common',
'util',
- 'plugin',
'renderer',
'hunspell',
'sdch',
'sqlite',
- 'views',
'v8_snapshot',
],
)
+if env.Bit('windows'):
+ # These libraries don't work on non-Windows yet.
+ env_dll.Append(
+ LIBS = [
+ 'debugger',
+ 'plugin',
+ ]
+ )
+
if env_dll.Bit('windows'):
env_dll.Append(
CCFLAGS = [
@@ -215,6 +220,8 @@ if env_dll.Bit('windows'):
],
LIBS = [
'activex_shim',
+ 'browser_views',
+ 'views',
#'comctl32.lib',
#'dwmapi.lib',