summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_webapp_files.gypi
diff options
context:
space:
mode:
authorgarykac <garykac@chromium.org>2015-06-16 14:53:29 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-16 21:54:07 +0000
commit5b696cf0d943d03a7bd388bdca1ffc6d95d3fc9c (patch)
treeaccc81b84a91e236c0641c90d6936fdd61bbca2b /remoting/remoting_webapp_files.gypi
parent79a014fa0958f70466f9ed1a4ade15eb1d4dc34c (diff)
downloadchromium_src-5b696cf0d943d03a7bd388bdca1ffc6d95d3fc9c.zip
chromium_src-5b696cf0d943d03a7bd388bdca1ffc6d95d3fc9c.tar.gz
chromium_src-5b696cf0d943d03a7bd388bdca1ffc6d95d3fc9c.tar.bz2
[AppRemoting] Break out AppRemoting shared module.
This is a reland of crrev.com/1176143002 with missing files added: remoting/webapp/app_remoting/shared_module/manifest.json This cl breaks out the shared AppRemoting code into a shared module so that it does not need to be duplicated in each individual app. This version has the following limitations which will be addressed in follow-up cls: (1) The apps have a hard-coded reference to the dev shared module (2) The apps have a hard-coded reference to the dev orchestrator (3) The resources in the app stub should be replaced with empty stub resources rather than a copy of all the shared resources. (4) The shared module is only built in GN (not GYP) BUG= Review URL: https://codereview.chromium.org/1179873005 Cr-Commit-Position: refs/heads/master@{#334708}
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 3657d33..ec05e58 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -169,7 +169,6 @@
],
# Remoting core JavaScript files.
'remoting_webapp_shared_js_core_files': [
- 'webapp/base/js/app_capabilities.js',
'webapp/base/js/application.js',
'webapp/base/js/base.js',
'webapp/base/js/ipc.js',