summaryrefslogtreecommitdiffstats
path: root/build/SConscript.main
diff options
context:
space:
mode:
Diffstat (limited to 'build/SConscript.main')
-rw-r--r--build/SConscript.main2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/SConscript.main b/build/SConscript.main
index d1599d4..26649f3 100644
--- a/build/SConscript.main
+++ b/build/SConscript.main
@@ -306,7 +306,7 @@ 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']
+ load = ['base', 'testing', 'third_party', 'breakpad', 'skia']
env.Replace(
# TODO(linux): we should also compile with -Werror, but not yet.