Index: snapshot/snapshot.gyp |
diff --git a/snapshot/snapshot.gyp b/snapshot/snapshot.gyp |
index 216d93ed7347ba63e4887c35f33319ceff057210..19bf6834895b9f71cd652f17ce776587582cbcb9 100644 |
--- a/snapshot/snapshot.gyp |
+++ b/snapshot/snapshot.gyp |
@@ -34,8 +34,29 @@ |
'module_snapshot.h', |
'process_snapshot.h', |
'system_snapshot.h', |
+ 'system_snapshot_mac.cc', |
+ 'system_snapshot_mac.h', |
'thread_snapshot.h', |
], |
}, |
+ { |
+ 'target_name': 'snapshot_test', |
+ 'type': 'executable', |
+ 'dependencies': [ |
+ 'snapshot', |
+ '../compat/compat.gyp:compat', |
+ '../third_party/gtest/gtest.gyp:gtest', |
+ '../third_party/gtest/gtest.gyp:gtest_main', |
+ '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', |
+ '../util/util.gyp:util', |
+ '../util/util.gyp:util_test_lib', |
+ ], |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ 'sources': [ |
+ 'system_snapshot_mac_test.cc', |
+ ], |
+ }, |
], |
} |