summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/files.gni
diff options
context:
space:
mode:
authorjamiewalch <jamiewalch@chromium.org>2015-06-17 16:25:34 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-17 23:27:03 +0000
commit6275de5043c03bb01065b38e3fc4b5c245562f15 (patch)
treeb6578e74843e585934b3608ab479b5b02cd1f946 /remoting/webapp/files.gni
parent10fabd01b91cbc82f1e25ef1e332ec9246d68860 (diff)
downloadchromium_src-6275de5043c03bb01065b38e3fc4b5c245562f15.zip
chromium_src-6275de5043c03bb01065b38e3fc4b5c245562f15.tar.gz
chromium_src-6275de5043c03bb01065b38e3fc4b5c245562f15.tar.bz2
Add support for custom license templates.
This allows products that are built from the Chromium source to include third-party license attribution, even if they cannot link directly to chrome://credits. Chrome apps such as Chromoting, for example, fall into this category, for example. BUG=499478 Review URL: https://codereview.chromium.org/1178323002 Cr-Commit-Position: refs/heads/master@{#334957}
Diffstat (limited to 'remoting/webapp/files.gni')
-rw-r--r--remoting/webapp/files.gni11
1 files changed, 10 insertions, 1 deletions
diff --git a/remoting/webapp/files.gni b/remoting/webapp/files.gni
index 7e77289..39bc081 100644
--- a/remoting/webapp/files.gni
+++ b/remoting/webapp/files.gni
@@ -434,12 +434,19 @@ remoting_webapp_message_window_html_all_js_files =
remoting_webapp_message_window_html_js_files + [ "base/js/base.js" ]
#
+# All the JavaScript files required by credits.html
+#
+
+remoting_webapp_credits_html_all_js_files = [ "base/js/credits.js" ]
+
+#
# DesktopRemoting webapp JS and resource files.
#
# All the JavaScript files that are shared by webapps.
remoting_webapp_shared_js_files = remoting_webapp_shared_main_html_js_files +
remoting_webapp_background_html_js_files +
+ remoting_webapp_credits_html_all_js_files +
remoting_webapp_message_window_html_js_files +
remoting_webapp_wcs_sandbox_html_js_files +
# JS files referenced in manifest.json.
@@ -478,6 +485,7 @@ remoting_webapp_resource_files = [
"../resources/reload.webp",
"../resources/tick.webp",
"base/html/connection_stats.css",
+ "base/html/credits.css",
"base/html/main.css",
"base/html/message_window.css",
"base/resources/open_sans.css",
@@ -608,7 +616,8 @@ ar_background_js_files = [
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
+ remoting_webapp_wcs_sandbox_html_js_files + ar_background_js_files +
+ remoting_webapp_credits_html_all_js_files
# Files that contain localizable strings.
app_remoting_webapp_localizable_files =