| 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', | 
| 11     '../src/effects', | 11     '../src/effects', | 
| 12     '../src/image', | 12     '../src/image', | 
| 13     '../src/lazy', | 13     '../src/lazy', | 
| 14     '../src/images', | 14     '../src/images', | 
| 15     '../src/pathops', | 15     '../src/pathops', | 
| 16     '../src/pdf', | 16     '../src/pdf', | 
| 17     '../src/ports', | 17     '../src/ports', | 
| 18     '../src/utils', | 18     '../src/utils', | 
| 19     '../src/utils/debugger', | 19     '../tools/debugger', | 
| 20   ], | 20   ], | 
| 21   'dependencies': [ | 21   'dependencies': [ | 
| 22     'experimental.gyp:experimental', | 22     'experimental.gyp:experimental', | 
| 23     'flags.gyp:flags_common', | 23     'flags.gyp:flags_common', | 
| 24     'pdf.gyp:pdf', | 24     'pdf.gyp:pdf', | 
| 25     'skia_lib.gyp:skia_lib', | 25     'skia_lib.gyp:skia_lib', | 
| 26     'tools.gyp:picture_utils', | 26     'tools.gyp:picture_utils', | 
| 27     'tools.gyp:resources', | 27     'tools.gyp:resources', | 
| 28     'tools.gyp:sk_tool_utils', | 28     'tools.gyp:sk_tool_utils', | 
| 29     'zlib.gyp:zlib', | 29     'zlib.gyp:zlib', | 
| (...skipping 14 matching lines...) Expand all  Loading... | 
| 44     }], | 44     }], | 
| 45     [ 'skia_gpu_extra_tests_path', { | 45     [ 'skia_gpu_extra_tests_path', { | 
| 46       'sources': [ | 46       'sources': [ | 
| 47         '<!@(python find.py <(skia_gpu_extra_tests_path) "*.c*")', | 47         '<!@(python find.py <(skia_gpu_extra_tests_path) "*.c*")', | 
| 48       ], | 48       ], | 
| 49     }], | 49     }], | 
| 50   ], | 50   ], | 
| 51   'sources': [ | 51   'sources': [ | 
| 52     '../tests/Test.h', | 52     '../tests/Test.h', | 
| 53     '<!@(python find.py ../tests "*.c*")', | 53     '<!@(python find.py ../tests "*.c*")', | 
| 54     '../src/utils/debugger/SkDrawCommand.h', | 54     '../tools/debugger/SkDrawCommand.h', | 
| 55     '../src/utils/debugger/SkDrawCommand.cpp', | 55     '../tools/debugger/SkDrawCommand.cpp', | 
| 56     '../src/utils/debugger/SkDebugCanvas.h', | 56     '../tools/debugger/SkDebugCanvas.h', | 
| 57     '../src/utils/debugger/SkDebugCanvas.cpp', | 57     '../tools/debugger/SkDebugCanvas.cpp', | 
| 58     '../src/utils/debugger/SkObjectParser.h', | 58     '../tools/debugger/SkObjectParser.h', | 
| 59     '../src/utils/debugger/SkObjectParser.cpp', | 59     '../tools/debugger/SkObjectParser.cpp', | 
| 60     '../src/utils/debugger/SkOverdrawMode.h', | 60     '../tools/debugger/SkOverdrawMode.h', | 
| 61     '../src/utils/debugger/SkOverdrawMode.cpp', | 61     '../tools/debugger/SkOverdrawMode.cpp', | 
| 62   ], | 62   ], | 
| 63   'sources!': [ | 63   'sources!': [ | 
| 64     '../tests/SkpSkGrTest.cpp', | 64     '../tests/SkpSkGrTest.cpp', | 
| 65     '../tests/skia_test.cpp', | 65     '../tests/skia_test.cpp', | 
| 66     '../tests/PathOpsAngleIdeas.cpp', | 66     '../tests/PathOpsAngleIdeas.cpp', | 
| 67     '../tests/PathOpsBattles.cpp', | 67     '../tests/PathOpsBattles.cpp', | 
| 68     '../tests/PathOpsCubicLineIntersectionIdeas.cpp', | 68     '../tests/PathOpsCubicLineIntersectionIdeas.cpp', | 
| 69     '../tests/PathOpsDebug.cpp', | 69     '../tests/PathOpsDebug.cpp', | 
| 70     '../tests/PathOpsOpLoopThreadedTest.cpp', | 70     '../tests/PathOpsOpLoopThreadedTest.cpp', | 
| 71     '../tests/PathOpsSkpClipTest.cpp', | 71     '../tests/PathOpsSkpClipTest.cpp', | 
| 72   ], | 72   ], | 
| 73 } | 73 } | 
| OLD | NEW | 
|---|