| Index: remoting/remoting_client.gypi
|
| diff --git a/remoting/remoting_client.gypi b/remoting/remoting_client.gypi
|
| index 42c89e1e6d5ded37866c0f6b4aa7bd7cc3907cb3..8a9c05df7ee5c274437acab7f56dd192778e2ceb 100644
|
| --- a/remoting/remoting_client.gypi
|
| +++ b/remoting/remoting_client.gypi
|
| @@ -49,11 +49,12 @@
|
| }, # end of target 'remoting_client'
|
|
|
| {
|
| - # GN version: See remoting/webapp/build_template.gni
|
| + # GN version: //remoting/webapp:html
|
| 'target_name': 'remoting_webapp_html',
|
| 'type': 'none',
|
| 'actions': [
|
| {
|
| + # GN version: //remoting/webapp:main_html
|
| 'action_name': 'Build Remoting Webapp main.html',
|
| 'inputs': [
|
| 'webapp/build-html.py',
|
| @@ -74,6 +75,7 @@
|
| ],
|
| },
|
| {
|
| + # GN version: //remoting/webapp:wcs_sandbox_html
|
| 'action_name': 'Build Remoting Webapp wcs_sandbox.html',
|
| 'inputs': [
|
| 'webapp/build-html.py',
|
| @@ -90,6 +92,7 @@
|
| ],
|
| },
|
| {
|
| + # GN version: //remoting/webapp:background_html
|
| 'action_name': 'Build Remoting Webapp background.html',
|
| 'inputs': [
|
| 'webapp/build-html.py',
|
| @@ -125,7 +128,6 @@
|
| }, # end of target 'remoting_webapp_html'
|
|
|
| {
|
| - # GN version: //remoting/webapp:webapp
|
| 'target_name': 'remoting_webapp',
|
| 'type': 'none',
|
| 'dependencies': [
|
| @@ -141,7 +143,6 @@
|
| }, # end of target 'remoting_webapp'
|
|
|
| {
|
| - # GN version: //remoting/webapp:webapp_v1
|
| 'target_name': 'remoting_webapp_v1',
|
| 'type': 'none',
|
| 'variables': {
|
| @@ -157,7 +158,6 @@
|
| ['disable_nacl==0 and disable_nacl_untrusted==0', {
|
| 'targets': [
|
| {
|
| - # GN version: //remoting/webapp:webapp_v1
|
| 'target_name': 'remoting_webapp_v2',
|
| 'type': 'none',
|
| 'variables': {
|
|
|