summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_test.gypi
diff options
context:
space:
mode:
authorkelvinp@chromium.org <kelvinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-14 12:42:28 +0000
committerkelvinp@chromium.org <kelvinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-14 12:44:38 +0000
commit23005b6b310879f5877e2411cc7aec74480861dc (patch)
tree949ad16391059d26d271675489fd08f7b89a8178 /remoting/remoting_test.gypi
parentb8e70ea6025cdb426a5514ee58179cf417ade1be (diff)
downloadchromium_src-23005b6b310879f5877e2411cc7aec74480861dc.zip
chromium_src-23005b6b310879f5877e2411cc7aec74480861dc.tar.gz
chromium_src-23005b6b310879f5877e2411cc7aec74480861dc.tar.bz2
Hangouts remote desktop part III - It2MeService
This CL - Introduces an It2MeService component that listens to incoming connection requests between Hangouts and the webapp and establish a channel between them. - It enables launching an IT2Me helper session from Hangouts Review URL: https://codereview.chromium.org/468693002 Cr-Commit-Position: refs/heads/master@{#289538} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289538 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r--remoting/remoting_test.gypi6
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 03292a4..6227b3a 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)',
],
},