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

Unified Diff: third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn

Issue 917433003: Update mojo sdk to rev 1027d24a1f68c6d10b7539b32114f1272b2cc9f1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add //build/module_args/mojo.gni. Created 5 years, 10 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
Index: third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn b/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn
index b267e4e0481e6e9c9ef205e92e561523345493b0..efd0b38cf51c181cd10d6e3aea508dd4eb6bb5a6 100644
--- a/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -11,6 +11,7 @@ mojo_sdk_source_set("tests") {
"array_unittest.cc",
"bounds_checker_unittest.cc",
"buffer_unittest.cc",
+ "callback_unittest.cc",
"connector_unittest.cc",
"container_test_util.cc",
"equals_unittest.cc",
@@ -35,6 +36,7 @@ mojo_sdk_source_set("tests") {
mojo_sdk_deps = [
"mojo/public/cpp/bindings",
+ "mojo/public/cpp/bindings:callback",
"mojo/public/cpp/environment:standalone",
"mojo/public/cpp/system",
"mojo/public/cpp/test_support:test_utils",

Powered by Google App Engine
This is Rietveld 408576698