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', |