Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 779613003: [Chromoting] Create core Application interface for CRD. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/webapp/base/js/application.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_webapp_files.gypi
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
index 3275f993da0cfa74d2c0c8b61ad1526c63d96953..4eccdb6ff975665621b1669c67f8f4e5fa0274a9 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -58,6 +58,7 @@
],
# Remoting core JavaScript files.
'remoting_webapp_js_core_files': [
+ 'webapp/base/js/application.js',
'webapp/base/js/base.js',
'webapp/base/js/platform.js',
'webapp/crd/js/error.js',
@@ -200,6 +201,7 @@
# The CRD-specific JavaScript files required by main.html.
'remoting_webapp_crd_main_html_js_files': [
'webapp/crd/js/crd_main.js',
+ 'webapp/crd/js/desktop_remoting.js',
],
# The JavaScript files that are used in the background page.
« no previous file with comments | « no previous file | remoting/webapp/base/js/application.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698