summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_all.gyp
diff options
context:
space:
mode:
authorkelvinp <kelvinp@chromium.org>2015-04-28 22:20:43 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-29 05:21:18 +0000
commit14c59714c821b5c05a4b8a088b65f0a2fef4b910 (patch)
tree8aebbc3f2408de2c332276823581786d85f5bd4d /remoting/remoting_all.gyp
parent8ea365b4d2f7747a765b531edc5c57ccf3ee317f (diff)
downloadchromium_src-14c59714c821b5c05a4b8a088b65f0a2fef4b910.zip
chromium_src-14c59714c821b5c05a4b8a088b65f0a2fef4b910.tar.gz
chromium_src-14c59714c821b5c05a4b8a088b65f0a2fef4b910.tar.bz2
[Chromoting] Build webapp package with browser test JavaScript files loaded.
This CL creates a new target webapp with browser test JavaScript files loaded. This will enable us to run a JavaScript browser test using a regular chrome binary to speed up development and debugging. BUG= Review URL: https://codereview.chromium.org/1091293004 Cr-Commit-Position: refs/heads/master@{#327438}
Diffstat (limited to 'remoting/remoting_all.gyp')
-rw-r--r--remoting/remoting_all.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting_all.gyp b/remoting/remoting_all.gyp
index ac12177..7e89cb6 100644
--- a/remoting/remoting_all.gyp
+++ b/remoting/remoting_all.gyp
@@ -76,6 +76,7 @@
['disable_nacl==0 and disable_nacl_untrusted==0', {
'dependencies': [
'../remoting/remoting.gyp:remoting_key_tester',
+ '../remoting/remoting.gyp:remoting_webapp_browser_test',
],
}],
],