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

Side by Side Diff: gyp/tools.gyp

Issue 272723007: Add timing to dump_record. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: always walk with fDraw Created 6 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | src/record/SkRecordDraw.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GYP file to build various tools. 1 # GYP file to build various tools.
2 # 2 #
3 # To build on Linux: 3 # To build on Linux:
4 # ./gyp_skia tools.gyp && make tools 4 # ./gyp_skia tools.gyp && make tools
5 # 5 #
6 { 6 {
7 'includes': [ 7 'includes': [
8 'apptype_console.gypi', 8 'apptype_console.gypi',
9 ], 9 ],
10 'targets': [ 10 'targets': [
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 '../tools/dump_record.cpp', 353 '../tools/dump_record.cpp',
354 '../tools/LazyDecodeBitmap.cpp', 354 '../tools/LazyDecodeBitmap.cpp',
355 ], 355 ],
356 'include_dirs': [ 356 'include_dirs': [
357 '../src/core/', 357 '../src/core/',
358 '../src/images', 358 '../src/images',
359 '../src/lazy', 359 '../src/lazy',
360 '../src/record', 360 '../src/record',
361 ], 361 ],
362 'dependencies': [ 362 'dependencies': [
363 'bench.gyp:bench_timer',
363 'flags.gyp:flags', 364 'flags.gyp:flags',
364 'record.gyp:*', 365 'record.gyp:*',
365 'skia_lib.gyp:skia_lib', 366 'skia_lib.gyp:skia_lib',
366 ], 367 ],
367 }, 368 },
368 { 369 {
369 'target_name': 'picture_renderer', 370 'target_name': 'picture_renderer',
370 'type': 'static_library', 371 'type': 'static_library',
371 'sources': [ 372 'sources': [
372 '../tools/image_expectations.h', 373 '../tools/image_expectations.h',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 'type': 'executable', 616 'type': 'executable',
616 'sources': [ 617 'sources': [
617 '../tools/win_lcid.cpp', 618 '../tools/win_lcid.cpp',
618 ], 619 ],
619 }, 620 },
620 ], 621 ],
621 }, 622 },
622 ], 623 ],
623 ], 624 ],
624 } 625 }
OLDNEW
« no previous file with comments | « no previous file | src/record/SkRecordDraw.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698