summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_webapp_files.gypi
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/remoting_webapp_files.gypi
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/remoting_webapp_files.gypi')
-rw-r--r--remoting/remoting_webapp_files.gypi10
1 files changed, 10 insertions, 0 deletions
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
index 3657d33..abae977 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -444,6 +444,14 @@
],
#
+ # All the JavaScript files required by credits.html
+ #
+
+ 'remoting_webapp_credits_html_all_js_files': [
+ 'webapp/base/js/credits.js',
+ ],
+
+ #
# Complete webapp JS and resource files.
#
@@ -461,6 +469,7 @@
'remoting_webapp_crd_js_files': [
'<@(remoting_webapp_shared_js_files)',
'<@(remoting_webapp_crd_main_html_all_js_files)',
+ '<@(remoting_webapp_credits_html_all_js_files)',
],
'remoting_webapp_info_files': [
@@ -492,6 +501,7 @@
'resources/reload.webp',
'resources/tick.webp',
'webapp/base/html/connection_stats.css',
+ 'webapp/base/html/credits.css',
'webapp/base/html/main.css',
'webapp/base/html/message_window.css',
'webapp/base/resources/open_sans.css',