summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_client.gypi
diff options
context:
space:
mode:
authorlambroslambrou <lambroslambrou@chromium.org>2015-06-24 19:38:30 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-25 02:39:10 +0000
commit14dadeedcab7275d1bf5b2138d3c4a24215869ad (patch)
tree8186e07f30ebf8181ae9bbf01e4a0527641c3231 /remoting/remoting_client.gypi
parent9935e0dbf2b5fadd1da588882833cef50fc5cb42 (diff)
downloadchromium_src-14dadeedcab7275d1bf5b2138d3c4a24215869ad.zip
chromium_src-14dadeedcab7275d1bf5b2138d3c4a24215869ad.tar.gz
chromium_src-14dadeedcab7275d1bf5b2138d3c4a24215869ad.tar.bz2
Chromoting Android: Add Credits screen.
(re-land of https://codereview.chromium.org/1202523007) This also slightly changes the behavior of the embedded WebView. Now it only renders content inline if it originates from the initial host that it was told to use (otherwise it launches an external browser). This simplifies the code (by using a single explicitly-defined WebViewClient implementation). BUG=499478 Review URL: https://codereview.chromium.org/1207073003 Cr-Commit-Position: refs/heads/master@{#336079}
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 e36d56b..3d53e39 100644
--- a/remoting/remoting_client.gypi
+++ b/remoting/remoting_client.gypi
@@ -126,11 +126,11 @@
{
# GN version: //remoting/webapp:credits
- 'target_name': 'remoting_webapp_credits',
+ 'target_name': 'remoting_client_credits',
'type': 'none',
'actions': [
{
- 'action_name': 'Build remoting webapp credits',
+ 'action_name': 'Build remoting client credits',
'inputs': [
'../tools/licenses.py',
'webapp/base/html/credits.tmpl',
@@ -156,7 +156,7 @@
'target_name': 'remoting_webapp',
'type': 'none',
'dependencies': [
- 'remoting_webapp_credits',
+ 'remoting_client_credits',
'remoting_webapp_v1',
],
'conditions': [