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

Unified Diff: gyp/record.gypi

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/record.gyp ('k') | gyp/tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/record.gypi
diff --git a/gyp/record.gypi b/gyp/record.gypi
index adfd4623ae57889c34d8516031b5f8f069ec8a99..9415a57547823001bb3ab0075277062f74ca8259 100644
--- a/gyp/record.gypi
+++ b/gyp/record.gypi
@@ -1,12 +1,3 @@
-# Source list for SkRecord
-# The parent gyp/gypi file must define
-# 'skia_src_path' e.g. skia/trunk/src
-# The Skia build defines this in common_variables.gypi.
+# TODO: cleanup references in Chrome build and remove
{
- 'sources': [
- '<(skia_src_path)/record/SkRecordDraw.cpp',
- '<(skia_src_path)/record/SkRecordOpts.cpp',
- '<(skia_src_path)/record/SkRecorder.cpp',
- '<(skia_src_path)/record/SkRecording.cpp',
- ]
}
« no previous file with comments | « gyp/record.gyp ('k') | gyp/tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698