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

Side by Side Diff: gyp/tools.gyp

Issue 306483010: Revert of PictureBenchmark JSON logging (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « gyp/bench.gyp ('k') | tools/PictureBenchmark.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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'flags.gyp:flags', 279 'flags.gyp:flags',
280 'skia_lib.gyp:skia_lib', 280 'skia_lib.gyp:skia_lib',
281 'tools.gyp:picture_renderer', 281 'tools.gyp:picture_renderer',
282 'tools.gyp:picture_utils', 282 'tools.gyp:picture_utils',
283 ], 283 ],
284 }, 284 },
285 { 285 {
286 'target_name': 'bench_pictures', 286 'target_name': 'bench_pictures',
287 'type': 'executable', 287 'type': 'executable',
288 'sources': [ 288 'sources': [
289 '../bench/ResultsWriter.cpp',
290 '../bench/SkBenchLogger.h', 289 '../bench/SkBenchLogger.h',
291 '../bench/SkBenchLogger.cpp', 290 '../bench/SkBenchLogger.cpp',
292 '../bench/TimerData.h', 291 '../bench/TimerData.h',
293 '../bench/TimerData.cpp', 292 '../bench/TimerData.cpp',
294 '../tools/bench_pictures_main.cpp', 293 '../tools/bench_pictures_main.cpp',
295 '../tools/PictureBenchmark.cpp', 294 '../tools/PictureBenchmark.cpp',
296 ], 295 ],
297 'include_dirs': [ 296 'include_dirs': [
298 '../src/core/', 297 '../src/core/',
299 '../bench', 298 '../bench',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 'type': 'executable', 613 'type': 'executable',
615 'sources': [ 614 'sources': [
616 '../tools/win_lcid.cpp', 615 '../tools/win_lcid.cpp',
617 ], 616 ],
618 }, 617 },
619 ], 618 ],
620 }, 619 },
621 ], 620 ],
622 ], 621 ],
623 } 622 }
OLDNEW
« no previous file with comments | « gyp/bench.gyp ('k') | tools/PictureBenchmark.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698