| 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, },
|
|
|