summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_webapp_files.gypi
diff options
context:
space:
mode:
authorgarykac <garykac@chromium.org>2015-06-03 14:32:52 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-03 21:33:33 +0000
commitd3dae1bee783d5069d8d9f700a606c69f10bd59e (patch)
tree9e13bc7499618d1d388d882f735a9e7774f0de1c /remoting/remoting_webapp_files.gypi
parent7a2c69c94c5da4d2bb4cf0ba723958850f8ee28e (diff)
downloadchromium_src-d3dae1bee783d5069d8d9f700a606c69f10bd59e.zip
chromium_src-d3dae1bee783d5069d8d9f700a606c69f10bd59e.tar.gz
chromium_src-d3dae1bee783d5069d8d9f700a606c69f10bd59e.tar.bz2
[Chromoting] Remove client_session from background.html
cl/1132133008 added jscompile checks for background.html and as part of that removed client_session.js from the background.html GN build because it was no longer needed (thanks to recent refactoring). But the corresponding GYP build was not updated at that time. This cl makes the change to the GYP build so that the GYP and GN builds both produce identical results. BUG= Review URL: https://codereview.chromium.org/1152483005 Cr-Commit-Position: refs/heads/master@{#332691}
Diffstat (limited to 'remoting/remoting_webapp_files.gypi')
-rw-r--r--remoting/remoting_webapp_files.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
index 258d541..ef49890 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -379,7 +379,6 @@
'remoting_webapp_background_html_all_js_files': [
'<@(remoting_webapp_background_html_js_files)',
'webapp/base/js/base.js',
- 'webapp/base/js/client_session.js',
'webapp/base/js/error.js',
'webapp/base/js/identity.js',
'webapp/base/js/ipc.js',