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 import("//third_party/protobuf/proto_library.gni") | 5 import("//third_party/protobuf/proto_library.gni") |
6 | 6 |
7 if (is_android) { | 7 if (is_android) { |
8 import("//build/config/android/config.gni") | 8 import("//build/config/android/config.gni") |
9 } | 9 } |
10 | 10 |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 "fake_affiliation_fetcher.cc", | 173 "fake_affiliation_fetcher.cc", |
174 "fake_affiliation_fetcher.h", | 174 "fake_affiliation_fetcher.h", |
175 "mock_affiliated_match_helper.cc", | 175 "mock_affiliated_match_helper.cc", |
176 "mock_affiliated_match_helper.h", | 176 "mock_affiliated_match_helper.h", |
177 "mock_affiliation_consumer.cc", | 177 "mock_affiliation_consumer.cc", |
178 "mock_affiliation_consumer.h", | 178 "mock_affiliation_consumer.h", |
179 "mock_password_store.cc", | 179 "mock_password_store.cc", |
180 "mock_password_store.h", | 180 "mock_password_store.h", |
181 "password_manager_test_utils.cc", | 181 "password_manager_test_utils.cc", |
182 "password_manager_test_utils.h", | 182 "password_manager_test_utils.h", |
| 183 "stub_credentials_filter.cc", |
| 184 "stub_credentials_filter.h", |
183 "stub_form_saver.h", | 185 "stub_form_saver.h", |
184 "stub_log_manager.cc", | 186 "stub_log_manager.cc", |
185 "stub_log_manager.h", | 187 "stub_log_manager.h", |
186 "stub_password_manager_client.cc", | 188 "stub_password_manager_client.cc", |
187 "stub_password_manager_client.h", | 189 "stub_password_manager_client.h", |
188 "stub_password_manager_driver.cc", | 190 "stub_password_manager_driver.cc", |
189 "stub_password_manager_driver.h", | 191 "stub_password_manager_driver.h", |
190 "test_password_store.cc", | 192 "test_password_store.cc", |
191 "test_password_store.h", | 193 "test_password_store.h", |
192 ] | 194 ] |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 "//components/sync:test_support_sync_driver", | 296 "//components/sync:test_support_sync_driver", |
295 "//components/variations", | 297 "//components/variations", |
296 "//net:test_support", | 298 "//net:test_support", |
297 "//sql:test_support", | 299 "//sql:test_support", |
298 "//testing/gmock", | 300 "//testing/gmock", |
299 "//testing/gtest", | 301 "//testing/gtest", |
300 "//ui/base", | 302 "//ui/base", |
301 "//url", | 303 "//url", |
302 ] | 304 ] |
303 } | 305 } |
OLD | NEW |