summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_webapp_files.gypi
diff options
context:
space:
mode:
authorgarykac <garykac@chromium.org>2015-07-06 15:08:25 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-06 22:09:16 +0000
commit7d47f7a394e09e1a6e3e546932051649f185d47e (patch)
treeb938afe2e61f866ede24dc5c4d2821d509b35ca1 /remoting/remoting_webapp_files.gypi
parent990d54c8d31b2cb44ebc9b21b8d3596269124b81 (diff)
downloadchromium_src-7d47f7a394e09e1a6e3e546932051649f185d47e.zip
chromium_src-7d47f7a394e09e1a6e3e546932051649f185d47e.tar.gz
chromium_src-7d47f7a394e09e1a6e3e546932051649f185d47e.tar.bz2
[AppRemoting] Break out AppRemoting shared module.
This is a reland of crrev.com/1179873005 with the following fixes: Added GYP build of shared module Updated build-webapp.py script to not check env for shared module This fixes the GN Release build problem 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. BUG= Review URL: https://codereview.chromium.org/1188253009 Cr-Commit-Position: refs/heads/master@{#337487}
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 c7e1fdf..3b0cb9f 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -178,7 +178,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',