Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / mojo / public / c / system / tests / BUILD.gn
index e9aa06f..67e166d 100644 (file)
@@ -19,9 +19,8 @@ source_set("tests") {
   ]
 }
 
-# GYP version: mojo/mojo_public_tests.gypi:mojo_public_system_perftests
-executable("perftests") {
-  testonly = true
+# GYP version: mojo/mojo_base.gyp:mojo_public_system_perftests
+test("perftests") {
   output_name = "mojo_public_system_perftests"
 
   sources = [
@@ -30,7 +29,7 @@ executable("perftests") {
 
   deps = [
     "//base",
-    "//mojo/common/test:run_all_perftests",
+    "//mojo/edk/test:run_all_perftests",
     "//mojo/public/c/environment",
     "//mojo/public/cpp/system",
     "//mojo/public/cpp/test_support:test_utils",