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

Side by Side Diff: gyp/crash_handler.gyp

Issue 344213003: Move BenchTimer to tools as Timer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fixes 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
OLDNEW
(Empty)
1 {
2 'targets': [{
3 'target_name': 'CrashHandler',
4 'type': 'static_library',
5 'sources': [ '../tools/CrashHandler.cpp' ],
6 'dependencies': [ 'skia_lib.gyp:skia_lib' ],
7 'direct_dependent_settings': {
8 'include_dirs': [ '../tools' ],
9 },
10 'all_dependent_settings': {
11 'msvs_settings': {
12 'VCLinkerTool': {
13 'AdditionalDependencies': [ 'Dbghelp.lib' ],
14 }
15 },
16 }
17 }]
18 }
OLDNEW
« no previous file with comments | « gyp/bench.gyp ('k') | gyp/debugger.gyp » ('j') | tools/timer/GpuTimer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698