Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / remoting / remoting.gyp
index 80f89b8..335c544 100644 (file)
@@ -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',
     },  # end of target 'remoting_breakpad'
 
     {
+      # GN version: //remoting/resources
       'target_name': 'remoting_resources',
       'type': 'none',
       'dependencies': [
           'host/win/version.rc.jinja2',
           'resources/play_store_resources.cc',
           'webapp/background/background.js',
+          'webapp/background/it2me_helpee_channel.js',
           'webapp/butter_bar.js',
           'webapp/client_screen.js',
           'webapp/error.js',
           'webapp/host_list.js',
           'webapp/host_setup_dialog.js',
           'webapp/host_table_entry.js',
+          'webapp/options_menu.js',
           'webapp/manifest.json.jinja2',
           'webapp/paired_client_manager.js',
           'webapp/remoting.js',
       },
       'actions': [
         {
+          # GN version: //remoting/resources:verify_resources
           'action_name': 'verify_resources',
           'inputs': [
             'resources/remoting_strings.grd',
          ],
         },
         {
+          # GN version: //remoting/resources:strings
           'action_name': 'remoting_strings',
           'variables': {
             'grit_grd_file': 'resources/remoting_strings.grd',
           'includes': [ '../build/grit_action.gypi' ],
         },
         {
+          # GN version: //remoting/resources:copy_locales
           'action_name': 'copy_locales',
           'variables': {
             'copy_output_dir%': '<(PRODUCT_DIR)',
     },  # end of target 'remoting_resources'
 
     {
+      # GN version: //remoting/base
       'target_name': 'remoting_base',
       'type': 'static_library',
       'variables': { 'enable_wexit_time_destructors': 1, },
     },  # end of target 'remoting_base'
 
     {
+      # GN version: //remoting/protocol
       'target_name': 'remoting_protocol',
       'type': 'static_library',
       'variables': { 'enable_wexit_time_destructors': 1, },