diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-24 21:46:31 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-24 21:46:31 +0000 |
commit | f07c7a111ecd0423bc4878e86364bb82cda07e67 (patch) | |
tree | 24102abf3d64f07c405c6c82315d78cae0ff5f2a /remoting/remoting.gyp | |
parent | e1324f25756a4fa4acc1ffd2bf99ee35796b83b5 (diff) | |
download | chromium_src-f07c7a111ecd0423bc4878e86364bb82cda07e67.zip chromium_src-f07c7a111ecd0423bc4878e86364bb82cda07e67.tar.gz chromium_src-f07c7a111ecd0423bc4878e86364bb82cda07e67.tar.bz2 |
Revert 158366 - Cleanups in Chromoting Host.
1. Removed constants.[h|cc]
2. Removed platform if-defs in remoting_me2me_host.cc where they are not necessary.
Review URL: https://codereview.chromium.org/10913260
TBR=sergeyu@chromium.org
Review URL: https://codereview.chromium.org/10988004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158400 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 8aca355..9f01d58 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -593,10 +593,11 @@ 'host/chromoting_messages.h', 'host/config_file_watcher.cc', 'host/config_file_watcher.h', + 'host/constants.h', + 'host/constants_win.cc', 'host/daemon_process.cc', 'host/daemon_process.h', 'host/daemon_process_win.cc', - 'host/host_exit_codes.h', 'host/usage_stats_consent.h', 'host/usage_stats_consent_win.cc', 'host/win/host_service.cc', @@ -945,6 +946,8 @@ 'base/breakpad_linux.cc', 'base/breakpad_mac.mm', 'base/breakpad_win.cc', + 'host/constants.h', + 'host/constants_win.cc', ], 'conditions': [ ['OS=="win"', { @@ -1082,8 +1085,6 @@ 'host/plugin/host_plugin_utils.h', 'host/plugin/host_script_object.cc', 'host/plugin/host_script_object.h', - 'host/win/omaha.cc', - 'host/win/omaha.h', ], 'conditions': [ ['OS=="mac"', { @@ -1342,8 +1343,10 @@ 'host/clipboard_linux.cc', 'host/clipboard_mac.mm', 'host/clipboard_win.cc', + 'host/constants.h', 'host/constants_mac.cc', 'host/constants_mac.h', + 'host/constants_win.cc', 'host/continue_window.h', 'host/continue_window_gtk.cc', 'host/continue_window_mac.mm', @@ -1371,7 +1374,6 @@ 'host/heartbeat_sender.h', 'host/host_config.cc', 'host/host_config.h', - 'host/host_exit_codes.h', 'host/host_key_pair.cc', 'host/host_key_pair.h', 'host/host_port_allocator.cc', @@ -1444,8 +1446,6 @@ 'host/vlog_net_log.h', 'host/win/desktop.cc', 'host/win/desktop.h', - 'host/win/omaha.cc', - 'host/win/omaha.h', 'host/win/scoped_thread_desktop.cc', 'host/win/scoped_thread_desktop.h', 'host/win/session_desktop_environment_factory.cc', |