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

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

Issue 1427633003: Move scoped_test_dir.* and test_io_thread.* from edk/test to edk/system/test. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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/system/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/system/test/BUILD.gn
diff --git a/mojo/edk/system/test/BUILD.gn b/mojo/edk/system/test/BUILD.gn
index a31c3da5649c0297c629ad51bd4e3eb2382512a9..e91db656a8c9fab3a12e80a3bd5b1b4745c79b2e 100644
--- a/mojo/edk/system/test/BUILD.gn
+++ b/mojo/edk/system/test/BUILD.gn
@@ -10,12 +10,16 @@ mojo_edk_source_set("test") {
sources = [
"random.cc",
"random.h",
+ "scoped_test_dir.cc",
+ "scoped_test_dir.h",
"simple_test_thread.cc",
"simple_test_thread.h",
"sleep.cc",
"sleep.h",
"stopwatch.cc",
"stopwatch.h",
+ "test_io_thread.cc",
+ "test_io_thread.h",
"timeouts.cc",
"timeouts.h",
]
@@ -30,7 +34,10 @@ mojo_edk_source_set("test") {
"//base/test:test_support",
]
- mojo_edk_deps = [ "mojo/edk/embedder:platform" ]
+ mojo_edk_deps = [
+ "mojo/edk/embedder:platform",
+ "mojo/edk/util",
+ ]
}
mojo_edk_source_set("unittests") {
« no previous file with comments | « mojo/edk/system/remote_message_pipe_unittest.cc ('k') | mojo/edk/system/test/scoped_test_dir.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698