| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 "//base:i18n", | 130 "//base:i18n", |
| 131 "//components/autofill/core/browser", | 131 "//components/autofill/core/browser", |
| 132 "//components/autofill/core/browser/proto", | 132 "//components/autofill/core/browser/proto", |
| 133 "//components/autofill/core/common", | 133 "//components/autofill/core/common", |
| 134 "//components/keyed_service/core", | 134 "//components/keyed_service/core", |
| 135 "//components/os_crypt", | 135 "//components/os_crypt", |
| 136 "//components/password_manager/core/common", | 136 "//components/password_manager/core/common", |
| 137 "//components/pref_registry", | 137 "//components/pref_registry", |
| 138 "//components/prefs", | 138 "//components/prefs", |
| 139 "//components/strings", | 139 "//components/strings", |
| 140 "//components/sync_driver", | 140 "//components/sync", |
| 141 "//components/url_formatter", | 141 "//components/url_formatter", |
| 142 "//components/variations", | 142 "//components/variations", |
| 143 "//components/webdata/common", | 143 "//components/webdata/common", |
| 144 "//google_apis", | 144 "//google_apis", |
| 145 "//net", | 145 "//net", |
| 146 "//sql", | 146 "//sql", |
| 147 "//third_party/protobuf:protobuf_lite", | 147 "//third_party/protobuf:protobuf_lite", |
| 148 "//third_party/re2", | 148 "//third_party/re2", |
| 149 "//ui/base", | 149 "//ui/base", |
| 150 "//ui/gfx", | 150 "//ui/gfx", |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 "//base/test:test_support", | 284 "//base/test:test_support", |
| 285 "//components/autofill/core/browser:test_support", | 285 "//components/autofill/core/browser:test_support", |
| 286 "//components/autofill/core/browser/proto", | 286 "//components/autofill/core/browser/proto", |
| 287 "//components/autofill/core/common", | 287 "//components/autofill/core/common", |
| 288 "//components/os_crypt:test_support", | 288 "//components/os_crypt:test_support", |
| 289 "//components/password_manager/core/browser:proto", | 289 "//components/password_manager/core/browser:proto", |
| 290 "//components/password_manager/core/common", | 290 "//components/password_manager/core/common", |
| 291 "//components/prefs:test_support", | 291 "//components/prefs:test_support", |
| 292 "//components/strings", | 292 "//components/strings", |
| 293 "//components/sync:test_support_sync_api", | 293 "//components/sync:test_support_sync_api", |
| 294 "//components/sync_driver:test_support", | 294 "//components/sync:test_support_sync_driver", |
| 295 "//components/variations", | 295 "//components/variations", |
| 296 "//net:test_support", | 296 "//net:test_support", |
| 297 "//sql:test_support", | 297 "//sql:test_support", |
| 298 "//testing/gmock", | 298 "//testing/gmock", |
| 299 "//testing/gtest", | 299 "//testing/gtest", |
| 300 "//ui/base", | 300 "//ui/base", |
| 301 "//url", | 301 "//url", |
| 302 ] | 302 ] |
| 303 } | 303 } |
| OLD | NEW |