aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/core.gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-06-17 12:08:15 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-17 12:08:16 -0700
commit887f3979f0c717e69a8b7d169169bc27eb46d3b5 (patch)
tree01f767e11b31e57df3a4f8a9de033e677731c1ff /gyp/core.gyp
parent24ad0965404c0bc978f27db27e2f00ebac95239c (diff)
Add EXPERIMENTAL_beginRecording() for SkRecord-based recording.
The interesting stuff is in SkPictureRecorder.{h,cpp}. The rest is mostly moving SkRecord from its own directories into core to avoid circular dependencies in GYP. After plumbing SkRecord all the way through in Picture, I'll delete its old entry point include/record/SkRecording.h. For now it and record.gypi need to stay where they are to keep Chrome building. BUG=skia: R=reed@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/331573004
Diffstat (limited to 'gyp/core.gyp')
-rw-r--r--gyp/core.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gyp/core.gyp b/gyp/core.gyp
index 8c5270e691..b4f05796bd 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -21,8 +21,9 @@
'../include/utils',
'../include/xml',
'../src/core',
- '../src/opts',
'../src/image',
+ '../src/opts',
+ '../src/utils',
],
'sources': [
'core.gypi', # Makes the gypi appear in IDEs (but does not modify the build).