summaryrefslogtreecommitdiffstats
path: root/build/SConscript.main
diff options
context:
space:
mode:
Diffstat (limited to 'build/SConscript.main')
-rw-r--r--build/SConscript.main10
1 files changed, 9 insertions, 1 deletions
diff --git a/build/SConscript.main b/build/SConscript.main
index d687f67..3f7623f 100644
--- a/build/SConscript.main
+++ b/build/SConscript.main
@@ -321,7 +321,15 @@ elif env['PLATFORM'] == 'posix':
SetOption('num_jobs', cpus + 1)
# For now, linux only loads the components we know work on Linux, by default.
- load = ['base', 'testing', 'third_party', 'breakpad', 'skia']
+ load = [
+ 'base',
+ 'breakpad',
+ 'googleurl',
+ 'net',
+ 'skia',
+ 'testing',
+ 'third_party',
+ ]
env.Replace(
# TODO(linux): we should also compile with -Werror, but not yet.