| Index: gyp/tests.gypi
|
| diff --git a/gyp/tests.gypi b/gyp/tests.gypi
|
| index 959e6c6d30290663aff17e8848a24120098b6bd7..02aed738b51880f7afaa9baf7153d4b2c398c2e4 100644
|
| --- a/gyp/tests.gypi
|
| +++ b/gyp/tests.gypi
|
| @@ -9,7 +9,6 @@
|
| '../src/pathops',
|
| '../src/pdf',
|
| '../src/pipe/utils',
|
| - '../src/record',
|
| '../src/utils',
|
| '../src/utils/debugger',
|
| '../tools/',
|
| @@ -24,6 +23,7 @@
|
| 'flags.gyp:flags',
|
| 'pdf.gyp:pdf',
|
| 'tools.gyp:picture_utils',
|
| + 'record.gyp:record',
|
| ],
|
| 'sources': [
|
| '../tests/Test.cpp',
|
| @@ -136,6 +136,7 @@
|
| '../tests/ReadWriteAlphaTest.cpp',
|
| '../tests/Reader32Test.cpp',
|
| '../tests/RecordTest.cpp',
|
| + '../tests/RecorderTest.cpp',
|
| '../tests/RefCntTest.cpp',
|
| '../tests/RefDictTest.cpp',
|
| '../tests/RegionTest.cpp',
|
|
|