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

Unified Diff: remoting/webapp/files.gni

Issue 1136673003: Revert of [Chromoting] Add GN build support for ar_sample_app target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/webapp/build_template.gni ('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 b0a3e811f9802353a11b0fc81d1f7e6ed0a45c48..7df289f73521d4894aa11098e71feba034e96fda 100644
--- a/remoting/webapp/files.gni
+++ b/remoting/webapp/files.gni
@@ -10,8 +10,7 @@
# MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. ,
# .JMML. .JMM.`Mbmmd' `Moo9^Yo.`Wbmd"MML..JMML JMML JMML.`Mbmmd'
#
-# Please keep this file in sync with remoting/remoting_webapp_files.gypi
-# and remoting/app_remoting_webapp_files.gypi.
+# Please keep this file in sync with remoting/remoting_webapp_files.gypi.
# Jscompile proto files.
# These provide type information for jscompile.
@@ -342,7 +341,7 @@
]
#
-# DesktopRemoting background.html generation files.
+# Webapp background.html generation files.
#
remoting_webapp_template_background = "crd/html/template_background.html"
@@ -379,7 +378,7 @@
]
#
-# DesktopRemoting wcs_sandbox.html generation files.
+# Webapp wcs_sandbox.html generation files.
#
remoting_webapp_template_wcs_sandbox = "base/html/template_wcs_sandbox.html"
@@ -402,7 +401,7 @@
]
#
-# DesktopRemoting message_window.html generation files.
+# Webapp message_window.html generation files.
#
remoting_webapp_template_message_window =
@@ -417,7 +416,7 @@
remoting_webapp_message_window_html_js_files + [ "base/js/base.js" ]
#
-# DesktopRemoting webapp JS and resource files.
+# Complete webapp JS and resource files.
#
# All the JavaScript files that are shared by webapps.
@@ -487,114 +486,3 @@
"<@(remoting_webapp_template_files)",
"<@(remoting_webapp_crd_js_files)",
]
-
-#
-# AppRemoting Files
-#
-
-ar_shared_resource_files = [
- "app_remoting/html/ar_dialog.css",
- "app_remoting/html/ar_main.css",
- "app_remoting/html/feedback_consent.css",
- "app_remoting/html/loading_window.css",
- "app_remoting/html/context_menu.css",
- "../resources/drag.webp",
- ] + remoting_webapp_resource_files
-
-#
-# AppRemoting main.html generation files.
-#
-
-# These template files are used to construct the webapp html files.
-ar_main_template = "app_remoting/html/template_lg.html"
-
-ar_main_template_files = [
- "base/html/client_plugin.html",
- "app_remoting/html/context_menu.html",
- "app_remoting/html/idle_dialog.html",
-]
-
-ar_main_js_files =
- [
- "app_remoting/js/application_context_menu.js",
- "app_remoting/js/app_connected_view.js",
- "app_remoting/js/app_remoting.js",
- "app_remoting/js/app_remoting_activity.js",
- "app_remoting/js/ar_auth_dialog.js",
- "app_remoting/js/ar_main.js",
- "app_remoting/js/context_menu_adapter.js",
- "app_remoting/js/context_menu_chrome.js",
- "app_remoting/js/context_menu_dom.js",
- "app_remoting/js/drag_and_drop.js",
- "app_remoting/js/idle_detector.js",
- "app_remoting/js/keyboard_layouts_menu.js",
- "app_remoting/js/loading_window.js",
- "app_remoting/js/submenu_manager.js",
- "app_remoting/js/window_activation_menu.js",
- "base/js/application.js",
- "base/js/base.js",
- "base/js/message_window_helper.js",
- "base/js/message_window_manager.js",
- ] + remoting_webapp_js_auth_client2host_files +
- remoting_webapp_js_auth_google_files +
- remoting_webapp_js_cast_extension_files + remoting_webapp_js_client_files +
- remoting_webapp_js_core_files + remoting_webapp_js_gnubby_auth_files +
- remoting_webapp_js_host_files + remoting_webapp_js_logging_files +
- remoting_webapp_js_signaling_files + remoting_webapp_js_ui_files
-
-#
-# AppRemoting feedback_consent.html generation files.
-#
-
-ar_feedback_consent_template =
- "app_remoting/html/template_feedback_consent.html"
-
-# These JS files are specific to the feedback consent page and are not part
-# of the main JS files.
-ar_feedback_consent_html_js_files = [ "app_remoting/js/feedback_consent.js" ]
-
-# All the JavaScript files required by feedback_consent.html.
-ar_feedback_consent_html_all_js_files = [
- "app_remoting/js/feedback_consent.js",
- "base/js/base.js",
- "crd/js/error.js",
- "crd/js/identity.js",
- "crd/js/oauth2_api.js",
- "crd/js/oauth2_api_impl.js",
- "crd/js/plugin_settings.js",
- "crd/js/l10n.js",
- "crd/js/xhr.js",
-]
-
-#
-# AppRemoting loading_window.html generation files.
-#
-
-# Variables for loading_window.html. Note that the JS files are the same as
-# for message_window.html, and are not duplicated here.
-ar_loading_window_template = "app_remoting/html/template_loading_window.html"
-
-#
-# AppRemoting background JS files.
-# These files are referenced from the manifest
-#
-
-ar_background_js_files = [
- "app_remoting/js/ar_background.js",
- "base/js/platform.js",
-]
-
-ar_all_js_files =
- ar_main_js_files + ar_feedback_consent_html_js_files +
- remoting_webapp_message_window_html_js_files +
- remoting_webapp_wcs_sandbox_html_js_files + ar_background_js_files
-
-# Files that contain localizable strings.
-app_remoting_webapp_localizable_files =
- [
- ar_main_template,
- ar_feedback_consent_template,
- ar_loading_window_template,
- remoting_webapp_template_message_window,
- remoting_webapp_template_wcs_sandbox,
- ] + ar_main_template_files + ar_all_js_files
« no previous file with comments | « remoting/webapp/build_template.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698