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

Unified 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, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/remoting_client.gypi ('k') | remoting/remoting_version.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« 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