| Index: remoting/remoting_srcs.gypi
|
| diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi
|
| index 9ff6551002fd8f358c555f98545fef9ab738bb55..f91868c158dd7a57d34bd98abaceaf590adbb78d 100644
|
| --- a/remoting/remoting_srcs.gypi
|
| +++ b/remoting/remoting_srcs.gypi
|
| @@ -5,6 +5,8 @@
|
| {
|
| 'variables': {
|
| 'remoting_base_sources': [
|
| + # Note: sources list duplicated in GN build.
|
| + # See remoting/base/BUILD.gn
|
| 'base/auth_token_util.cc',
|
| 'base/auth_token_util.h',
|
| 'base/auto_thread.cc',
|
| @@ -67,6 +69,8 @@
|
| ],
|
|
|
| 'remoting_protocol_sources': [
|
| + # Note: sources list duplicated in GN build.
|
| + # See remoting/protocol/BUILD.gn
|
| 'protocol/audio_reader.cc',
|
| 'protocol/audio_reader.h',
|
| 'protocol/audio_stub.h',
|
| @@ -199,6 +203,8 @@
|
| ],
|
|
|
| 'remoting_client_sources': [
|
| + # Note: sources list duplicated in GN build.
|
| + # See remoting/client/BUILD.gn
|
| 'client/audio_decode_scheduler.cc',
|
| 'client/audio_decode_scheduler.h',
|
| 'client/audio_player.cc',
|
| @@ -228,6 +234,8 @@
|
| ],
|
|
|
| 'remoting_client_plugin_sources': [
|
| + # Note: sources list duplicated in GN build.
|
| + # See remoting/client/plugin/BUILD.gn
|
| 'client/plugin/chromoting_instance.cc',
|
| 'client/plugin/chromoting_instance.h',
|
| 'client/plugin/delegating_signal_strategy.cc',
|
|
|