From d593eac9968cee2b5412ba22638ed16f0884c408 Mon Sep 17 00:00:00 2001 From: eroman Date: Fri, 27 Feb 2015 15:41:24 -0800 Subject: Revert of Add remoting and PPAPI tests to GN build (patchset #7 id:120001 of https://codereview.chromium.org/965633002/) Reason for revert: http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac%20GN&number=4498 ERROR at //remoting/host/BUILD.gn:56:7: Item not found "linux/x_server_clipboard.cc", ^---------------------------- You were trying to remove "linux/x_server_clipboard.cc" Original issue's description: > Add remoting and PPAPI tests to GN build > > BUG= > > Committed: https://crrev.com/d0437210926b14b1b7e06b2b56174fc92ade9c37 > Cr-Commit-Position: refs/heads/master@{#318539} TBR=kelvinp@chromium.org,dpranke@chromium.org,brettw@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/970443002 Cr-Commit-Position: refs/heads/master@{#318545} --- remoting/remoting_host_srcs.gypi | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) (limited to 'remoting/remoting_host_srcs.gypi') diff --git a/remoting/remoting_host_srcs.gypi b/remoting/remoting_host_srcs.gypi index c393acc..fbdfc71 100644 --- a/remoting/remoting_host_srcs.gypi +++ b/remoting/remoting_host_srcs.gypi @@ -259,41 +259,7 @@ 'host/win/wts_terminal_monitor.h', 'host/win/wts_terminal_observer.h', ], - 'remoting_host_setup_sources': [ - 'host/setup/daemon_controller.cc', - 'host/setup/daemon_controller.h', - 'host/setup/daemon_controller_delegate_linux.cc', - 'host/setup/daemon_controller_delegate_linux.h', - 'host/setup/daemon_controller_delegate_mac.h', - 'host/setup/daemon_controller_delegate_mac.mm', - 'host/setup/daemon_controller_delegate_win.cc', - 'host/setup/daemon_controller_delegate_win.h', - 'host/setup/me2me_native_messaging_host.cc', - 'host/setup/me2me_native_messaging_host.h', - 'host/setup/oauth_client.cc', - 'host/setup/oauth_client.h', - 'host/setup/oauth_helper.cc', - 'host/setup/oauth_helper.h', - 'host/setup/pin_validator.cc', - 'host/setup/pin_validator.h', - 'host/setup/service_client.cc', - 'host/setup/service_client.h', - 'host/setup/test_util.cc', - 'host/setup/test_util.h', - 'host/setup/win/auth_code_getter.cc', - 'host/setup/win/auth_code_getter.h', - ], - 'remoting_host_native_messaging_sources': [ - 'host/native_messaging/native_messaging_pipe.cc', - 'host/native_messaging/native_messaging_pipe.h', - 'host/native_messaging/native_messaging_reader.cc', - 'host/native_messaging/native_messaging_reader.h', - 'host/native_messaging/native_messaging_writer.cc', - 'host/native_messaging/native_messaging_writer.h', - 'host/native_messaging/pipe_messaging_channel.cc', - 'host/native_messaging/pipe_messaging_channel.h', - ], - 'remoting_cast_sources': [ + 'remoting_cast_sources' : [ 'host/cast_extension.cc', 'host/cast_extension.h', 'host/cast_extension_session.cc', -- cgit v1.1