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

Unified Diff: remoting/remoting.gyp

Issue 14979008: unittests for Chromoting native messaging host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Windows compile warning Created 7 years, 7 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
« remoting/host/setup/pipe.cc ('K') | « remoting/host/setup/pipe.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 31c6be8bce71945029f7f918c1a87325514193fd..9999af2f34c99c2d97d46062a15a5348038ec085 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -613,6 +613,9 @@
'../google_apis/google_apis.gyp:google_apis',
'remoting_host',
],
+ 'defines': [
+ 'VERSION=<(version_full)',
+ ],
'sources': [
'host/setup/daemon_controller.h',
'host/setup/daemon_controller_linux.cc',
@@ -622,10 +625,18 @@
'host/setup/daemon_installer_win.h',
'host/setup/host_starter.cc',
'host/setup/host_starter.h',
+ 'host/setup/native_messaging_host.cc',
+ 'host/setup/native_messaging_host.h',
+ 'host/setup/native_messaging_reader.cc',
+ 'host/setup/native_messaging_reader.h',
+ 'host/setup/native_messaging_writer.cc',
+ 'host/setup/native_messaging_writer.h',
'host/setup/oauth_helper.cc',
'host/setup/oauth_helper.h',
'host/setup/pin_validator.cc',
'host/setup/pin_validator.h',
+ 'host/setup/pipe.cc',
+ 'host/setup/pipe.h',
'host/setup/win/auth_code_getter.cc',
'host/setup/win/auth_code_getter.h',
],
@@ -736,13 +747,7 @@
'VERSION=<(version_full)',
],
'sources': [
- 'host/setup/native_messaging_host.cc',
- 'host/setup/native_messaging_host.h',
'host/setup/native_messaging_host_main.cc',
- 'host/setup/native_messaging_reader.cc',
- 'host/setup/native_messaging_reader.h',
- 'host/setup/native_messaging_writer.cc',
- 'host/setup/native_messaging_writer.h',
],
'conditions': [
['OS=="linux" and linux_use_tcmalloc==1', {
@@ -2637,6 +2642,9 @@
'host/resizing_host_observer_unittest.cc',
'host/screen_resolution_unittest.cc',
'host/server_log_entry_unittest.cc',
+ 'host/setup/native_messaging_host_unittest.cc',
+ 'host/setup/native_messaging_reader_unittest.cc',
+ 'host/setup/native_messaging_writer_unittest.cc',
'host/setup/oauth_helper_unittest.cc',
'host/setup/pin_validator_unittest.cc',
'host/token_validator_factory_impl_unittest.cc',
« remoting/host/setup/pipe.cc ('K') | « remoting/host/setup/pipe.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698