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

Unified Diff: client/client_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
Index: client/client_test.gyp
diff --git a/client/client_test.gyp b/client/client_test.gyp
index 67d243180ecfa2ae6f2ce94d810de687527317b6..713416207d7770680b61033a9f7ce0ac19fb424f 100644
--- a/client/client_test.gyp
+++ b/client/client_test.gyp
@@ -23,11 +23,11 @@
'dependencies': [
'client.gyp:crashpad_client',
'../compat/compat.gyp:crashpad_compat',
+ '../test/test.gyp:crashpad_test',
'../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': [
'..',
« no previous file with comments | « build/run_tests.py ('k') | client/crash_report_database_test.cc » ('j') | util/util_test.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698