Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: gyp/record.gyp

Issue 233053005: Add a focused public API for src/record. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: wrap in EXPERIMENTAL Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gyp/tests.gypi » ('j') | include/record/SkRecording.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/record.gyp
diff --git a/gyp/record.gyp b/gyp/record.gyp
index ae80f7c885df07b6d1df1430794c20b3bfb7d7a6..c7f35820e1d9a0bee4d994cc719c22461f71bfb1 100644
--- a/gyp/record.gyp
+++ b/gyp/record.gyp
@@ -6,16 +6,19 @@
'include_dirs': [
'../include/config',
'../include/core',
+ '../include/record',
],
'direct_dependent_settings': {
'include_dirs': [
- '../src/record',
+ '../include/record', # World-public headers.
+ '../src/record', # Skia-public headers.
],
},
'sources': [
- '../src/record/SkRecorder.cpp',
'../src/record/SkRecordCulling.cpp',
'../src/record/SkRecordDraw.cpp',
+ '../src/record/SkRecorder.cpp',
+ '../src/record/SkRecording.cpp',
],
}]
}
« no previous file with comments | « no previous file | gyp/tests.gypi » ('j') | include/record/SkRecording.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698