Chromium Code Reviews| Index: gyp/tests.gyp |
| =================================================================== |
| --- gyp/tests.gyp (revision 8610) |
| +++ gyp/tests.gyp (working copy) |
| @@ -15,6 +15,7 @@ |
| '../src/pipe/utils', |
| '../src/utils', |
| '../tools/', |
| + '../tools/flags', |
|
scroggo
2013/04/11 16:28:01
You can remove this and the compilation of SkCommm
|
| ], |
| 'sources': [ |
| '../tests/AAClipTest.cpp', |
| @@ -118,6 +119,8 @@ |
| # Needed for PipeTest. |
| '../src/pipe/utils/SamplePipeControllers.cpp', |
| + |
| + '../tools/flags/SkCommandLineFlags.cpp', |
| ], |
| 'dependencies': [ |
| 'skia_base_libs.gyp:skia_base_libs', |