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

Unified Diff: gyp/tools.gyp

Issue 212563009: Lazy image decoding to reduce bench_record overhead. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 9 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 | tools/bench_record.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 7fa7f7244ff591fb4dd69e9951a8893e2d4233ec..fe84a978138dc556d8f3121f94e9e1c7d0dc1955 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -292,8 +292,15 @@
{
'target_name': 'bench_record',
'type': 'executable',
- 'sources': ['../tools/bench_record.cpp'],
- 'include_dirs': [ '../src/core/' ],
+ 'sources': [
+ '../tools/bench_record.cpp',
+ '../tools/LazyDecodeBitmap.cpp',
+ ],
+ 'include_dirs': [
+ '../src/core/',
+ '../src/images',
+ '../src/lazy',
+ ],
'dependencies': [
'flags.gyp:flags',
'skia_lib.gyp:skia_lib',
« no previous file with comments | « no previous file | tools/bench_record.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698