| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index e6d44a7a2776b9165e2d27d460ace5a25a364899..a769d7cf1c0a662c95bb920d4ad1407f714aac23 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2268,6 +2268,7 @@
|
| 'target_name': 'sync_unit_tests',
|
| 'type': 'executable',
|
| 'sources': [
|
| + '<(protoc_out_dir)/chrome/browser/sync/protocol/test.pb.cc',
|
| 'app/breakpad_mac_stubs.mm',
|
| 'browser/sync/engine/apply_updates_command_unittest.cc',
|
| 'browser/sync/engine/clear_data_command_unittest.cc',
|
| @@ -2296,6 +2297,7 @@
|
| 'browser/sync/util/crypto_helpers_unittest.cc',
|
| 'browser/sync/util/data_encryption_unittest.cc',
|
| 'browser/sync/util/extensions_activity_monitor_unittest.cc',
|
| + 'browser/sync/util/protobuf_unittest.cc',
|
| 'browser/sync/util/user_settings_unittest.cc',
|
| 'test/file_test_utils.cc',
|
| 'test/sync/engine/mock_connection_manager.cc',
|
|
|