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

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

Issue 703273002: Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442ac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix content/child -> mojo/common linking Created 6 years, 1 month 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: mojo/public/cpp/environment/tests/BUILD.gn
diff --git a/mojo/public/cpp/environment/tests/BUILD.gn b/mojo/public/cpp/environment/tests/BUILD.gn
index 6fb56f87a9705a3c00813ce95931ccf3aaf3a9e9..c87e2a2061226d7df8341a3bb908c1cba250459d 100644
--- a/mojo/public/cpp/environment/tests/BUILD.gn
+++ b/mojo/public/cpp/environment/tests/BUILD.gn
@@ -5,6 +5,7 @@
# GYP version: mojo/mojo_base.gyp:mojo_public_environment_unittests
test("mojo_public_environment_unittests") {
sources = [
+ "async_wait_unittest.cc",
"async_waiter_unittest.cc",
"logger_unittest.cc",
"logging_unittest.cc",
@@ -13,6 +14,7 @@ test("mojo_public_environment_unittests") {
deps = [
"//mojo/edk/test:run_all_unittests",
"//mojo/public/c/environment",
+ "//mojo/public/cpp/bindings:callback",
"//mojo/public/cpp/environment:standalone",
"//mojo/public/cpp/system",
"//mojo/public/cpp/test_support:test_utils",
« no previous file with comments | « mojo/public/cpp/environment/lib/async_waiter.cc ('k') | mojo/public/cpp/environment/tests/async_wait_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698