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

Unified Diff: snapshot/snapshot.gyp

Issue 936333004: win: Add implementation of system_snapshot for Windows (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@add-time-win
Patch Set: fixes Created 5 years, 10 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 | « compat/win/winnt.h ('k') | snapshot/system_snapshot.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/snapshot.gyp
diff --git a/snapshot/snapshot.gyp b/snapshot/snapshot.gyp
index 894fd061f6f2552aae735e51d5c9301369d115df..c6098ffa921f5890b647aa2189dad77965466559 100644
--- a/snapshot/snapshot.gyp
+++ b/snapshot/snapshot.gyp
@@ -72,7 +72,21 @@
'process_snapshot.h',
'system_snapshot.h',
'thread_snapshot.h',
+ 'win/process_reader_win.cc',
+ 'win/process_reader_win.h',
+ 'win/system_snapshot_win.cc',
+ 'win/system_snapshot_win.h',
],
+ 'conditions': [
+ ['OS=="win"', {
+ 'link_settings': {
+ 'libraries': [
+ '-lpowrprof.lib',
+ '-lversion.lib',
+ ],
+ },
+ }],
+ ]
},
{
'target_name': 'snapshot_test_lib',
@@ -128,6 +142,7 @@
'mac/process_reader_test.cc',
'mac/process_types_test.cc',
'mac/system_snapshot_mac_test.cc',
+ 'win/system_snapshot_win_test.cc',
],
},
],
« no previous file with comments | « compat/win/winnt.h ('k') | snapshot/system_snapshot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698