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

Unified Diff: remoting/webapp/files.gni

Issue 1095203010: [Chromoting] Remove CRD-specific JS files from AppRemoting build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_viewport
Patch Set: Move crd_main.js out of shared Created 5 years, 8 months 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 | « remoting/remoting_webapp_files.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/files.gni
diff --git a/remoting/webapp/files.gni b/remoting/webapp/files.gni
index 263bb5fd929b84dbd4ff43d356c2ec7b2a29c4f6..ad841238df844fabba83430bf050ec298d52ec51 100644
--- a/remoting/webapp/files.gni
+++ b/remoting/webapp/files.gni
@@ -165,7 +165,6 @@ remoting_webapp_js_client_files = [
"crd/js/connected_view.js",
"crd/js/connection_info.js",
"crd/js/credentials_provider.js",
- "crd/js/desktop_connected_view.js",
"crd/js/host_desktop.js",
"crd/js/smart_reconnector.js",
"crd/js/video_frame_recorder.js",
@@ -247,18 +246,35 @@ remoting_webapp_js_signaling_files = [
remoting_webapp_js_ui_files = [
"base/js/viewport.js",
"base/js/window_shape.js",
+ "crd/js/connection_stats.js",
+ "crd/js/feedback.js",
+ "crd/js/l10n.js",
+ "crd/js/ui_mode.js",
+]
+
+#
+# DesktopRemoting-specific JS files.
+#
+
+# The CRD-specific JavaScript files required by main.html.
+remoting_webapp_crd_js_ui_files = [
"crd/js/bump_scroller.js",
"crd/js/butter_bar.js",
- "crd/js/connection_stats.js",
+ "crd/js/crd_auth_dialog.js",
+ "crd/js/crd_event_handlers.js",
+ "crd/js/crd_experimental.js",
+ "crd/js/crd_main.js",
+ "crd/js/desktop_connected_view.js",
+ "crd/js/desktop_remoting.js",
+ "crd/js/desktop_remoting_activity.js",
"crd/js/desktop_viewport.js",
- "crd/js/feedback.js",
"crd/js/fullscreen.js",
"crd/js/fullscreen_v1.js",
"crd/js/fullscreen_v2.js",
- "crd/js/l10n.js",
+ "crd/js/it2me_activity.js",
+ "crd/js/me2me_activity.js",
"crd/js/menu_button.js",
"crd/js/options_menu.js",
- "crd/js/ui_mode.js",
"crd/js/toolbar.js",
"crd/js/window_frame.js",
]
@@ -287,17 +303,7 @@ remoting_webapp_shared_main_html_js_files =
# The CRD-specific JavaScript files required by main.html.
remoting_webapp_crd_main_html_all_js_files =
- remoting_webapp_shared_main_html_js_files
-remoting_webapp_crd_main_html_all_js_files += [
- "crd/js/crd_auth_dialog.js",
- "crd/js/crd_event_handlers.js",
- "crd/js/crd_experimental.js",
- "crd/js/crd_main.js",
- "crd/js/desktop_remoting.js",
- "crd/js/desktop_remoting_activity.js",
- "crd/js/it2me_activity.js",
- "crd/js/me2me_activity.js",
-]
+ remoting_webapp_shared_main_html_js_files + remoting_webapp_crd_js_ui_files
# These template files are used to construct main.html.
remoting_webapp_template_files = [
« no previous file with comments | « remoting/remoting_webapp_files.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698