diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/SConscript.main | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/SConscript.main b/build/SConscript.main index c038741..8e42e9c 100644 --- a/build/SConscript.main +++ b/build/SConscript.main @@ -309,6 +309,7 @@ elif env['PLATFORM'] == 'posix': 'chrome', 'googleurl', 'net', + 'sdch', 'skia', 'testing', 'third_party', @@ -354,6 +355,7 @@ elif env['PLATFORM'] == 'darwin': #'breakpad', 'googleurl', 'net', + 'sdch', 'skia', 'testing', 'third_party', |