Convert cr-settings-main to Polymer 0.8
[chromium-blink-merge.git] / remoting / remoting_client.gypi
blobe82139cee792c3f8ceac25606b91d853b2b395ed
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6   'targets': [
7     {
8       # GN version: //remoting/client/plugin
9       'target_name': 'remoting_client_plugin',
10       'type': 'static_library',
11       'variables': { 'enable_wexit_time_destructors': 1, },
12       'defines': [
13         'HAVE_STDINT_H',  # Required by on2_integer.h
14       ],
15       'dependencies': [
16         '../net/net.gyp:net',
17         '../ppapi/ppapi.gyp:ppapi_cpp_objects',
18         '../ppapi/ppapi.gyp:ppapi_internal_module',
19         '../third_party/webrtc/modules/modules.gyp:desktop_capture',
20         '../ui/events/events.gyp:dom_keycode_converter',
21         'remoting_base',
22         'remoting_client',
23         'remoting_protocol',
24       ],
25       'sources': [
26         '<@(remoting_client_plugin_sources)',
27         'client/plugin/pepper_entrypoints.cc',
28         'client/plugin/pepper_entrypoints.h',
29       ],
30     },  # end of target 'remoting_client_plugin'
32     {
33       # GN version: //remoting/client
34       'target_name': 'remoting_client',
35       'type': 'static_library',
36       'variables': { 'enable_wexit_time_destructors': 1, },
37       'defines': [
38         'VERSION=<(version_full)',
39       ],
40       'dependencies': [
41         'remoting_base',
42         'remoting_protocol',
43         '../third_party/libyuv/libyuv.gyp:libyuv',
44         '../third_party/webrtc/modules/modules.gyp:desktop_capture',
45       ],
46       'sources': [
47         '<@(remoting_client_sources)',
48       ],
49     },  # end of target 'remoting_client'
51     {
52       # GN version: //remoting/webapp:html
53       'target_name': 'remoting_webapp_html',
54       'type': 'none',
55       'actions': [
56         {
57           # GN version: //remoting/webapp:main_html
58           'action_name': 'Build Remoting Webapp main.html',
59           'inputs': [
60             'webapp/build-html.py',
61             '<(remoting_webapp_template_main)',
62             '<@(remoting_webapp_template_files)',
63           ],
64           'outputs': [
65             '<(SHARED_INTERMEDIATE_DIR)/remoting/main.html',
66           ],
67           'action': [
68             'python', 'webapp/build-html.py',
69             '<(SHARED_INTERMEDIATE_DIR)/remoting/main.html',
70             '<(remoting_webapp_template_main)',
71             '--template-dir', '<(DEPTH)/remoting',
72             '--templates', '<@(remoting_webapp_template_files)',
73             '--js',
74             '<@(remoting_webapp_crd_main_html_all_js_files)',
75           ],
76         },
77         {
78           # GN version: //remoting/webapp:wcs_sandbox_html
79           'action_name': 'Build Remoting Webapp wcs_sandbox.html',
80           'inputs': [
81             'webapp/build-html.py',
82             '<(remoting_webapp_template_wcs_sandbox)',
83           ],
84           'outputs': [
85             '<(SHARED_INTERMEDIATE_DIR)/remoting/wcs_sandbox.html',
86           ],
87           'action': [
88             'python', 'webapp/build-html.py',
89             '<(SHARED_INTERMEDIATE_DIR)/remoting/wcs_sandbox.html',
90             '<(remoting_webapp_template_wcs_sandbox)',
91             '--js', '<@(remoting_webapp_wcs_sandbox_html_all_js_files)',
92           ],
93         },
94         {
95           # GN version: //remoting/webapp:background_html
96           'action_name': 'Build Remoting Webapp background.html',
97           'inputs': [
98             'webapp/build-html.py',
99             '<(remoting_webapp_template_background)',
100           ],
101           'outputs': [
102             '<(SHARED_INTERMEDIATE_DIR)/remoting/background.html',
103           ],
104           'action': [
105             'python', 'webapp/build-html.py',
106             '<(SHARED_INTERMEDIATE_DIR)/remoting/background.html',
107             '<(remoting_webapp_template_background)',
108             '--js', '<@(remoting_webapp_background_html_all_js_files)',
109           ],
110         },
111         {
112           'action_name': 'Build Remoting Webapp message_window.html',
113           'inputs': [
114             'webapp/build-html.py',
115             '<(remoting_webapp_template_message_window)',
116           ],
117           'outputs': [
118             '<(SHARED_INTERMEDIATE_DIR)/remoting/message_window.html',
119           ],
120           'action': [
121             'python', 'webapp/build-html.py',
122             '<(SHARED_INTERMEDIATE_DIR)/remoting/message_window.html',
123             '<(remoting_webapp_template_message_window)',
124             '--js', '<@(remoting_webapp_message_window_html_all_js_files)',
125           ],
126         },
127       ],  # end of actions
128     },  # end of target 'remoting_webapp_html'
130     {
131       'target_name': 'remoting_webapp',
132       'type': 'none',
133       'dependencies': [
134         'remoting_webapp_v1',
135       ],
136       'conditions': [
137         ['disable_nacl==0 and disable_nacl_untrusted==0', {
138           'dependencies': [
139             'remoting_webapp_v2',
140           ],
141         }]
142       ],
143     },  # end of target 'remoting_webapp'
145     {
146       'target_name': 'remoting_webapp_v1',
147       'type': 'none',
148       'variables': {
149         'webapp_type': 'v1',
150         'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp',
151         'zip_path': '<(PRODUCT_DIR)/remoting-webapp.zip',
152       },
153       'includes': [ 'remoting_webapp.gypi', ],
154     },  # end of target 'remoting_webapp_v1'
155   ],  # end of targets
157   'conditions': [
158     ['disable_nacl==0 and disable_nacl_untrusted==0', {
159       'targets': [
160         {
161           'target_name': 'remoting_webapp_v2',
162           'type': 'none',
163           'variables': {
164             'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp.v2',
165             'zip_path': '<(PRODUCT_DIR)/remoting-webapp.v2.zip',
166             'webapp_type': 'v2_pnacl',
167             'extra_files': [
168               'webapp/crd/remoting_client_pnacl.nmf.jinja2',
169               '<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe',
170             ],
171           },
172           'dependencies': [
173             'remoting_nacl.gyp:remoting_client_plugin_nacl',
174           ],
175           'conditions': [
176             ['buildtype == "Dev"', {
177               'variables': {
178                 'extra_files': [
179                   '<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe.debug',
180                 ],
181               },
182             }],
183           ],
184           'includes': [ 'remoting_webapp.gypi', ],
185         },  # end of target 'remoting_webapp_v2'
186       ],
187     }],
188   ],