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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 ":unit_tests_bundle_data", | 292 ":unit_tests_bundle_data", |
293 "//base/test:test_support", | 293 "//base/test:test_support", |
294 "//components/autofill/core/browser:test_support", | 294 "//components/autofill/core/browser:test_support", |
295 "//components/autofill/core/browser/proto", | 295 "//components/autofill/core/browser/proto", |
296 "//components/autofill/core/common", | 296 "//components/autofill/core/common", |
297 "//components/os_crypt:test_support", | 297 "//components/os_crypt:test_support", |
298 "//components/password_manager/core/browser:proto", | 298 "//components/password_manager/core/browser:proto", |
299 "//components/password_manager/core/common", | 299 "//components/password_manager/core/common", |
300 "//components/prefs:test_support", | 300 "//components/prefs:test_support", |
301 "//components/strings", | 301 "//components/strings", |
302 "//components/sync:test_support_sync_api", | |
303 "//components/sync:test_support_sync_driver", | 302 "//components/sync:test_support_sync_driver", |
| 303 "//components/sync:test_support_sync_model", |
304 "//components/variations", | 304 "//components/variations", |
305 "//net:test_support", | 305 "//net:test_support", |
306 "//sql:test_support", | 306 "//sql:test_support", |
307 "//testing/gmock", | 307 "//testing/gmock", |
308 "//testing/gtest", | 308 "//testing/gtest", |
309 "//ui/base", | 309 "//ui/base", |
310 "//url", | 310 "//url", |
311 ] | 311 ] |
312 } | 312 } |
OLD | NEW |