Chromium Code Reviews| Index: gyp/ports.gyp |
| diff --git a/gyp/ports.gyp b/gyp/ports.gyp |
| index 324cacb020c0a55856c08a845717df748dfb1e4b..88e377c7cae81604f4527aa04ce47cfd68c6ccbc 100644 |
| --- a/gyp/ports.gyp |
| +++ b/gyp/ports.gyp |
| @@ -37,6 +37,7 @@ |
| '../src/ports/SkOSFile_posix.cpp', |
| '../src/ports/SkOSFile_stdio.cpp', |
| '../src/ports/SkOSFile_win.cpp', |
| + '../src/core/SkBasicDiscardableMemory.cpp', |
|
scroggo
2013/11/19 22:19:27
If this is only used for tests, why is it in core?
hal.canary
2013/11/20 00:07:10
I moved it all into a anonymous namespace inside S
|
| '../src/ports/SkDiscardableMemory_none.cpp', |
| '../src/ports/SkPurgeableMemoryBlock_none.cpp', |
| #'../src/ports/SkThread_none.cpp', |