Chromium Code Reviews| Index: remoting/remoting.gyp |
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
| index 2c68af12ac4bc528b483ef9852e8a782d3763847..042c8e84e0fd13787cd80af04fccf36617508feb 100644 |
| --- a/remoting/remoting.gyp |
| +++ b/remoting/remoting.gyp |
| @@ -234,6 +234,9 @@ |
| # depend on chromotocol_proto_lib for headers. |
| 'hard_dependency': 1, |
| 'sources': [ |
| + 'base/auth_token_util.cc', |
| + 'base/auth_token_util.h', |
| + 'base/capture_data.h', |
|
Wez
2011/05/25 03:57:46
Duplicate capture_data.h.
awong
2011/05/25 16:56:56
Done.
|
| 'base/capture_data.cc', |
| 'base/capture_data.h', |
| 'base/compound_buffer.cc', |
| @@ -621,6 +624,7 @@ |
| '../testing/gmock/include', |
| ], |
| 'sources': [ |
| + 'base/auth_token_util_unittest.cc', |
| 'base/codec_test.cc', |
| 'base/codec_test.h', |
| 'base/compound_buffer_unittest.cc', |