Add support for custom license templates.
commit6275de5043c03bb01065b38e3fc4b5c245562f15
authorjamiewalch <jamiewalch@chromium.org>
Wed, 17 Jun 2015 23:25:34 +0000 (17 16:25 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 17 Jun 2015 23:27:03 +0000 (17 23:27 +0000)
treeb6578e74843e585934b3608ab479b5b02cd1f946
parent10fabd01b91cbc82f1e25ef1e332ec9246d68860
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}
19 files changed:
remoting/app_remoting_webapp_build.gypi
remoting/app_remoting_webapp_files.gypi
remoting/remoting_client.gypi
remoting/remoting_webapp.gypi
remoting/remoting_webapp_files.gypi
remoting/webapp/BUILD.gn
remoting/webapp/app_remoting/js/application_context_menu.js
remoting/webapp/base/html/credits.css [new file with mode: 0644]
remoting/webapp/base/html/credits.tmpl [new file with mode: 0644]
remoting/webapp/base/html/credits_entry.tmpl [new file with mode: 0644]
remoting/webapp/base/html/main.css
remoting/webapp/base/js/credits.js [new file with mode: 0644]
remoting/webapp/build_template.gni
remoting/webapp/crd/html/toolbar.html
remoting/webapp/crd/html/ui_header.html
remoting/webapp/crd/html/window_frame.html
remoting/webapp/crd/js/feedback.js
remoting/webapp/files.gni
tools/licenses.py