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

Unified Diff: remoting/remoting_client.gypi

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

Powered by Google App Engine
This is Rietveld 408576698