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

Unified Diff: gyp/record.gyp

Issue 331573004: Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: put back Created 6 years, 6 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 | « gyp/dm.gyp ('k') | gyp/record.gypi » ('j') | no next file with comments »
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
deleted file mode 100644
index 5fa7f818cd596ae517b271e03f11cf5562d156b5..0000000000000000000000000000000000000000
--- a/gyp/record.gyp
+++ /dev/null
@@ -1,19 +0,0 @@
-# An experimental library for faster recording of SkCanvas commands.
-{
- 'targets': [{
- 'target_name': 'record',
- 'type': 'static_library',
- 'includes': [ 'record.gypi' ],
- 'include_dirs': [
- '../include/config',
- '../include/core',
- '../include/record',
- '../src/utils',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '../include/record', # Public headers.
- ],
- },
- }]
-}
« no previous file with comments | « gyp/dm.gyp ('k') | gyp/record.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698