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

Unified Diff: mojo/edk/test/BUILD.gn

Issue 1354433003: Add a mojo::test::ScopedTestDir and convert tests to use it. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 3 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 | « mojo/edk/system/remote_message_pipe_unittest.cc ('k') | mojo/edk/test/scoped_test_dir.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/test/BUILD.gn
diff --git a/mojo/edk/test/BUILD.gn b/mojo/edk/test/BUILD.gn
index 225fc6bdce7b857b35afd0e57c0259f27825ede5..4d8a17e869de20f5e692eb9b84bf89840c602e18 100644
--- a/mojo/edk/test/BUILD.gn
+++ b/mojo/edk/test/BUILD.gn
@@ -13,6 +13,8 @@ mojo_edk_source_set("test_support") {
"multiprocess_test_helper.h",
"scoped_ipc_support.cc",
"scoped_ipc_support.h",
+ "scoped_test_dir.cc",
+ "scoped_test_dir.h",
"test_io_thread.cc",
"test_io_thread.h",
"test_utils.h",
« no previous file with comments | « mojo/edk/system/remote_message_pipe_unittest.cc ('k') | mojo/edk/test/scoped_test_dir.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698