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

Unified Diff: remoting/remoting.gyp

Issue 13932020: Set the initial resolution of an RDP session to the client screen resolution if it is available. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Clang Created 7 years, 8 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/protocol/session_config.cc ('k') | remoting/webapp/client_plugin.js » ('j') | 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 3f6ca1eaf74b9d88529392266ef1f572971910ed..0a39d0cf36f5a7460d9eca11ba424e67a4dbe3c0 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -2225,12 +2225,14 @@
# depend on chromotocol_proto_lib for headers.
'hard_dependency': 1,
'sources': [
+ 'base/auth_token_util.cc',
+ 'base/auth_token_util.h',
'base/auto_thread.cc',
'base/auto_thread.h',
'base/auto_thread_task_runner.cc',
'base/auto_thread_task_runner.h',
- 'base/auth_token_util.cc',
- 'base/auth_token_util.h',
+ 'base/capabilities.cc',
+ 'base/capabilities.h',
'base/compound_buffer.cc',
'base/compound_buffer.h',
'base/constants.cc',
@@ -2517,6 +2519,7 @@
'base/auto_thread_task_runner_unittest.cc',
'base/auto_thread_unittest.cc',
'base/breakpad_win_unittest.cc',
+ 'base/capabilities_unittest.cc',
'base/compound_buffer_unittest.cc',
'base/rate_counter_unittest.cc',
'base/resources_unittest.cc',
« no previous file with comments | « remoting/protocol/session_config.cc ('k') | remoting/webapp/client_plugin.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698