| OLD | NEW |
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 # Common gypi for unit tests. | 5 # Common gypi for unit tests. |
| 6 { | 6 { |
| 7 'include_dirs': [ | 7 'include_dirs': [ |
| 8 '../include/private', | 8 '../include/private', |
| 9 '../src/codec', | 9 '../src/codec', |
| 10 '../src/core', | 10 '../src/core', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 'sources!': [ '../tests/FontMgrAndroidParserTest.cpp', ], | 33 'sources!': [ '../tests/FontMgrAndroidParserTest.cpp', ], |
| 34 }], | 34 }], |
| 35 [ 'skia_android_framework == 1', { | 35 [ 'skia_android_framework == 1', { |
| 36 'libraries': [ | 36 'libraries': [ |
| 37 '-ldl', | 37 '-ldl', |
| 38 ], | 38 ], |
| 39 }], | 39 }], |
| 40 [ 'not skia_pdf', { | 40 [ 'not skia_pdf', { |
| 41 'dependencies!': [ 'pdf.gyp:pdf' ], | 41 'dependencies!': [ 'pdf.gyp:pdf' ], |
| 42 'dependencies': [ 'pdf.gyp:nopdf' ], | 42 'dependencies': [ 'pdf.gyp:nopdf' ], |
| 43 'sources!': [ '<!@(python find.py ../tests "PDF*.c*")', ], |
| 43 }], | 44 }], |
| 44 ], | 45 ], |
| 45 'sources': [ | 46 'sources': [ |
| 46 '../tests/Test.h', | 47 '../tests/Test.h', |
| 47 '<!@(python find.py ../tests "*.c*")', | 48 '<!@(python find.py ../tests "*.c*")', |
| 48 '../src/utils/debugger/SkDrawCommand.h', | 49 '../src/utils/debugger/SkDrawCommand.h', |
| 49 '../src/utils/debugger/SkDrawCommand.cpp', | 50 '../src/utils/debugger/SkDrawCommand.cpp', |
| 50 '../src/utils/debugger/SkDebugCanvas.h', | 51 '../src/utils/debugger/SkDebugCanvas.h', |
| 51 '../src/utils/debugger/SkDebugCanvas.cpp', | 52 '../src/utils/debugger/SkDebugCanvas.cpp', |
| 52 '../src/utils/debugger/SkObjectParser.h', | 53 '../src/utils/debugger/SkObjectParser.h', |
| 53 '../src/utils/debugger/SkObjectParser.cpp', | 54 '../src/utils/debugger/SkObjectParser.cpp', |
| 54 '../src/pipe/utils/SamplePipeControllers.cpp', | 55 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 55 ], | 56 ], |
| 56 'sources!': [ | 57 'sources!': [ |
| 57 '../tests/SkpSkGrTest.cpp', | 58 '../tests/SkpSkGrTest.cpp', |
| 58 '../tests/skia_test.cpp', | 59 '../tests/skia_test.cpp', |
| 59 '../tests/PathOpsAngleIdeas.cpp', | 60 '../tests/PathOpsAngleIdeas.cpp', |
| 60 '../tests/PathOpsBattles.cpp', | 61 '../tests/PathOpsBattles.cpp', |
| 61 '../tests/PathOpsCubicLineIntersectionIdeas.cpp', | 62 '../tests/PathOpsCubicLineIntersectionIdeas.cpp', |
| 62 '../tests/PathOpsDebug.cpp', | 63 '../tests/PathOpsDebug.cpp', |
| 63 '../tests/PathOpsOpLoopThreadedTest.cpp', | 64 '../tests/PathOpsOpLoopThreadedTest.cpp', |
| 64 '../tests/PathOpsSkpClipTest.cpp', | 65 '../tests/PathOpsSkpClipTest.cpp', |
| 65 ], | 66 ], |
| 66 } | 67 } |
| OLD | NEW |