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

Side by Side Diff: remoting/remoting_srcs.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, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/remoting_client.gypi ('k') | remoting/remoting_version.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'remoting_base_sources': [ 7 'remoting_base_sources': [
8 # Note: sources list duplicated in GN build.
9 # See remoting/base/BUILD.gn
8 'base/auth_token_util.cc', 10 'base/auth_token_util.cc',
9 'base/auth_token_util.h', 11 'base/auth_token_util.h',
10 'base/auto_thread.cc', 12 'base/auto_thread.cc',
11 'base/auto_thread.h', 13 'base/auto_thread.h',
12 'base/auto_thread_task_runner.cc', 14 'base/auto_thread_task_runner.cc',
13 'base/auto_thread_task_runner.h', 15 'base/auto_thread_task_runner.h',
14 'base/capabilities.cc', 16 'base/capabilities.cc',
15 'base/capabilities.h', 17 'base/capabilities.h',
16 'base/compound_buffer.cc', 18 'base/compound_buffer.cc',
17 'base/compound_buffer.h', 19 'base/compound_buffer.h',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'codec/video_decoder_vpx.cc', 62 'codec/video_decoder_vpx.cc',
61 'codec/video_decoder_vpx.h', 63 'codec/video_decoder_vpx.h',
62 'codec/video_encoder.h', 64 'codec/video_encoder.h',
63 'codec/video_encoder_verbatim.cc', 65 'codec/video_encoder_verbatim.cc',
64 'codec/video_encoder_verbatim.h', 66 'codec/video_encoder_verbatim.h',
65 'codec/video_encoder_vpx.cc', 67 'codec/video_encoder_vpx.cc',
66 'codec/video_encoder_vpx.h', 68 'codec/video_encoder_vpx.h',
67 ], 69 ],
68 70
69 'remoting_protocol_sources': [ 71 'remoting_protocol_sources': [
72 # Note: sources list duplicated in GN build.
73 # See remoting/protocol/BUILD.gn
70 'protocol/audio_reader.cc', 74 'protocol/audio_reader.cc',
71 'protocol/audio_reader.h', 75 'protocol/audio_reader.h',
72 'protocol/audio_stub.h', 76 'protocol/audio_stub.h',
73 'protocol/audio_writer.cc', 77 'protocol/audio_writer.cc',
74 'protocol/audio_writer.h', 78 'protocol/audio_writer.h',
75 'protocol/auth_util.cc', 79 'protocol/auth_util.cc',
76 'protocol/auth_util.h', 80 'protocol/auth_util.h',
77 'protocol/authentication_method.cc', 81 'protocol/authentication_method.cc',
78 'protocol/authentication_method.h', 82 'protocol/authentication_method.h',
79 'protocol/authenticator.cc', 83 'protocol/authenticator.cc',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'signaling/log_to_server.cc', 196 'signaling/log_to_server.cc',
193 'signaling/log_to_server.h', 197 'signaling/log_to_server.h',
194 'signaling/server_log_entry.cc', 198 'signaling/server_log_entry.cc',
195 'signaling/server_log_entry.h', 199 'signaling/server_log_entry.h',
196 'signaling/signal_strategy.h', 200 'signaling/signal_strategy.h',
197 'signaling/xmpp_signal_strategy.cc', 201 'signaling/xmpp_signal_strategy.cc',
198 'signaling/xmpp_signal_strategy.h', 202 'signaling/xmpp_signal_strategy.h',
199 ], 203 ],
200 204
201 'remoting_client_sources': [ 205 'remoting_client_sources': [
206 # Note: sources list duplicated in GN build.
207 # See remoting/client/BUILD.gn
202 'client/audio_decode_scheduler.cc', 208 'client/audio_decode_scheduler.cc',
203 'client/audio_decode_scheduler.h', 209 'client/audio_decode_scheduler.h',
204 'client/audio_player.cc', 210 'client/audio_player.cc',
205 'client/audio_player.h', 211 'client/audio_player.h',
206 'client/chromoting_client.cc', 212 'client/chromoting_client.cc',
207 'client/chromoting_client.h', 213 'client/chromoting_client.h',
208 'client/chromoting_stats.cc', 214 'client/chromoting_stats.cc',
209 'client/chromoting_stats.h', 215 'client/chromoting_stats.h',
210 'client/client_context.cc', 216 'client/client_context.cc',
211 'client/client_context.h', 217 'client/client_context.h',
212 'client/client_status_logger.cc', 218 'client/client_status_logger.cc',
213 'client/client_status_logger.h', 219 'client/client_status_logger.h',
214 'client/client_user_interface.h', 220 'client/client_user_interface.h',
215 'client/frame_consumer.h', 221 'client/frame_consumer.h',
216 'client/frame_consumer_proxy.cc', 222 'client/frame_consumer_proxy.cc',
217 'client/frame_consumer_proxy.h', 223 'client/frame_consumer_proxy.h',
218 'client/frame_producer.h', 224 'client/frame_producer.h',
219 'client/key_event_mapper.cc', 225 'client/key_event_mapper.cc',
220 'client/key_event_mapper.h', 226 'client/key_event_mapper.h',
221 'client/server_log_entry_client.cc', 227 'client/server_log_entry_client.cc',
222 'client/server_log_entry_client.h', 228 'client/server_log_entry_client.h',
223 'client/software_video_renderer.cc', 229 'client/software_video_renderer.cc',
224 'client/software_video_renderer.h', 230 'client/software_video_renderer.h',
225 'client/token_fetcher_proxy.cc', 231 'client/token_fetcher_proxy.cc',
226 'client/token_fetcher_proxy.h', 232 'client/token_fetcher_proxy.h',
227 'client/video_renderer.h', 233 'client/video_renderer.h',
228 ], 234 ],
229 235
230 'remoting_client_plugin_sources': [ 236 'remoting_client_plugin_sources': [
237 # Note: sources list duplicated in GN build.
238 # See remoting/client/plugin/BUILD.gn
231 'client/plugin/chromoting_instance.cc', 239 'client/plugin/chromoting_instance.cc',
232 'client/plugin/chromoting_instance.h', 240 'client/plugin/chromoting_instance.h',
233 'client/plugin/delegating_signal_strategy.cc', 241 'client/plugin/delegating_signal_strategy.cc',
234 'client/plugin/delegating_signal_strategy.h', 242 'client/plugin/delegating_signal_strategy.h',
235 'client/plugin/media_source_video_renderer.cc', 243 'client/plugin/media_source_video_renderer.cc',
236 'client/plugin/media_source_video_renderer.h', 244 'client/plugin/media_source_video_renderer.h',
237 'client/plugin/normalizing_input_filter_cros.cc', 245 'client/plugin/normalizing_input_filter_cros.cc',
238 'client/plugin/normalizing_input_filter_cros.h', 246 'client/plugin/normalizing_input_filter_cros.h',
239 'client/plugin/normalizing_input_filter_mac.cc', 247 'client/plugin/normalizing_input_filter_mac.cc',
240 'client/plugin/normalizing_input_filter_mac.h', 248 'client/plugin/normalizing_input_filter_mac.h',
(...skipping 11 matching lines...) Expand all
252 'client/plugin/pepper_plugin_thread_delegate.h', 260 'client/plugin/pepper_plugin_thread_delegate.h',
253 'client/plugin/pepper_port_allocator.cc', 261 'client/plugin/pepper_port_allocator.cc',
254 'client/plugin/pepper_port_allocator.h', 262 'client/plugin/pepper_port_allocator.h',
255 'client/plugin/pepper_util.cc', 263 'client/plugin/pepper_util.cc',
256 'client/plugin/pepper_util.h', 264 'client/plugin/pepper_util.h',
257 'client/plugin/pepper_view.cc', 265 'client/plugin/pepper_view.cc',
258 'client/plugin/pepper_view.h', 266 'client/plugin/pepper_view.h',
259 ], 267 ],
260 } 268 }
261 } 269 }
OLDNEW
« no previous file with comments | « remoting/remoting_client.gypi ('k') | remoting/remoting_version.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698