Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / mojo / public / cpp / bindings / tests / BUILD.gn
index 6a4b2df..9e6deab 100644 (file)
@@ -2,15 +2,18 @@
 # 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_bindings_unittests
+# GYP version: mojo/mojo_base.gyp:mojo_public_bindings_unittests
 test("mojo_public_bindings_unittests") {
   sources = [
     "array_unittest.cc",
     "bounds_checker_unittest.cc",
     "buffer_unittest.cc",
     "connector_unittest.cc",
+    "container_test_util.cc",
+    "equals_unittest.cc",
     "handle_passing_unittest.cc",
     "interface_ptr_unittest.cc",
+    "map_unittest.cc",
     "request_response_unittest.cc",
     "router_unittest.cc",
     "sample_service_unittest.cc",
@@ -22,7 +25,7 @@ test("mojo_public_bindings_unittests") {
   ]
 
   deps = [
-    "//mojo/common/test:run_all_unittests",
+    "//mojo/edk/test:run_all_unittests",
     "//mojo/public/cpp/bindings",
     "//mojo/public/cpp/environment:standalone",
     "//mojo/public/cpp/system",