diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-14 19:45:07 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-14 19:45:07 +0000 |
commit | b880b1feb398ed0de47d355a0ee330c1f4cb89a8 (patch) | |
tree | c5c16264eb7df852b35c4058da39e1a46ad91f49 /build/SConscript.main | |
parent | 6e93e526a35e8001a0ec46cc60e9230863be289c (diff) | |
download | chromium_src-b880b1feb398ed0de47d355a0ee330c1f4cb89a8.zip chromium_src-b880b1feb398ed0de47d355a0ee330c1f4cb89a8.tar.gz chromium_src-b880b1feb398ed0de47d355a0ee330c1f4cb89a8.tar.bz2 |
Add skia and our png wrappers. png_codec_unittest and image_operations_unittest pass. This gives us 70 passing unittests.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@878 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/SConscript.main')
-rw-r--r-- | build/SConscript.main | 2 |
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. |