summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_client.gypi
diff options
context:
space:
mode:
authorjamiewalch <jamiewalch@chromium.org>2015-06-24 15:59:33 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-24 23:00:57 +0000
commit7133a0df300dfd420e3bdc1f0a01b7ef515474b0 (patch)
treeac34582caf876945df8d00cfffc57d4b938598ac /remoting/remoting_client.gypi
parent82f6451d8fb0ecf486cc9abe99ddfeab36fe844c (diff)
downloadchromium_src-7133a0df300dfd420e3bdc1f0a01b7ef515474b0.zip
chromium_src-7133a0df300dfd420e3bdc1f0a01b7ef515474b0.tar.gz
chromium_src-7133a0df300dfd420e3bdc1f0a01b7ef515474b0.tar.bz2
Build credits.txt with the Me2Me host
This is a cross-platform change that adds credits.txt as a pre-requisite for remoting_me2me_host. It also adds that file to the Mac bundle, which means it is automatically installed on that platform, and adds rules to install the file to /usr/share/doc/chrome-remote-desktop on Linux. The Windows installer will be updated in a later CL. It also updates the naming for the web-app credits to make the difference clearer. BUG=499478 Review URL: https://codereview.chromium.org/1187543004 Cr-Commit-Position: refs/heads/master@{#336023}
Diffstat (limited to 'remoting/remoting_client.gypi')
-rw-r--r--remoting/remoting_client.gypi6
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/remoting_client.gypi b/remoting/remoting_client.gypi
index d3d23fc..e36d56b 100644
--- a/remoting/remoting_client.gypi
+++ b/remoting/remoting_client.gypi
@@ -126,11 +126,11 @@
{
# GN version: //remoting/webapp:credits
- 'target_name': 'remoting_credits',
+ 'target_name': 'remoting_webapp_credits',
'type': 'none',
'actions': [
{
- 'action_name': 'Build remoting credits',
+ 'action_name': 'Build remoting webapp credits',
'inputs': [
'../tools/licenses.py',
'webapp/base/html/credits.tmpl',
@@ -156,7 +156,7 @@
'target_name': 'remoting_webapp',
'type': 'none',
'dependencies': [
- 'remoting_credits',
+ 'remoting_webapp_credits',
'remoting_webapp_v1',
],
'conditions': [