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

Unified Diff: test/test_test.gyp

Issue 1051533002: test: Move util/test to its own top-level directory, test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rebase Created 5 years, 9 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 | « test/test.gyp ('k') | test/thread.h » ('j') | util/util_test.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test_test.gyp
diff --git a/client/client_test.gyp b/test/test_test.gyp
similarity index 60%
copy from client/client_test.gyp
copy to test/test_test.gyp
index 67d243180ecfa2ae6f2ce94d810de687527317b6..2ed3bfaaf0ab5c3efa85facc1f92371ea0906b9e 100644
--- a/client/client_test.gyp
+++ b/test/test_test.gyp
@@ -1,4 +1,4 @@
-# Copyright 2014 The Crashpad Authors. All rights reserved.
+# Copyright 2015 The Crashpad Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -18,34 +18,34 @@
],
'targets': [
{
- 'target_name': 'crashpad_client_test',
+ 'target_name': 'crashpad_test_test',
'type': 'executable',
'dependencies': [
- 'client.gyp:crashpad_client',
+ 'crashpad_test_test_multiprocess_exec_test_child',
+ 'test.gyp:crashpad_test',
'../compat/compat.gyp:crashpad_compat',
+ '../third_party/gmock/gmock.gyp:gmock',
+ '../third_party/gmock/gmock.gyp:gmock_main',
'../third_party/gtest/gtest.gyp:gtest',
- '../third_party/gtest/gtest.gyp:gtest_main',
'../third_party/mini_chromium/mini_chromium.gyp:base',
'../util/util.gyp:crashpad_util',
- '../util/util_test.gyp:crashpad_util_test_lib',
],
'include_dirs': [
'..',
],
'sources': [
- 'capture_context_mac_test.cc',
- 'crash_report_database_test.cc',
- 'settings_test.cc',
- 'simple_string_dictionary_test.cc',
- 'simulate_crash_mac_test.cc',
+ 'mac/mach_multiprocess_test.cc',
+ 'multiprocess_exec_test.cc',
+ 'multiprocess_posix_test.cc',
+ 'paths_test.cc',
+ 'scoped_temp_dir_test.cc',
],
- 'conditions': [
- ['OS=="win"', {
- 'sources!': [
- # Port to Win https://code.google.com/p/crashpad/issues/detail?id=13
- 'settings_test.cc',
- ],
- }],
+ },
+ {
+ 'target_name': 'crashpad_test_test_multiprocess_exec_test_child',
+ 'type': 'executable',
+ 'sources': [
+ 'multiprocess_exec_test_child.cc',
],
},
],
« no previous file with comments | « test/test.gyp ('k') | test/thread.h » ('j') | util/util_test.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698