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

Unified Diff: remoting/remoting_webapp.gypi

Issue 984203003: Move mocks and unittest JS files to sit alongside production code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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
« no previous file with comments | « remoting/remoting_test.gypi ('k') | remoting/remoting_webapp_files.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_webapp.gypi
diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi
index 7b1255343b9d858951bd3b11b0a036fc81c6db25..d197e412711c5f76a9a715b8c42d0de1fadd0e13 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
« no previous file with comments | « remoting/remoting_test.gypi ('k') | remoting/remoting_webapp_files.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698