Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: skia/SConscript

Issue 16263: Make Skia build as a dynamic library by fixing up the imports. (Closed)
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | skia/ports/SkImageDecoder_Factory.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/SConscript
diff --git a/skia/SConscript b/skia/SConscript
index 776da0545db8662fc6a7bdd780ce213c662c236c..789006f9af6c9ff3d5548c074a4fdadbfb7f8140 100644
--- a/skia/SConscript
+++ b/skia/SConscript
@@ -19,7 +19,7 @@ env.Prepend(
env.Append(
CPPDEFINES = [
- 'SKIA_DISABLE_SUPPORT_FOR_DECODERS',
+ 'SK_BUILD_NO_IMAGE_ENCODE',
],
)
@@ -303,6 +303,7 @@ input_files = ChromeFileList([
'sgl/SkTSearch.cpp',
'sgl/SkTSort.h',
'sgl/SkTypeface_fake.cpp',
+ 'sgl/SkUnPreMultiply.cpp',
'sgl/SkUtils.cpp',
'sgl/SkWriter32.cpp',
'sgl/SkXfermode.cpp',
@@ -415,6 +416,7 @@ if env.Bit('linux'):
if env.Bit('posix'):
input_files.append('ports/SkThread_pthread.cpp')
+ input_files.append('ports/SkTime_Unix.cpp')
if env.Bit('mac'):
input_files.append('ext/bitmap_platform_device_mac.cc')
« no previous file with comments | « no previous file | skia/ports/SkImageDecoder_Factory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698