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

Unified Diff: skia/skia_library.gypi

Issue 225023031: Hack SkRecord in as an alternate recording mode in cc/resources/picture. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to latest patches 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
Index: skia/skia_library.gypi
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi
index 3b15ec6645d048304942fe66955f417e5540c2ce..c1241d35a5f74bfcb881c54c7854697a54db2a25 100644
--- a/skia/skia_library.gypi
+++ b/skia/skia_library.gypi
@@ -24,6 +24,10 @@
],
'sources': [
+ '../third_party/skia/src/record/SkRecordOptimizations.cpp',
+ '../third_party/skia/src/record/SkRecordDraw.cpp',
+ '../third_party/skia/src/record/SkRecorder.cpp',
+ '../third_party/skia/src/record/SkRecording.cpp',
# this should likely be moved into src/utils in skia
'../third_party/skia/src/core/SkFlate.cpp',
'../third_party/skia/src/core/SkPaintOptionsAndroid.cpp',
@@ -125,6 +129,7 @@
'../third_party/skia/include/pdf',
'../third_party/skia/include/pipe',
'../third_party/skia/include/ports',
+ '../third_party/skia/include/record',
'../third_party/skia/include/utils',
'../third_party/skia/src/core',
'../third_party/skia/src/opts',

Powered by Google App Engine
This is Rietveld 408576698