From 0f92988f0ef745e9ea4b2ff68c897cb83d911469 Mon Sep 17 00:00:00 2001 From: wez Date: Thu, 12 Mar 2015 09:19:19 -0700 Subject: Move mocks and unittest JS files to sit alongside production code. Chromium normally places unit-test implementations alongside the class implementations, so that it's easy to see what has tests and what doesn't. Similarly placing mocks next to the corresponding interfaces or classes makes it easier to spot and re-use them. BUG=455972 Review URL: https://codereview.chromium.org/984203003 Cr-Commit-Position: refs/heads/master@{#320296} --- remoting/remoting_webapp.gypi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'remoting/remoting_webapp.gypi') diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi index 7b12553..d197e41 100644 --- a/remoting/remoting_webapp.gypi +++ b/remoting/remoting_webapp.gypi @@ -70,8 +70,8 @@ 'action_name': 'Verify remoting webapp unittests', 'inputs': [ '<@(remoting_webapp_crd_js_files)', - '<@(remoting_webapp_unittest_all_js_files)', - '<@(remoting_webapp_unittest_js_proto_files)', + '<@(remoting_webapp_unittests_all_js_files)', + '<@(remoting_webapp_unittests_js_proto_files)', ], 'outputs': [ '<(success_stamp_ut)', @@ -82,8 +82,8 @@ '--no-single-file', '--success-stamp', '<(success_stamp_ut)', '<@(remoting_webapp_crd_js_files)', - '<@(remoting_webapp_unittest_all_js_files)', - '<@(remoting_webapp_unittest_js_proto_files)', + '<@(remoting_webapp_unittests_all_js_files)', + '<@(remoting_webapp_unittests_js_proto_files)', ], }, ], # actions -- cgit v1.1