summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_test.gypi
diff options
context:
space:
mode:
authorgarykac <garykac@chromium.org>2015-04-27 18:03:07 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-28 01:02:59 +0000
commit5b228c89815b79a39fb4d1520f99e4de96e1ed2c (patch)
treed5d99955e5a4023a869705797a7c5bafa49574f4 /remoting/remoting_test.gypi
parent6a3f8d9afcbb397f562e3a359ffbe39d59d278b9 (diff)
downloadchromium_src-5b228c89815b79a39fb4d1520f99e4de96e1ed2c.zip
chromium_src-5b228c89815b79a39fb4d1520f99e4de96e1ed2c.tar.gz
chromium_src-5b228c89815b79a39fb4d1520f99e4de96e1ed2c.tar.bz2
[Chromoting] Remove CRD-specific JS files from AppRemoting build.
Recent refactoring allows us to remove many CRD-specific files from the set of "common" JS files. This cl moves the CRD UI JS files out of the AppRemoting build. This is in preparation for removing Application.Mode in a follow-up cl. Requires that crrev.com/1109453005 land first. BUG= Review URL: https://codereview.chromium.org/1095203010 Cr-Commit-Position: refs/heads/master@{#327205}
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r--remoting/remoting_test.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index ac1f3d5..ee5c5a70 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -347,7 +347,7 @@
'variables': {
'output_dir': '<(PRODUCT_DIR)/remoting/unittests',
'webapp_js_files': [
- '<@(remoting_webapp_shared_main_html_js_files)',
+ '<@(remoting_webapp_unittest_html_all_js_files)',
'<@(remoting_webapp_wcs_sandbox_html_js_files)',
'<@(remoting_webapp_background_html_js_files)',
]