aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-08 20:17:26 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-08 20:17:26 +0000
commitb73696262c21ec7b020b80bac52812fd7517b7f0 (patch)
tree52d323eba0332126e7a2e008d0acb590c9cbd048 /gyp
parenteefd8a01fc984e15ca108cb2951c52b3ea17d6b8 (diff)
More SkRecord TODOs:
- add basic test for SkRecorder - rejigger GYPs so that the include dir comes along with the dependency BUG=skia:2378 R=fmalita@chromium.org, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/227673011 git-svn-id: http://skia.googlecode.com/svn/trunk@14099 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/dm.gyp1
-rw-r--r--gyp/record.gyp5
-rw-r--r--gyp/tests.gypi3
-rw-r--r--gyp/tools.gyp1
4 files changed, 7 insertions, 3 deletions
diff --git a/gyp/dm.gyp b/gyp/dm.gyp
index 6bce65afb3..8bb8ddf7eb 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -16,7 +16,6 @@
'../src/core',
'../src/effects',
'../src/pipe/utils/',
- '../src/record',
'../src/utils',
'../src/utils/debugger',
'../tools',
diff --git a/gyp/record.gyp b/gyp/record.gyp
index 2e4a560ec7..bcc42229ed 100644
--- a/gyp/record.gyp
+++ b/gyp/record.gyp
@@ -7,6 +7,11 @@
'../include/config',
'../include/core',
],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '../src/record',
+ ],
+ },
'sources': [
'../src/record/SkRecorder.cpp',
],
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index 959e6c6d30..02aed738b5 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',
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 461cc6b64b..079fd4d7a4 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -300,7 +300,6 @@
'../src/core/',
'../src/images',
'../src/lazy',
- '../src/record',
],
'dependencies': [
'flags.gyp:flags',