Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(622)

Unified Diff: remoting/remoting_client.gypi

Issue 1136673003: Revert of [Chromoting] Add GN build support for ar_sample_app target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/app_remoting_webapp_build.gypi ('k') | remoting/remoting_version.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': {
« no previous file with comments | « remoting/app_remoting_webapp_build.gypi ('k') | remoting/remoting_version.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698