| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "//base", | 134 "//base", |
| 135 "//base:i18n", | 135 "//base:i18n", |
| 136 "//components/autofill/core/browser", | 136 "//components/autofill/core/browser", |
| 137 "//components/autofill/core/browser/proto", | 137 "//components/autofill/core/browser/proto", |
| 138 "//components/autofill/core/common", | 138 "//components/autofill/core/common", |
| 139 "//components/keyed_service/core", | 139 "//components/keyed_service/core", |
| 140 "//components/os_crypt", | 140 "//components/os_crypt", |
| 141 "//components/password_manager/core/common", | 141 "//components/password_manager/core/common", |
| 142 "//components/pref_registry", | 142 "//components/pref_registry", |
| 143 "//components/prefs", | 143 "//components/prefs", |
| 144 "//components/security_state", |
| 144 "//components/strings", | 145 "//components/strings", |
| 145 "//components/sync", | 146 "//components/sync", |
| 146 "//components/url_formatter", | 147 "//components/url_formatter", |
| 147 "//components/variations", | 148 "//components/variations", |
| 148 "//components/webdata/common", | 149 "//components/webdata/common", |
| 149 "//google_apis", | 150 "//google_apis", |
| 150 "//net", | 151 "//net", |
| 151 "//sql", | 152 "//sql", |
| 152 "//third_party/protobuf:protobuf_lite", | 153 "//third_party/protobuf:protobuf_lite", |
| 153 "//third_party/re2", | 154 "//third_party/re2", |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 ":test_support", | 292 ":test_support", |
| 292 ":unit_tests_bundle_data", | 293 ":unit_tests_bundle_data", |
| 293 "//base/test:test_support", | 294 "//base/test:test_support", |
| 294 "//components/autofill/core/browser:test_support", | 295 "//components/autofill/core/browser:test_support", |
| 295 "//components/autofill/core/browser/proto", | 296 "//components/autofill/core/browser/proto", |
| 296 "//components/autofill/core/common", | 297 "//components/autofill/core/common", |
| 297 "//components/os_crypt:test_support", | 298 "//components/os_crypt:test_support", |
| 298 "//components/password_manager/core/browser:proto", | 299 "//components/password_manager/core/browser:proto", |
| 299 "//components/password_manager/core/common", | 300 "//components/password_manager/core/common", |
| 300 "//components/prefs:test_support", | 301 "//components/prefs:test_support", |
| 302 "//components/security_state", |
| 301 "//components/strings", | 303 "//components/strings", |
| 302 "//components/sync:test_support_driver", | 304 "//components/sync:test_support_driver", |
| 303 "//components/sync:test_support_model", | 305 "//components/sync:test_support_model", |
| 304 "//components/variations", | 306 "//components/variations", |
| 305 "//net:test_support", | 307 "//net:test_support", |
| 306 "//sql:test_support", | 308 "//sql:test_support", |
| 307 "//testing/gmock", | 309 "//testing/gmock", |
| 308 "//testing/gtest", | 310 "//testing/gtest", |
| 309 "//ui/base", | 311 "//ui/base", |
| 310 "//url", | 312 "//url", |
| 311 ] | 313 ] |
| 312 } | 314 } |
| OLD | NEW |