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

Unified Diff: remoting/remoting.gyp

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/protocol/BUILD.gn ('k') | remoting/remoting_client.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 80f89b8615a9adf1869b82ce6c63ecb672f6497e..fd9b11fed3407e16b605f45bad9bd0be758b0b9c 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -51,6 +51,7 @@
}],
],
'remoting_locales': [
+ # Note: list duplicated in GN build. See //remoting/resources/BUILD.gn
'ar', 'bg', 'ca', 'cs', 'da', 'de', 'el', 'en', 'en-GB', 'es',
'es-419', 'et', 'fi', 'fil', 'fr', 'he', 'hi', 'hr', 'hu', 'id',
'it', 'ja', 'ko', 'lt', 'lv', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT',
@@ -149,6 +150,7 @@
}, # end of target 'remoting_breakpad'
{
+ # GN version: //remoting/resources
'target_name': 'remoting_resources',
'type': 'none',
'dependencies': [
@@ -183,6 +185,7 @@
},
'actions': [
{
+ # GN version: //remoting/resources:verify_resources
'action_name': 'verify_resources',
'inputs': [
'resources/remoting_strings.grd',
@@ -201,6 +204,7 @@
],
},
{
+ # GN version: //remoting/resources:strings
'action_name': 'remoting_strings',
'variables': {
'grit_grd_file': 'resources/remoting_strings.grd',
@@ -208,6 +212,7 @@
'includes': [ '../build/grit_action.gypi' ],
},
{
+ # GN version: //remoting/resources:copy_locales
'action_name': 'copy_locales',
'variables': {
'copy_output_dir%': '<(PRODUCT_DIR)',
@@ -232,6 +237,7 @@
}, # end of target 'remoting_resources'
{
+ # GN version: //remoting/base
'target_name': 'remoting_base',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -267,6 +273,7 @@
}, # end of target 'remoting_base'
{
+ # GN version: //remoting/protocol
'target_name': 'remoting_protocol',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
« no previous file with comments | « remoting/protocol/BUILD.gn ('k') | remoting/remoting_client.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698