crashpad/client
Mark Mentovai 809ea8158d test: Move util/test to its own top-level directory, test.
After 9e79ea1da7, it no longer makes sense for crashpad_util_test_lib
to “hide” in util/util_test.gyp. All of util/test is moved to its own
top-level directory, test, which all other test code is allowed to
depend on. test, too, is allowed to depend on all other non-test code.

In a future change, when crashpad_util_test_lib gains a dependency on
crashpad_client, it won’t look so weird for something in util (even
though it’s in util/test) to depend on something in client, because the
thing that needs to depend on client will live in test, not util.

BUG=crashpad:33
R=scottmg@chromium.org

Review URL: https://codereview.chromium.org/1051533002
2015-03-31 17:44:14 -04:00
..
capture_context_mac.S Add CaptureContext and its test. 2014-08-20 18:30:19 -04:00
capture_context_mac.h C++11: Use type aliases instead of typedefs. 2014-11-05 14:09:01 -05:00
capture_context_mac_test.cc Use implicit_cast<> instead of static_cast<> whenever possible. 2014-11-06 16:44:38 -05:00
client.gyp Split *_test.gyp from *.gyp. 2015-03-31 17:06:28 -04:00
client_test.gyp test: Move util/test to its own top-level directory, test. 2015-03-31 17:44:14 -04:00
crash_report_database.cc Create CrashReportDatabase interface, a test, and a Mac implementation. 2015-01-26 15:59:01 -05:00
crash_report_database.h Add MinidumpCrashpadInfo::report_id. 2015-03-13 13:00:56 -04:00
crash_report_database_mac.mm Add crashpad_database_util and its man page. 2015-03-19 18:41:01 -04:00
crash_report_database_test.cc test: Move util/test to its own top-level directory, test. 2015-03-31 17:44:14 -04:00
crash_report_database_win.cc win: Add UUID::InitializeFromSystemUUID(). 2015-03-13 13:53:38 -04:00
crashpad_client.h CrashpadClient::StartHandler(): accept database, url, and annotations arguments. 2015-03-12 14:28:19 -04:00
crashpad_client_mac.cc CrashpadClient::StartHandler(): accept database, url, and annotations arguments. 2015-03-12 14:28:19 -04:00
crashpad_info.cc Allow exception forwarding to the system’s native crash reporter to be 2015-03-11 17:07:11 -04:00
crashpad_info.h Document CrashpadInfo::set_simple_annotations(). 2015-03-19 18:04:38 -04:00
settings.cc Add a magic number to settings.dat for better identification. 2015-03-12 19:34:05 -04:00
settings.h Return a FilePath from Settings::file_path(). 2015-03-10 14:26:24 -04:00
settings_test.cc test: Move util/test to its own top-level directory, test. 2015-03-31 17:44:14 -04:00
simple_string_dictionary.cc C++11: Use type aliases instead of typedefs. 2014-11-05 14:09:01 -05:00
simple_string_dictionary.h Use implicit_cast<> instead of static_cast<> whenever possible. 2014-11-06 16:44:38 -05:00
simple_string_dictionary_test.cc test: Move util/test to its own top-level directory, test. 2015-03-31 17:44:14 -04:00
simulate_crash.h Add CRASHPAD_SIMULATE_CRASH() and supporting client code. 2014-10-17 12:30:55 -04:00
simulate_crash_mac.cc Use implicit_cast<> instead of static_cast<> whenever possible. 2014-11-06 16:44:38 -05:00
simulate_crash_mac.h client/simulate_crash_mac.h: Qualify NativeCPUContext with the crashpad 2015-03-12 17:54:07 -04:00
simulate_crash_mac_test.cc test: Move util/test to its own top-level directory, test. 2015-03-31 17:44:14 -04:00