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

Unified Diff: skia/skia.gyp

Issue 10537036: Added rendering benchmark javascript hook (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index db3a4cd50e90800bb42066ff7b22ba335d32965f..8b3700ac1f358211d715a7251d332abdb4a75125 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -548,6 +548,8 @@
'../third_party/skia/include/utils/mac/SkCGUtils.h',
'../third_party/skia/include/utils/SkDeferredCanvas.h',
'../third_party/skia/include/utils/SkMatrix44.h',
+ '../third_party/skia/include/utils/SkNullCanvas.h',
nduca 2012/06/12 17:42:09 Can you make this a separate changelist? I'd like
dmurph 2012/06/14 02:20:13 I contacted him and he added the files, so SkNullC
+ '../third_party/skia/src/utils/SkNullCanvas.cpp',
'../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp',
'../third_party/skia/src/utils/SkBase64.cpp',
'../third_party/skia/src/utils/SkBase64.h',
« chrome/renderer/benchmarking_extension.cc ('K') | « chrome/renderer/benchmarking_extension.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698