Index: mojo/mojo_apps.gypi |
diff --git a/mojo/mojo_apps.gypi b/mojo/mojo_apps.gypi |
index 9186d4052d50e76f5cad20b28bd686a19a5ddf4b..645608a8135bc704acb99af74ef1aac7ca27cfff 100644 |
--- a/mojo/mojo_apps.gypi |
+++ b/mojo/mojo_apps.gypi |
@@ -39,7 +39,7 @@ |
], |
}, |
{ |
- 'target_name': 'mojo_js_unittests', |
+ 'target_name': 'mojo_apps_js_unittests', |
'type': 'executable', |
'dependencies': [ |
'../gin/gin.gyp:gin_test', |
@@ -48,7 +48,7 @@ |
'mojo_sample_service', |
], |
'sources': [ |
- 'apps/js/test/run_js_tests.cc', |
+ 'apps/js/test/run_apps_js_tests.cc', |
], |
}, |
{ |