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

Unified Diff: remoting/remoting_test.gypi

Issue 468693002: Hangouts remote desktop part III - It2MeService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « no previous file | remoting/remoting_webapp_files.gypi » ('j') | remoting/webapp/background/app_launcher.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_test.gypi
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 03292a46aeaf42ae7940af4d13b44b55bac0f3d8..6227b3a497657955cabf40daaa1fb96194cb8cad 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -327,7 +327,7 @@
'destination': '<(output_dir)',
'files': [
'<@(webapp_js_files)',
- '<@(remoting_webapp_unittest_cases)',
+ '<@(remoting_webapp_unittest_js_files)',
'<@(remoting_webapp_unittest_additional_files)'
],
},
@@ -339,7 +339,7 @@
'webapp/build-html.py',
'<(remoting_webapp_unittest_template_main)',
'<@(webapp_js_files)',
- '<@(remoting_webapp_unittest_cases)'
+ '<@(remoting_webapp_unittest_js_files)'
],
'outputs': [
'<(output_dir)/unittest.html',
@@ -353,7 +353,7 @@
# instrumentedjs flag or else GYP will ignore the files in the
# exclude list.
'--exclude-js', '<@(remoting_webapp_unittest_exclude_files)',
- '--js', '<@(remoting_webapp_unittest_cases)',
+ '--js', '<@(remoting_webapp_unittest_js_files)',
'--instrument-js', '<@(webapp_js_files)',
],
},
« no previous file with comments | « no previous file | remoting/remoting_webapp_files.gypi » ('j') | remoting/webapp/background/app_launcher.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698