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

Unified Diff: mojo/public/cpp/utility/tests/BUILD.gn

Issue 795593004: Update mojo sdk to rev cc531b32182099a5a034a99daff35ed5d38a61c8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More workarounds for MSVC Created 6 years 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/public/cpp/utility/run_loop.h ('k') | mojo/public/dart/src/client.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/utility/tests/BUILD.gn
diff --git a/mojo/public/cpp/utility/tests/BUILD.gn b/mojo/public/cpp/utility/tests/BUILD.gn
index 67419d4b4243526dd5a9930a0fbdbabbacfbd431..a8a96c1c29503796ac0011fa1f1cd70dc8219afa 100644
--- a/mojo/public/cpp/utility/tests/BUILD.gn
+++ b/mojo/public/cpp/utility/tests/BUILD.gn
@@ -2,18 +2,23 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# GYP version: mojo/mojo_base.gyp:mojo_public_utility_unittests
-test("mojo_public_utility_unittests") {
+import("../../../mojo_sdk.gni")
+
+mojo_sdk_source_set("tests") {
+ testonly = true
+
+ sources = [
+ "run_loop_unittest.cc",
+ ]
+
deps = [
- "//mojo/edk/test:run_all_unittests",
- "//mojo/public/cpp/system",
- "//mojo/public/cpp/test_support:test_utils",
- "//mojo/public/cpp/utility",
"//testing/gtest",
]
- sources = [
- "run_loop_unittest.cc",
+ mojo_sdk_deps = [
+ "mojo/public/cpp/system",
+ "mojo/public/cpp/test_support:test_utils",
+ "mojo/public/cpp/utility",
]
# crbug.com/342893
« no previous file with comments | « mojo/public/cpp/utility/run_loop.h ('k') | mojo/public/dart/src/client.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698