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

Unified Diff: remoting/remoting_host.gypi

Issue 394883008: Add basic perf tests for chromoting protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
Index: remoting/remoting_host.gypi
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index 06908eb6355f8c2cffb073913ccee85dc54541d8..971bd4f9ff9aed7f7fa934bf8781c09d7c427d10 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -425,6 +425,10 @@
'host/setup/daemon_controller_delegate_win.h',
'host/setup/daemon_installer_win.cc',
'host/setup/daemon_installer_win.h',
+ 'host/setup/me2me_native_messaging_host.cc',
+ 'host/setup/me2me_native_messaging_host.h',
rmsousa 2014/07/16 23:06:00 Is this a leftover from another CL? unrelated clea
Sergey Ulanov 2014/07/17 01:47:58 Yes.
+ 'host/setup/me2me_native_messaging_host_main.cc',
+ 'host/setup/me2me_native_messaging_host_main.h',
'host/setup/oauth_client.cc',
'host/setup/oauth_client.h',
'host/setup/oauth_helper.cc',
@@ -471,6 +475,8 @@
'host/it2me/it2me_host.h',
'host/it2me/it2me_native_messaging_host.cc',
'host/it2me/it2me_native_messaging_host.h',
+ 'host/it2me/it2me_native_messaging_host_main.cc',
+ 'host/it2me/it2me_native_messaging_host_main.h',
],
}, # end of target 'remoting_it2me_host_static'
@@ -679,11 +685,7 @@
'VERSION=<(version_full)',
],
'sources': [
- 'host/setup/me2me_native_messaging_host.cc',
- 'host/setup/me2me_native_messaging_host.h',
'host/setup/me2me_native_messaging_host_entry_point.cc',
- 'host/setup/me2me_native_messaging_host_main.cc',
- 'host/setup/me2me_native_messaging_host_main.h',
],
'conditions': [
['OS=="linux" and use_allocator!="none"', {
@@ -768,8 +770,6 @@
],
'sources': [
'host/it2me/it2me_native_messaging_host_entry_point.cc',
- 'host/it2me/it2me_native_messaging_host_main.cc',
- 'host/it2me/it2me_native_messaging_host_main.h',
],
'conditions': [
['OS=="linux"', {

Powered by Google App Engine
This is Rietveld 408576698