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

Unified Diff: remoting/remoting_client.gypi

Issue 498773005: Add some remoting targets to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/remoting.gyp ('k') | remoting/remoting_srcs.gypi » ('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 3da83aef22b01d8b5d425975403ab6d9275852e1..ea513d517e39d783c0d47522d37ac1d7cf9fe5f6 100644
--- a/remoting/remoting_client.gypi
+++ b/remoting/remoting_client.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //remoting/client/plugin
'target_name': 'remoting_client_plugin',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -29,6 +30,7 @@
}, # end of target 'remoting_client_plugin'
{
+ # GN version: //remoting/client
'target_name': 'remoting_client',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -52,6 +54,7 @@
'type': 'none',
'actions': [
{
+ # GN version: //remoting/webapp:html
'action_name': 'Build Remoting Webapp main.html',
'inputs': [
'webapp/build-html.py',
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/remoting_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698