aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/record.gyp2
-rw-r--r--gyp/tests.gypi1
2 files changed, 3 insertions, 0 deletions
diff --git a/gyp/record.gyp b/gyp/record.gyp
index bcc42229ed..ae80f7c885 100644
--- a/gyp/record.gyp
+++ b/gyp/record.gyp
@@ -14,6 +14,8 @@
},
'sources': [
'../src/record/SkRecorder.cpp',
+ '../src/record/SkRecordCulling.cpp',
+ '../src/record/SkRecordDraw.cpp',
],
}]
}
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index 02aed738b5..a3d1e509b7 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -135,6 +135,7 @@
'../tests/ReadPixelsTest.cpp',
'../tests/ReadWriteAlphaTest.cpp',
'../tests/Reader32Test.cpp',
+ '../tests/RecordCullingTest.cpp',
'../tests/RecordTest.cpp',
'../tests/RecorderTest.cpp',
'../tests/RefCntTest.cpp',