OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 static_library("sync_driver") { | 5 static_library("sync_driver") { |
6 sources = [ | 6 sources = [ |
7 "backend_data_type_configurer.cc", | 7 "backend_data_type_configurer.cc", |
8 "backend_data_type_configurer.h", | 8 "backend_data_type_configurer.h", |
9 "change_processor.cc", | 9 "change_processor.cc", |
10 "change_processor.h", | 10 "change_processor.h", |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 "model_associator_mock.cc", | 77 "model_associator_mock.cc", |
78 "model_associator_mock.h", | 78 "model_associator_mock.h", |
79 "non_ui_data_type_controller_mock.cc", | 79 "non_ui_data_type_controller_mock.cc", |
80 "non_ui_data_type_controller_mock.h", | 80 "non_ui_data_type_controller_mock.h", |
81 ] | 81 ] |
82 | 82 |
83 deps = [ | 83 deps = [ |
84 ":sync_driver", | 84 ":sync_driver", |
85 "//base", | 85 "//base", |
86 "//sync", | 86 "//sync", |
87 #'../sync/sync.gyp:test_support_sync_internal_api', TODO(GYP) | 87 "//sync:test_support_sync_internal_api", |
88 "//testing/gmock", | 88 "//testing/gmock", |
89 "//testing/gtest", | 89 "//testing/gtest", |
90 ] | 90 ] |
91 } | 91 } |
OLD | NEW |