| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 "//base", | 152 "//base", |
| 153 "//base:i18n", | 153 "//base:i18n", |
| 154 "//components/autofill/core/browser", | 154 "//components/autofill/core/browser", |
| 155 "//components/autofill/core/browser/proto", | 155 "//components/autofill/core/browser/proto", |
| 156 "//components/autofill/core/common", | 156 "//components/autofill/core/common", |
| 157 "//components/keyed_service/core", | 157 "//components/keyed_service/core", |
| 158 "//components/os_crypt", | 158 "//components/os_crypt", |
| 159 "//components/password_manager/core/common", | 159 "//components/password_manager/core/common", |
| 160 "//components/pref_registry", | 160 "//components/pref_registry", |
| 161 "//components/prefs", | 161 "//components/prefs", |
| 162 "//components/safe_browsing/common:common", |
| 162 "//components/security_state/core", | 163 "//components/security_state/core", |
| 163 "//components/strings", | 164 "//components/strings", |
| 164 "//components/sync", | 165 "//components/sync", |
| 165 "//components/url_formatter", | 166 "//components/url_formatter", |
| 166 "//components/variations", | 167 "//components/variations", |
| 167 "//components/webdata/common", | 168 "//components/webdata/common", |
| 168 "//crypto", | 169 "//crypto", |
| 169 "//google_apis", | 170 "//google_apis", |
| 170 "//net", | 171 "//net", |
| 171 "//sql", | 172 "//sql", |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 ":test_support", | 346 ":test_support", |
| 346 ":unit_tests_bundle_data", | 347 ":unit_tests_bundle_data", |
| 347 "//base/test:test_support", | 348 "//base/test:test_support", |
| 348 "//components/autofill/core/browser:test_support", | 349 "//components/autofill/core/browser:test_support", |
| 349 "//components/autofill/core/browser/proto", | 350 "//components/autofill/core/browser/proto", |
| 350 "//components/autofill/core/common", | 351 "//components/autofill/core/common", |
| 351 "//components/os_crypt:test_support", | 352 "//components/os_crypt:test_support", |
| 352 "//components/password_manager/core/browser:proto", | 353 "//components/password_manager/core/browser:proto", |
| 353 "//components/password_manager/core/common", | 354 "//components/password_manager/core/common", |
| 354 "//components/prefs:test_support", | 355 "//components/prefs:test_support", |
| 356 "//components/safe_browsing/common:common", |
| 355 "//components/security_state/core", | 357 "//components/security_state/core", |
| 356 "//components/strings", | 358 "//components/strings", |
| 357 "//components/sync:test_support_driver", | 359 "//components/sync:test_support_driver", |
| 358 "//components/sync:test_support_model", | 360 "//components/sync:test_support_model", |
| 359 "//components/variations", | 361 "//components/variations", |
| 360 "//net:test_support", | 362 "//net:test_support", |
| 361 "//sql:test_support", | 363 "//sql:test_support", |
| 362 "//testing/gmock", | 364 "//testing/gmock", |
| 363 "//testing/gtest", | 365 "//testing/gtest", |
| 364 "//ui/base", | 366 "//ui/base", |
| 365 "//url", | 367 "//url", |
| 366 ] | 368 ] |
| 367 } | 369 } |
| OLD | NEW |