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

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

Issue 621153003: Move mojo edk into mojo/edk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix checkdeps Created 6 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/waiter_unittest.cc ('k') | mojo/edk/test/multiprocess_test_helper.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/public/cpp/test_support/BUILD.gn b/mojo/edk/test/BUILD.gn
similarity index 50%
copy from mojo/public/cpp/test_support/BUILD.gn
copy to mojo/edk/test/BUILD.gn
index 6c73c29c5696f069f70f94aae7c0cb7533f6f995..6a6f3126755513047f9b4faaf49fbaa0590c273b 100644
--- a/mojo/public/cpp/test_support/BUILD.gn
+++ b/mojo/edk/test/BUILD.gn
@@ -2,19 +2,21 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# GYP version: mojo/mojo_public_tests.gypi:mojo_public_test_utils
-source_set("test_utils") {
+# GYP version: mojo/mojo_base.gyp:mojo_common_test_support
+source_set("test_support") {
testonly = true
+ sources = [
+ "multiprocess_test_helper.cc",
+ "multiprocess_test_helper.h",
+ "test_utils.h",
+ "test_utils_posix.cc",
+ "test_utils_win.cc",
+ ]
+
deps = [
"//base",
- "//mojo/public/c/test_support",
- "//mojo/public/cpp/system",
+ "//base/test:test_support",
+ "//mojo/edk/system",
"//testing/gtest",
]
-
- sources = [
- "lib/test_support.cc",
- "lib/test_utils.cc",
- "test_utils.h",
- ]
}
« no previous file with comments | « mojo/edk/system/waiter_unittest.cc ('k') | mojo/edk/test/multiprocess_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698